Searched refs:ShowBrowseButton (Results 1 – 3 of 3) sorted by relevance
107 … void ShowBrowseButton( const ::rtl::OUString& _rImageURL, sal_Bool _bPrimary );108 void ShowBrowseButton( const Image& _rImage, sal_Bool _bPrimary );109 void ShowBrowseButton( sal_Bool _bPrimary );
1157 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()
449 void OBrowserLine::ShowBrowseButton( const ::rtl::OUString& _rImageURL, sal_Bool _bPrimary ) in ShowBrowseButton() function in pcr::OBrowserLine462 void OBrowserLine::ShowBrowseButton( const Image& _rImage, sal_Bool _bPrimary ) in ShowBrowseButton() function in pcr::OBrowserLine470 void OBrowserLine::ShowBrowseButton( sal_Bool _bPrimary ) in ShowBrowseButton() function in pcr::OBrowserLine
Completed in 23 milliseconds