summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* Prevent print settings dialog to show help buttonMaxime de Roucy2012-06-261-4/+11
* Some rewriting in SfxViewShell::ExecPrint_ImplMaxime de Roucy2012-06-261-34/+40
* save tabdialog settings in dtor as well as ::OkCaolán McNamara2012-06-262-4/+15
* Properly store dialog's position and current pageTravis Carter2012-06-261-5/+9
* tidy some resource stringsCaolán McNamara2012-06-2648-180/+174
* reduce static_initialization_and_destruction chainCaolán McNamara2012-06-255-43/+15
* Remove various commented out definesThomas Arnhold2012-06-252-12/+0
* Library_qstart.mk: remove -DDLL_NAMEMichael Stahl2012-06-251-1/+0
* .xml files don't need executable bitsMichael Stahl2012-06-223-0/+0
* use generic names rather than specific algorithm names when scalingLuboš Luňák2012-06-221-1/+1
* Remove some PCH tracesThomas Arnhold2012-06-221-2/+0
* re-base on ALv2 code.Michael Meeks2012-06-2211-239/+167
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-211-2/+2
* reduce scope and replace some String::CreateFromAsciiCaolán McNamara2012-06-213-10/+9
* re-base on ALv2 code.Michael Meeks2012-06-2180-1954/+1238
* re-base on ALv2 code.Michael Meeks2012-06-2145-945/+708
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-2117-895/+16
* Convert SV_DECL_PTRARR(SfxObjectShellArr_Impl) to std::vectorNoel Grandin2012-06-203-15/+12
* Convert SV_DECL_PTRARR(SfxViewFrameArr_Impl) to std::vectorNoel Grandin2012-06-203-22/+21
* Convert SV_DECL_PTRARR(SfxViewShellArr_Impl) to std::vectorNoel Grandin2012-06-203-11/+11
* Convert SV_DECL_PTRARR_DEL(SfxTbxCtrlFactArr_Impl) to std::vectorNoel Grandin2012-06-205-11/+19
* Convert SV_DECL_PTRARR_DEL(SfxStbCtrlFactArr_Impl) to std::vectorNoel Grandin2012-06-205-8/+17
* Convert SV_DECL_PTRARR_DEL(SfxMenuCtrlFactArr_Impl) to std::vectorNoel Grandin2012-06-205-8/+20
* Convert SV_DECL_PTRARR(SfxModuleArr_Impl) to std::vectorNoel Grandin2012-06-205-9/+11
* Convert SV_DECL_PTRARR_DEL( SfxChildWinFactArr_Impl) to std::vectorNoel Grandin2012-06-206-18/+25
* Remove dead DECL_PTRARRAY(SfxFilterArr_Impl) declaration and memberNoel Grandin2012-06-203-8/+1
* Convert SV_DECL_PTRARR(SfxFrameArr_Impl) to std::vectorNoel Grandin2012-06-204-27/+31
* Convert SV_DECL_PTRARR(SfxUnoControllerArr_Impl) to std::vectorNoel Grandin2012-06-205-20/+18
* convert LocaleDataWrapper to OUStringCaolán McNamara2012-06-181-1/+1
* callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara2012-06-184-11/+39
* Remove obsolete inetdef.hxxThomas Arnhold2012-06-154-25/+0
* Give Macro recorder separate option, apart from Experimental featuresCor Nouws2012-06-151-2/+2
* added zoom submenu to ViewTim Hardeck2012-06-154-2/+312
* move zoomitem from svx to sfx2Tim Hardeck2012-06-158-5/+316
* hrc cleanup: Remove completely unused RIDsThomas Arnhold2012-06-152-38/+8
* removed empty SfxApplication::SaveBasicManager() and its usageTakeshi Abe2012-06-153-12/+0
* Tidy up *commands.h - Remove unused CMD_ definesThomas Arnhold2012-06-131-272/+0
* reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara2012-06-133-3/+3
* Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin2012-06-122-39/+39
* un-inline isValidXmlId (MSVC doesn't like it anymore)Michael Stahl2012-06-112-7/+9
* Remove unused InterceptChildWindowKeyDown: further cleanupThomas Arnhold2012-06-116-40/+0
* Remove non-functional Hide/ShowStatusTextThomas Arnhold2012-06-115-32/+0
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-119-23/+35
* Remove superfluous empty lines on topThomas Arnhold2012-06-091-2/+0
* Remove superfluous include commentsThomas Arnhold2012-06-095-10/+0
* Remove superfluous include commentsThomas Arnhold2012-06-097-19/+0
* sigh... fix const abuse in WNT only code...Michael Stahl2012-06-091-3/+2
* fix WNT only SfxApplication::AddDdeTopicMichael Stahl2012-06-091-5/+9
* Convert SV_DECL_PTRARR( SvLinkSources) to std::setNoel Grandin2012-06-082-11/+6
* Convert SV_DECL_PTRARR_DEL(SfxItemPtrArray) to std::mapNoel Grandin2012-06-083-37/+41