Searched refs:exportButton (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sd/source/filter/html/ |
| H A D | buttonset.cxx | 149 bool exportButton( int nSet, const rtl::OUString& rPath, const rtl::OUString& rName ); 248 bool ButtonSetImpl::exportButton( int nSet, const rtl::OUString& rPath, const rtl::OUString& rName ) in exportButton() function in ButtonSetImpl 301 bool ButtonSet::exportButton( int nSet, const rtl::OUString& rPath, const rtl::OUString& rName ) in exportButton() function in ButtonSet 303 return mpImpl->exportButton( nSet, rPath, rName ); in exportButton()
|
| H A D | buttonset.hxx | 43 bool exportButton( int nSet, const rtl::OUString& rPath, const rtl::OUString& rName );
|
| H A D | htmlex.cxx | 2691 mpButtonSet->exportButton( mnButtonThema, aFull, GetButtonName(nButton) ); in CreateBitmaps()
|