summaryrefslogtreecommitdiff
path: root/sfx2/source/view
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-18Window::PreNotify should return boolStephan Bergmann1-4/+4
2014-01-17bool improvementsStephan Bergmann2-2/+2
2014-01-17Window::Notify should return boolStephan Bergmann2-9/+9
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-1/+1
2014-01-15sfx: Use constructor feature for SfxFrameLoader_Impl.Matúš Kukan1-21/+115
2014-01-15remove sfx2/appuno.hxxMatúš Kukan1-1/+0
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann2-6/+5
2014-01-14PrepareClose should probably return boolStephan Bergmann4-13/+13
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann2-4/+4
2014-01-04unused dialog definitionCaolán McNamara2-117/+3
2013-11-26Integrate branch of IAccessible2Steve Yin1-2/+6
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin3-5/+5
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-13/+13
2013-11-18Set Referer for auto-reloadStephan Bergmann1-1/+7
2013-11-18Move SfxFrame::IsAutoLoadLocked_Impl to frame.cxxStephan Bergmann1-0/+16
2013-11-11sfx2: include <> for external includesNorbert Thiebaud11-50/+50
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin2-12/+12
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-11-03SfxFrameLoader_Impl::impl_getStaticSupportedServiceNames() silly mutexMichael Stahl1-1/+0
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-28fixincludeguards.sh: sfx2Thomas Arnhold3-7/+7
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-10/+2
2013-10-17Bin --enable-desktop-gui-elementsTor Lillqvist1-1/+1
2013-10-09Improve ErrorCodeIOException messagesStephan Bergmann1-0/+1
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-3/+0
2013-09-27cppcheck: redundantAssignmentJulien Nabet1-4/+2
2013-09-27Google Drive files don't need Checkout bar.Cao Cuong Ngo1-7/+12
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-20Turn sidebar back to non-experimentalCaolán McNamara1-56/+2
2013-09-02CMIS properties dialogCao Cuong Ngo1-1/+1
2013-09-02CMIS propertiesCao Cuong Ngo1-1/+1
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-0/+1
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-26/+6
2013-08-29convert chunk of sfx internal code from String to OUStringNoel Grandin6-49/+49
2013-08-29remove unnecessary header sfx2/source/inc/fltfnc.hxxNoel Grandin1-1/+1
2013-08-29convert sfx2/source/view/impviewframe.hxx from String to OUStringNoel Grandin2-4/+4
2013-08-29convert include/sfx2/doctempl.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-29convert includes/sfx2/frame.hxx from String to OUStringNoel Grandin1-5/+5
2013-08-29convert include/sfx2/printer.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-29convert include/sfx2/shell.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-22convert include/sfx2/viewfac.hxx from String to OUStringNoel Grandin1-3/+3
2013-08-22convert include/sfx2/viewfrm.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-22convert include/sfx2/viewsh.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-22Mark as constTakeshi Abe1-1/+1
2013-08-22sal_Bool to boolTakeshi Abe1-7/+7