Searched refs:getPreview (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sd/source/filter/html/ |
H A D | buttonset.cxx | 148 bool getPreview( int nSet, const std::vector< rtl::OUString >& rButtons, Image& rImage ); 197 bool ButtonSetImpl::getPreview( int nSet, const std::vector< rtl::OUString >& rButtons, Image& rIma… in getPreview() function in ButtonSetImpl 296 bool ButtonSet::getPreview( int nSet, const std::vector< rtl::OUString >& rButtons, Image& rImage ) in getPreview() function in ButtonSet 298 return mpImpl->getPreview( nSet, rButtons, rImage ); in getPreview()
|
H A D | buttonset.hxx | 42 bool getPreview( int nSet, const std::vector< rtl::OUString >& rButtons, Image& rImage );
|
H A D | pubdlg.cxx | 1438 if( mpButtonSet->getPreview( nSet, aButtonNames, aImage ) ) in LoadPreviewButtons()
|
Completed in 27 milliseconds