Searched refs:mpControls (Results 1 – 4 of 4) sorted by relevance
415 mpControls = new UnoControlHolderList; in UnoControlContainer()424 mpControls = new UnoControlHolderList; in UnoControlContainer()429 DELETEZ( mpControls ); in ~UnoControlContainer()469 DELETEZ( mpControls ); in dispose()470 mpControls = new UnoControlHolderList; in dispose()523 if ( !mpControls->getControlForIdentifier( _nIdentifier, xControl ) ) in removeByIdentifier()537 if ( !mpControls->getControlForIdentifier( _nIdentifier, xExistentControl ) ) in replaceByIdentifer()553 mpControls->replaceControlById( _nIdentifier, xNewControl ); in replaceByIdentifer()575 if ( !mpControls->getControlForIdentifier( _nIdentifier, xControl ) ) in getByIdentifier()585 mpControls->getIdentifiers( aIdentifiers ); in getIdentifiers()[all …]
817 CtrlIterator aEnd = mpControls.end(); in add()818 for (CtrlIterator aIter = mpControls.begin(); aIter != aEnd; ++ aIter ) in add()823 mpControls.push_back( pRB ); in add()3419 CtrlIterator aEnd = mpControls.end(); in ~OCX_ContainerControl()3420 for (CtrlIterator aIter = mpControls.begin(); aIter != aEnd; ++ aIter ) in ~OCX_ContainerControl()3437 CtrlIterator aEnd = mpControls.end(); in Import()3439 for (CtrlIterator aIter = mpControls.begin(); aIter != aEnd; ++ aIter ) in Import()3633 mpControls.push_back( pControl ); in ProcessControl()3656 ::std::sort( mpControls.begin(), mpControls.end(), SortOrderByTabPos() ); in Read()3657 mpControls = rbGroupMgr.insertGroupsIntoControlList( mpControls ); in Read()[all …]
507 { return mpControls.size(); } in numControls()508 std::vector<OCX_Control*>& controls() { return mpControls; } in controls()513 std::vector<OCX_Control*> mpControls; member in RBGroup587 std::vector<OCX_Control*> mpControls; member in OCX_ContainerControl
55 UnoControlHolderList* mpControls; member in UnoControlContainer