summaryrefslogtreecommitdiff
path: root/sfx2/inc
AgeCommit message (Expand)AuthorFilesLines
2012-07-25aDataAvailableLink in SfxMedium was never called.Kohei Yoshida1-1/+0
2012-07-25Likewise, CharSet was set in SfxMedium but never used. Removing.Kohei Yoshida1-1/+0
2012-07-25Remove unused parameter.Kohei Yoshida1-1/+1
2012-07-25Referer was set to SfxMedium but was never used. Removing it.Kohei Yoshida2-2/+0
2012-07-25Move StorOpenMode to Impl. Now all the data members are in Impl.Kohei Yoshida1-3/+2
2012-07-25Move pURLObj to Impl.Kohei Yoshida1-1/+0
2012-07-25Nobody uses this.Kohei Yoshida1-2/+0
2012-07-25And pInStream too.Kohei Yoshida1-1/+0
2012-07-25Move pOutStream to Impl.Kohei Yoshida1-1/+0
2012-07-25Move m_xInputStreamToLoadFrom to Impl.Kohei Yoshida1-3/+0
2012-07-25Move pFilter to Impl.Kohei Yoshida1-2/+1
2012-07-25Move pSet to Impl.Kohei Yoshida1-1/+0
2012-07-25Move error code and long name to Impl.Kohei Yoshida1-5/+2
2012-07-25Move aLogicName into Impl.Kohei Yoshida1-1/+0
2012-07-25More members to move to Impl.Kohei Yoshida1-1/+0
2012-07-25Move bInputStreamIsReadOnly flag to Impl & properly initialize it.Kohei Yoshida1-3/+3
2012-07-25Move bRemote to Impl. BTW this never was properly initialized.Kohei Yoshida1-1/+0
2012-07-25Moved bTriedStorage to Impl.Kohei Yoshida1-1/+0
2012-07-25Moved bSetFilter to Impl. BTW this flag is probably not used at all.Kohei Yoshida1-1/+0
2012-07-25Move bRoot to Impl.Kohei Yoshida1-2/+1
2012-07-25sal_Bool to bool, String to OUString, in SfxMedium.Kohei Yoshida1-10/+10
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
2012-07-24Useless macro define.Kohei Yoshida1-2/+1
2012-07-24"Send via Bluetooth" (experimental) feature.Muthu Subramanian3-7/+63
2012-07-20Make TemplateDialog modeless.Rafael Dominguez1-1/+1
2012-07-17Convert SV_DECL_PTRARR_SORT(_SfxObjectList) to o3tl::sorted_vectorNoel Grandin1-5/+3
2012-07-15Keep track of the current view and close it when we click close icon.Rafael Dominguez1-0/+2
2012-07-15Move Populate and ShowOverlay as pure virtual functions.Rafael Dominguez3-3/+10
2012-07-15Move some methods to TemplateAbstractView.Rafael Dominguez2-12/+14
2012-07-15Move overlay attribute from subclasses to TemplateAbstractView.Rafael Dominguez3-5/+6
2012-07-15Remove SfxDocumentTemplates dependency from TemplateView.Rafael Dominguez1-3/+1
2012-07-15Refactor setting TemplateView name through regionId.Rafael Dominguez1-5/+7
2012-07-15Inherit from TemplateAbstractClass instead of ThumbnailView.Rafael Dominguez2-4/+4
2012-07-15Create abstract class for template repositories.Rafael Dominguez1-0/+28
2012-07-15Fill overlay template list when opening an online repository.Rafael Dominguez1-0/+2
2012-07-15Set online overlay dimensions the same as parent and set bg as white.Rafael Dominguez1-1/+0
2012-07-15Create overlay for online templates.Rafael Dominguez1-0/+10
2012-07-15Store item url in TemplateOnlineViewItem.Rafael Dominguez1-0/+8
2012-07-15Load repositories URLs and names from user settings.Rafael Dominguez2-0/+37
2012-07-15Switch main view between local/online repository.Rafael Dominguez1-0/+5
2012-07-15Create a class to display online templates thumbnails.Rafael Dominguez1-0/+27
2012-07-14Remove unused HIDsThomas Arnhold2-28/+0
2012-07-14simplify include guardsThomas Arnhold1-1/+1
2012-07-12warning C4099: type name first seen using 'struct' now seen using 'class'Michael Stahl1-1/+1
2012-07-11Draw thumbnail subtitle.Rafael Dominguez1-0/+6
2012-07-11Add subtitle attribute to TemplateViewItem.Rafael Dominguez1-0/+5
2012-07-11Rename ThumbnailViewItem maText attribute to maTitle.Rafael Dominguez1-1/+1
2012-07-08Change OnFolderSelected function name to OnItemSelected.Rafael Dominguez1-1/+1
2012-07-08Add an option in toolbar to delete folders when you select them.Rafael Dominguez2-0/+3
2012-07-08Handle close overlay action in template dialog instead of folder view.Rafael Dominguez2-2/+3