Lines Matching defs:SubComponentDescriptor
88 struct SubComponentDescriptor struct
93 sal_Int32 nComponentType;
95 ElementOpenMode eOpenMode;
97 Reference< XFrame > xFrame;
99 Reference< XController > xController;
101 Reference< XModel > xModel;
103 Reference< XCommandProcessor > xComponentCommandProcessor;
105 Reference< XPropertySet > xDocumentDefinitionProperties;
107 SubComponentDescriptor() in SubComponentDescriptor() argument
117 … SubComponentDescriptor( const ::rtl::OUString& i_rName, const sal_Int32 i_nComponentType, in SubComponentDescriptor() function
136 inline bool is() const { return xFrame.is(); } in is()
139 bool impl_constructFrom( const Reference< XComponent >& _rxComponent ) in impl_constructFrom()