summaryrefslogtreecommitdiff
path: root/sfx2/inc
AgeCommit message (Expand)AuthorFilesLines
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara2-4/+38
2012-06-15added zoom submenu to ViewTim Hardeck1-2/+12
2012-06-15move zoomitem from svx to sfx2Tim Hardeck3-5/+101
2012-06-15hrc cleanup: Remove completely unused RIDsThomas Arnhold1-37/+8
2012-06-15removed empty SfxApplication::SaveBasicManager() and its usageTakeshi Abe1-1/+0
2012-06-13Tidy up *commands.h - Remove unused CMD_ definesThomas Arnhold1-272/+0
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-3/+1
2012-06-11un-inline isValidXmlId (MSVC doesn't like it anymore)Michael Stahl1-7/+2
2012-06-11Remove unused InterceptChildWindowKeyDown: further cleanupThomas Arnhold2-3/+0
2012-06-11Remove non-functional Hide/ShowStatusTextThomas Arnhold1-3/+0
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-1/+2
2012-06-08Convert SV_DECL_PTRARR( SvLinkSources) to std::setNoel Grandin1-5/+3
2012-06-08Convert SV_DECL_PTRARR_DEL(SfxItemPtrArray) to std::mapNoel Grandin1-5/+11
2012-06-08Convert SV_DECL_PTRARR(SfxMacroInfoArr_Impl) to std::vectorNoel Grandin1-2/+2
2012-06-01Allow for editing of read-only documentsStephan Bergmann2-0/+6
2012-05-28Whatever an inimanager was, it has been dead for a decadeTor Lillqvist2-6/+0
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-5/+13
2012-05-23Add mechanism to pass doc service name to the descriptor when opening a file.Kohei Yoshida1-0/+1
2012-05-17fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon2-0/+40
2012-05-11Looks like CMD_SID_FRAMETITLE can goStephan Bergmann1-1/+0
2012-05-10Removed unused SID_FRAMETITLEStephan Bergmann3-3/+1
2012-05-04Improved variable nameStephan Bergmann1-2/+2
2012-04-30make ResId::toString a non-static memberCaolán McNamara2-1/+3
2012-04-23tweak paste-only context menu ( add paste only number )Noel Power2-1/+2
2012-04-21Replace css macro with namespace for nicer namespacingThomas Arnhold1-7/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-3/+1
2012-04-05SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev1-11/+0
2012-04-02Remove unused HTMLMODE_FIRSTLINEHarri Pitkänen1-1/+0
2012-03-30removed duplicate includes in sfx2Takeshi Abe7-7/+0
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power2-3/+6
2012-03-23.hrc files don't need executable bitsMichael Stahl5-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl1-0/+0
2012-03-23we dont' need any SvCompatWeakBase use in SfxMedium AKAICSCaolán McNamara1-3/+0
2012-03-20remove extra string castsCaolán McNamara1-1/+1
2012-03-20split macros to elide unneeded methodsCaolán McNamara1-3/+20
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann6-0/+24
2012-03-08these Links either shouldn't be links, or shouldn't existCaolán McNamara1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann7-22/+22
2012-02-27Removed unused codeSzabolcs Dezsi1-2/+0
2012-02-27callcatcher: update unused listCaolán McNamara1-17/+0
2012-02-21unwrap ifdefs with unused membersCaolán McNamara1-1/+1
2012-02-18partial revert of unused code removal, and add LINUX guardsMichael Meeks1-0/+1
2012-02-17Removed unused code from svl and sfx2Szabolcs Dezsi5-5/+1
2012-02-05Remove unused codeElton Chung17-27/+0
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev1-17/+16
2012-01-30remove '#define OUSTRING ::rtl::OUString'Ivan Timofeev3-15/+12
2012-01-28bUILocked is always falseIvan Timofeev1-1/+0
2012-01-27SvDispatch class doesn't exist anymoreCaolán McNamara1-1/+0
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev1-0/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann7-16/+16