Home
last modified time | relevance | path

Searched refs:ShowBrowseButton (Results 1 – 3 of 3) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dbrowserline.hxx107 … void ShowBrowseButton( const ::rtl::OUString& _rImageURL, sal_Bool _bPrimary );
108 void ShowBrowseButton( const Image& _rImage, sal_Bool _bPrimary );
109 void ShowBrowseButton( sal_Bool _bPrimary );
H A Dbrowserlistbox.cxx1157 rLine.pLine->ShowBrowseButton( _rPropertyData.PrimaryButtonImageURL, true ); in ChangeEntry()
1159 rLine.pLine->ShowBrowseButton( Image( _rPropertyData.PrimaryButtonImage ), true ); in ChangeEntry()
1161 rLine.pLine->ShowBrowseButton( true ); in ChangeEntry()
1166 rLine.pLine->ShowBrowseButton( _rPropertyData.SecondaryButtonImageURL, false ); in ChangeEntry()
1168 rLine.pLine->ShowBrowseButton( Image( _rPropertyData.SecondaryButtonImage ), false ); in ChangeEntry()
1170 rLine.pLine->ShowBrowseButton( false ); in ChangeEntry()
H A Dbrowserline.cxx449 void OBrowserLine::ShowBrowseButton( const ::rtl::OUString& _rImageURL, sal_Bool _bPrimary ) in ShowBrowseButton() function in pcr::OBrowserLine
462 void OBrowserLine::ShowBrowseButton( const Image& _rImage, sal_Bool _bPrimary ) in ShowBrowseButton() function in pcr::OBrowserLine
470 void OBrowserLine::ShowBrowseButton( sal_Bool _bPrimary ) in ShowBrowseButton() function in pcr::OBrowserLine

Completed in 33 milliseconds