summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2012-07-27fix indentationMarkus Mohrhard1-1/+1
2012-07-26Pass by const reference.Kohei Yoshida2-2/+2
2012-07-26callcatcher: update used code post-stlificationCaolán McNamara2-36/+2
2012-07-25aDataAvailableLink in SfxMedium was never called.Kohei Yoshida4-65/+0
2012-07-25file version is no longer used in SfxMedium.Kohei Yoshida1-4/+0
2012-07-25Another unused flag.Kohei Yoshida1-2/+0
2012-07-25This flag is set but never used. Removing.Kohei Yoshida1-3/+0
2012-07-25The impl class is never null. No point checking for it.Kohei Yoshida1-3/+1
2012-07-25Likewise, CharSet was set in SfxMedium but never used. Removing.Kohei Yoshida3-24/+0
2012-07-25Remove unused parameter.Kohei Yoshida2-2/+2
2012-07-25Fix the dbgutil build.Kohei Yoshida1-1/+1
2012-07-25Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida7-40/+1
2012-07-25Nobody uses this guy.Kohei Yoshida1-1/+0
2012-07-25Move StorOpenMode to Impl. Now all the data members are in Impl.Kohei Yoshida2-28/+27
2012-07-25Calling delete on NULL pointer is no-op; no need to check it.Kohei Yoshida1-4/+1
2012-07-25Move pURLObj to Impl.Kohei Yoshida2-15/+11
2012-07-25Nobody uses this.Kohei Yoshida1-2/+0
2012-07-25And pInStream too.Kohei Yoshida2-45/+41
2012-07-25Move pOutStream to Impl.Kohei Yoshida2-25/+21
2012-07-25Move m_xInputStreamToLoadFrom to Impl.Kohei Yoshida2-6/+4
2012-07-25Move pFilter to Impl.Kohei Yoshida2-16/+18
2012-07-25Move pSet to Impl.Kohei Yoshida2-50/+47
2012-07-25Move error code and long name to Impl.Kohei Yoshida2-49/+57
2012-07-25Move aLogicName into Impl.Kohei Yoshida2-30/+32
2012-07-25More members to move to Impl.Kohei Yoshida2-33/+34
2012-07-25Move bInputStreamIsReadOnly flag to Impl & properly initialize it.Kohei Yoshida2-5/+12
2012-07-25Move bRemote to Impl. BTW this never was properly initialized.Kohei Yoshida2-6/+8
2012-07-25Moved bTriedStorage to Impl.Kohei Yoshida2-13/+9
2012-07-25Removing unused flag.Kohei Yoshida1-4/+0
2012-07-25Moved bSetFilter to Impl. BTW this flag is probably not used at all.Kohei Yoshida2-7/+3
2012-07-25Move bRoot to Impl.Kohei Yoshida2-8/+12
2012-07-25Let's not use macro for this.Kohei Yoshida1-31/+42
2012-07-25Keep all bool's together...Kohei Yoshida1-10/+9
2012-07-25More on sal_Bool to bool.Kohei Yoshida1-29/+29
2012-07-25sal_Bool to bool.Kohei Yoshida1-191/+191
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida7-42/+49
2012-07-25delete svl/svstdarr.hxxMichael Stahl12-12/+0
2012-07-24Useless macro define.Kohei Yoshida2-5/+4
2012-07-24"Send via Bluetooth" (experimental) feature.Muthu Subramanian8-7/+188
2012-07-20Display correct view when searching and position online view below box.Rafael Dominguez1-3/+4
2012-07-20Make command names shorter.Rafael Dominguez1-4/+4
2012-07-20Make TemplateDialog modeless.Rafael Dominguez3-3/+3
2012-07-18Revert hrc string cleanupThomas Arnhold10-0/+222
2012-07-17Convert SV_DECL_PTRARR_SORT(_SfxObjectList) to o3tl::sorted_vectorNoel Grandin3-22/+18
2012-07-17removed unused forward declarations of classTakeshi Abe1-2/+0
2012-07-17Fix MinGW build.Jan Holesovsky1-1/+1
2012-07-16fdo#52143 use Unicode functions for QuickStarter tooltipAndras Timar1-4/+3
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-1/+1
2012-07-16PRECOMPILED_HEADERS not definedMatúš Kukan1-13/+2
2012-07-15Possible inefficient checking for <var> emptinessJulien Nabet1-2/+2