summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2012-07-25The impl class is never null. No point checking for it.Kohei Yoshida
2012-07-25Likewise, CharSet was set in SfxMedium but never used. Removing.Kohei Yoshida
2012-07-25Remove unused parameter.Kohei Yoshida
2012-07-25Fix the dbgutil build.Kohei Yoshida
2012-07-25Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida
2012-07-25Nobody uses this guy.Kohei Yoshida
2012-07-25Move StorOpenMode to Impl. Now all the data members are in Impl.Kohei Yoshida
2012-07-25Calling delete on NULL pointer is no-op; no need to check it.Kohei Yoshida
2012-07-25Move pURLObj to Impl.Kohei Yoshida
2012-07-25Nobody uses this.Kohei Yoshida
2012-07-25And pInStream too.Kohei Yoshida
2012-07-25Move pOutStream to Impl.Kohei Yoshida
2012-07-25Move m_xInputStreamToLoadFrom to Impl.Kohei Yoshida
2012-07-25Move pFilter to Impl.Kohei Yoshida
2012-07-25Move pSet to Impl.Kohei Yoshida
2012-07-25Move error code and long name to Impl.Kohei Yoshida
2012-07-25Move aLogicName into Impl.Kohei Yoshida
2012-07-25More members to move to Impl.Kohei Yoshida
2012-07-25Move bInputStreamIsReadOnly flag to Impl & properly initialize it.Kohei Yoshida
2012-07-25Move bRemote to Impl. BTW this never was properly initialized.Kohei Yoshida
2012-07-25Moved bTriedStorage to Impl.Kohei Yoshida
2012-07-25Removing unused flag.Kohei Yoshida
2012-07-25Moved bSetFilter to Impl. BTW this flag is probably not used at all.Kohei Yoshida
2012-07-25Move bRoot to Impl.Kohei Yoshida
2012-07-25Let's not use macro for this.Kohei Yoshida
2012-07-25Keep all bool's together...Kohei Yoshida
2012-07-25More on sal_Bool to bool.Kohei Yoshida
2012-07-25sal_Bool to bool.Kohei Yoshida
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida
2012-07-25delete svl/svstdarr.hxxMichael Stahl
2012-07-24Useless macro define.Kohei Yoshida
2012-07-24"Send via Bluetooth" (experimental) feature.Muthu Subramanian
2012-07-20Display correct view when searching and position online view below box.Rafael Dominguez
2012-07-20Make command names shorter.Rafael Dominguez
2012-07-20Make TemplateDialog modeless.Rafael Dominguez
2012-07-18Revert hrc string cleanupThomas Arnhold
2012-07-17Convert SV_DECL_PTRARR_SORT(_SfxObjectList) to o3tl::sorted_vectorNoel Grandin
2012-07-17removed unused forward declarations of classTakeshi Abe
2012-07-17Fix MinGW build.Jan Holesovsky
2012-07-16fdo#52143 use Unicode functions for QuickStarter tooltipAndras Timar
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-07-16PRECOMPILED_HEADERS not definedMatúš Kukan
2012-07-15Possible inefficient checking for <var> emptinessJulien Nabet
2012-07-15Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-07-15Keep track of the current view and close it when we click close icon.Rafael Dominguez
2012-07-15Move Populate and ShowOverlay as pure virtual functions.Rafael Dominguez
2012-07-15Move some methods to TemplateAbstractView.Rafael Dominguez
2012-07-15Move overlay attribute from subclasses to TemplateAbstractView.Rafael Dominguez
2012-07-15Remove SfxDocumentTemplates dependency from TemplateView.Rafael Dominguez
2012-07-15Refactor setting TemplateView name through regionId.Rafael Dominguez