Searched refs:_eDocType (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/svx/source/form/ |
H A D | fmcontrollayout.cxx | 236 if ( _eDocType == eUnknownDocumentType ) in initializeControlLayout() 237 _eDocType = DocumentClassification::classifyHostDocument( _rxControlModel.get() ); in initializeControlLayout() 240 OConfigurationNode aConfig = getLayoutSettings( _eDocType ); in initializeControlLayout() 278 if ( useDocumentReferenceDevice( _eDocType ) in initializeControlLayout() 290 ::utl::OConfigurationNode ControlLayouter::getLayoutSettings( DocumentType _eDocType ) in getLayoutSettings() argument 293 sConfigName += DocumentClassification::getModuleIdentifierForDocumentType( _eDocType ); in getLayoutSettings() 300 bool ControlLayouter::useDynamicBorderColor( DocumentType _eDocType ) in useDynamicBorderColor() argument 302 OConfigurationNode aConfig = getLayoutSettings( _eDocType ); in useDynamicBorderColor() 310 bool ControlLayouter::useDocumentReferenceDevice( DocumentType _eDocType ) in useDocumentReferenceDevice() argument 312 if ( _eDocType == eUnknownDocumentType ) in useDocumentReferenceDevice() [all …]
|
H A D | formcontrolfactory.cxx | 133 …sal_Int16 FormControlFactory::initializeControlModel( const DocumentType _eDocType, const SdrUnoOb… in initializeControlModel() argument 136 _eDocType, in initializeControlModel() 143 …sal_Int16 FormControlFactory::initializeControlModel( const DocumentType _eDocType, const Referenc… in initializeControlModel() argument 146 _eDocType, _rxControlModel, Rectangle() in initializeControlModel() 398 …sal_Int16 FormControlFactory::initializeControlModel( const DocumentType _eDocType, const Referenc… in initializeControlModel() argument 409 ControlLayouter::initializeControlLayout( _rxControlModel, _eDocType ); in initializeControlModel()
|
/aoo42x/main/svx/source/inc/ |
H A D | fmcontrollayout.hxx | 51 DocumentType _eDocType 56 static bool useDynamicBorderColor( DocumentType _eDocType ); 61 static bool useDocumentReferenceDevice( DocumentType _eDocType ); 80 DocumentType _eDocType
|
H A D | formcontrolfactory.hxx | 75 const DocumentType _eDocType, 80 sal_Int16 initializeControlModel( const DocumentType _eDocType, const SdrUnoObj& _rObject ); 81 …sal_Int16 initializeControlModel( const DocumentType _eDocType, const ::com::sun::star::uno::Refer…
|
Completed in 99 milliseconds