summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Bin pointless _SOLAR__PRIVATE which was always 1 anywayTor Lillqvist2012-11-204-12/+3
* | | | fdo#51304: Remove @author annotationJosé Guilherme Vanz2012-11-2010-18/+0
* | | | Bin the HACK() sillynessTor Lillqvist2012-11-193-4/+4
* | | | use LanguageTagEike Rathke2012-11-171-3/+2
* | | | Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2012-11-163-0/+3
* | | | ensure translations are built before using themDavid Tardon2012-11-151-1/+4
* | | | fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin2012-11-153-7/+6
* | | | fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin2012-11-152-4/+2
* | | | Turn some memmove into memcpy when it is safe to do so.jailletc362012-11-141-5/+5
* | | | CMIS: after cancel-checkout mark the document non changedCédric Bosdonnat2012-11-131-0/+4
* | | | move svtools's FixedHyper.hxx to vclCaolán McNamara2012-11-121-1/+0
* | | | Correct typo in new template dialog: Spreedsheet -> SpreadsheetStefan Knorr2012-11-111-1/+1
| |_|/ |/| |
* | | SfxMedium::GetOutputStream(): re-use existing XStreamMichael Stahl2012-11-111-1/+14
* | | cppCheck: Unused variable and Redundant assignmentjailletc362012-11-084-13/+0
* | | using a grid instead of a boxCaolán McNamara2012-11-071-38/+47
* | | CMIS: added CheckIn dialogCédric Bosdonnat2012-11-076-8/+220
* | | CMIS: added confirmation dialog for cancel checkoutCédric Bosdonnat2012-11-053-1/+12
* | | basic: String -> OUString in basicmanagerNorbert Thiebaud2012-11-031-1/+1
* | | Work around new calls to GetFilter()->GetMimeType() on null filterStephan Bergmann2012-10-311-4/+7
* | | fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin2012-10-314-24/+13
* | | fix old big fat leak in macro and organizer dialogsCaolán McNamara2012-10-311-0/+5
* | | fix fractured indentCaolán McNamara2012-10-311-8/+8
* | | Fix broken sw unit introduced by commit a522818Cédric Bosdonnat2012-10-312-33/+40
* | | CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat2012-10-3114-25/+355
* | | CMIS: added CheckOut in the File menuCédric Bosdonnat2012-10-3111-32/+122
* | | CMIS: don't show up checkout info bar if the document is not versionableCédric Bosdonnat2012-10-313-1/+29
* | | CMIS: display errors when clicking checkout buttonCédric Bosdonnat2012-10-312-6/+7
* | | Load CMIS properties after saving filesCédric Bosdonnat2012-10-311-0/+2
* | | Travelled MIME type through UCB for CMIS UCP to use it when creating documentsCédric Bosdonnat2012-10-312-7/+15
* | | InfoBars: Hight Contrast paintingCédric Bosdonnat2012-10-311-0/+19
* | | InfoBars: implemented ResizeCédric Bosdonnat2012-10-312-0/+38
* | | we have to have all tabpages in all modes nowCaolán McNamara2012-10-301-11/+6
* | | fdo#46808: Improve previous commitStephan Bergmann2012-10-301-11/+5
* | | fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin2012-10-302-16/+11
* | | sal_Bool to boolTakeshi Abe2012-10-302-7/+7
* | | fdo#46808: Fix previous commitStephan Bergmann2012-10-292-9/+3
* | | fdo#46808, use service constructor for task::JobExecutorNoel Grandin2012-10-293-15/+66
* | | fdo#46808, use service constructor for frame::DispatchRecorderSupplierNoel Grandin2012-10-291-3/+4
* | | callcatcher: update list, stop hiding uncalled tests :-)Caolán McNamara2012-10-272-78/+0
* | | remove .ui mark-up in favor of font attributesCaolán McNamara2012-10-251-4/+8
* | | fdo#46808, use service constructor for frame::GlobalEventBroadcasterNoel Grandin2012-10-241-3/+2
* | | fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2012-10-241-5/+2
* | | fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin2012-10-247-9/+9
* | | fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin2012-10-232-3/+4
* | | RtfFilter::filter: not allowed to throw WrongFormatException:Michael Stahl2012-10-231-2/+8
* | | fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin2012-10-233-53/+39
* | | fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin2012-10-232-4/+4
* | | sfx2: add ERRCODE_SFX_FORMAT_ROWCOLMiklos Vajna2012-10-231-0/+4
* | | fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-224-16/+11
* | | expose m_pActionArea so subclasses can add buttons to the right placeCaolán McNamara2012-10-181-1/+1