Home
last modified time | relevance | path

Searched refs:importBinaryModel (Results 1 – 7 of 7) sorted by relevance

/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx329 virtual bool importBinaryModel( BinaryInputStream& rInStrm ) = 0;
358 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
456 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
479 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
504 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
530 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
557 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
679 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
705 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
732 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
[all …]
H A Dvbacontrol.hxx52 bool importBinaryModel( BinaryInputStream& rInStrm );
H A Daxbinaryreader.hxx128 bool importBinaryModel( BinaryInputStream& rInStrm );
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx590 bool ComCtlModelBase::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() function in oox::ole::ComCtlModelBase
800 bool AxFontDataModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() function in oox::ole::AxFontDataModel
802 return maFontData.importBinaryModel( rInStrm ); in importBinaryModel()
879 bool AxCommandButtonModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() function in oox::ole::AxCommandButtonModel
942 bool AxLabelModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() function in oox::ole::AxLabelModel
1017 bool AxImageModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() function in oox::ole::AxImageModel
1109 bool AxMorphDataModelBase::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() function in oox::ole::AxMorphDataModelBase
1374 bool AxSpinButtonModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() function in oox::ole::AxSpinButtonModel
1454 bool AxScrollBarModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() function in oox::ole::AxScrollBarModel
1509 bool AxTabStripModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() function in oox::ole::AxTabStripModel
[all …]
H A Dvbacontrol.cxx202 bool VbaSiteModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() function in oox::ole::VbaSiteModel
410 mxCtrlModel->importBinaryModel( rInStrm ); in importControlModel()
428 …if( !aFStrm.isEof() && pContainerModel->importBinaryModel( aFStrm ) && pContainerModel->importClas… in importStorage()
504 return mxSiteModel->importBinaryModel( rInStrm ); in importSiteModel()
H A Daxcontrolfragment.cxx125 pModel->importBinaryModel( aInStrm ); in onCreateContext()
143 pModel->importBinaryModel( aInStrm ); in onCreateContext()
H A Daxbinaryreader.cxx141 bool AxFontData::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() function in oox::ole::AxFontData
181 return importBinaryModel( rInStrm ); in importGuidAndFont()

Completed in 37 milliseconds