Home
last modified time | relevance | path

Searched refs:OCX_Control (Results 1 – 3 of 3) sorted by relevance

/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx69 class OCX_Control;
121 static OCX_Control *OCX_Factory(const String &rId);
124 static OCX_Control *OCX_Factory( const com::sun::star::uno::Reference<
222 class MSFILTER_DLLPUBLIC OCX_Control class
225OCX_Control(UniString sN, OCX_Control* parent = NULL ) : nWidth( 0 ), nHeight( 0 ), mnLeft(0), mnT… in OCX_Control() function in OCX_Control
271 virtual ~OCX_Control() {} in ~OCX_Control()
303 OCX_Control* mpParent;
308 class OCX_ModernControl : public OCX_Control
311 OCX_ModernControl(UniString sN) : OCX_Control(sN), in OCX_ModernControl()
415 class OCX_TabStrip : public OCX_Control
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx89 bool operator()( const OCX_Control* a, const OCX_Control* b ) in operator ()()
96 sal_uInt8 __READONLY_DATA OCX_Control::aObjInfo[4] = { 0x00, 0x12, 0x03, 0x00 };
707 OCX_Control* pControl = NULL; in Read()
809 void RBGroup::add(OCX_Control* pRB) in add()
896 std::vector<OCX_Control*> destinationList; in insertGroupsIntoControlList()
956 void RBGroupManager::addSeperator( std::vector< OCX_Control* >& dest ) in addSeperator()
958 OCX_Control* seperator = new OCX_CommandButton; in addSeperator()
964 void RBGroupManager::copyList( std::vector< OCX_Control* >& src, in copyList()
965 std::vector< OCX_Control* >& dest, in copyList()
982 OCX_UserFormLabel(OCX_Control* pParent ) : OCX_Label( pParent ) in OCX_UserFormLabel()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx571 class WW8FormulaControl : public OCX_Control
577 : OCX_Control(rN), rRdr(rR), fUnknown(0), fDropdownIndex(0), in WW8FormulaControl()
617 using OCX_Control::Import;
636 using OCX_Control::Import;