Searched refs:ImplFindSet (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/vcl/source/window/ |
| H A D | splitwin.cxx | 318 static ImplSplitSet* ImplFindSet( ImplSplitSet* pSet, sal_uInt16 nId ) in ImplFindSet() function 337 ImplSplitSet* pFindSet = ImplFindSet( pItems[i].mpSet, nId ); in ImplFindSet() 2870 DBG_ASSERT( ImplFindSet( mpMainSet, nSetId ), "SplitWindow::InsertItem() - Set not exists" ); in InsertItem() 2878 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in InsertItem() 2947 DBG_ASSERT( ImplFindSet( mpMainSet, nNewSetId ), "SplitWindow::MoveItem() - Set not exists" ); in MoveItem() 2951 ImplSplitSet* pNewSet = ImplFindSet( mpMainSet, nNewSetId ); in MoveItem() 3088 mpBaseSet = ImplFindSet( mpMainSet, nSetId ); in SetBaseSet() 3103 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in SetSplitSize() 3118 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in GetSplitSize() 3137 ImplSplitSet* pSet = ImplFindSet( mpMainSet, nSetId ); in SetItemBackground() [all …]
|