Home
last modified time | relevance | path

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

/AOO41X/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 …]
/AOO41X/main/filter/source/msfilter/
H A Dmsocximex.cxx90 bool operator()( const OCX_Control* a, const OCX_Control* b ) in operator ()()
97 sal_uInt8 __READONLY_DATA OCX_Control::aObjInfo[4] = { 0x00, 0x12, 0x03, 0x00 };
708 OCX_Control* pControl = NULL; in Read()
810 void RBGroup::add(OCX_Control* pRB) in add()
897 std::vector<OCX_Control*> destinationList; in insertGroupsIntoControlList()
957 void RBGroupManager::addSeperator( std::vector< OCX_Control* >& dest ) in addSeperator()
959 OCX_Control* seperator = new OCX_CommandButton; in addSeperator()
965 void RBGroupManager::copyList( std::vector< OCX_Control* >& src, in copyList()
966 std::vector< OCX_Control* >& dest, in copyList()
983 OCX_UserFormLabel(OCX_Control* pParent ) : OCX_Label( pParent ) in OCX_UserFormLabel()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par.hxx572 class WW8FormulaControl : public OCX_Control
578 : OCX_Control(rN), rRdr(rR), fUnknown(0), fDropdownIndex(0), in WW8FormulaControl()
618 using OCX_Control::Import;
637 using OCX_Control::Import;