Home
last modified time | relevance | path

Searched refs:mpControls (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx415 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 …]
/AOO41X/main/filter/source/msfilter/
H A Dmsocximex.cxx817 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 …]
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx507 { return mpControls.size(); } in numControls()
508 std::vector<OCX_Control*>& controls() { return mpControls; } in controls()
513 std::vector<OCX_Control*> mpControls; member in RBGroup
587 std::vector<OCX_Control*> mpControls; member in OCX_ContainerControl
/AOO41X/main/toolkit/inc/toolkit/controls/
H A Dunocontrolcontainer.hxx55 UnoControlHolderList* mpControls; member in UnoControlContainer