Searched refs:importStdPic (Results 1 – 4 of 4) sorted by relevance
/trunk/main/oox/inc/oox/ole/ |
H A D | olehelper.hxx | 119 static bool importStdPic(
|
/trunk/main/oox/source/ole/ |
H A D | axcontrol.cxx | 684 …(!getFlag( nContFlags, COMCTL_COMPLEX_MOUSEICON ) || OleHelper::importStdPic( maMouseIcon, rInStrm… in importComplexPart() 874 case XML_Picture: OleHelper::importStdPic( maPictureData, rInStrm, true ); break; in importPictureData() 1012 case XML_Picture: OleHelper::importStdPic( maPictureData, rInStrm, true ); break; in importPictureData() 1104 case XML_Picture: OleHelper::importStdPic( maPictureData, rInStrm, true ); break; in importPictureData()
|
H A D | olehelper.cxx | 211 /*static*/ bool OleHelper::importStdPic( StreamDataSequence& orGraphicData, BinaryInputStream& rInS… in importStdPic() function in oox::ole::OleHelper
|
H A D | axbinaryreader.cxx | 253 return OleHelper::importStdPic( mrPicData, rInStrm, true ); in readProperty()
|
Completed in 21 milliseconds