Searched refs:pTreeBox (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 1217 if ( pTreeBox ) in SelectStyle() 1268 if ( pTreeBox ) in GetSelectedEntry() 1325 if(pTreeBox) in FillTreeBox() 1340 pTreeBox->Expand( pTreeBox->First() ); in FillTreeBox() 1361 return pTreeBox? pTreeBox->FirstSelected() != 0: in HasSelectedStyle() 1429 if(pTreeBox) in UpdateStyles_Impl() 1639 if(!pTreeBox) in Update_Impl() 1677 if(!pTreeBox) in IMPL_LINK() 2709 if(pTreeBox) in Resize() 2717 if(pTreeBox) in Resize() [all …]
|
/aoo4110/main/svx/source/form/ |
H A D | fmexch.cxx | 234 void OControlTransferData::buildPathFormat(SvTreeListBox* pTreeBox, SvLBoxEntry* pRoot) in buildPathFormat() argument 257 pLoop = pTreeBox->GetParent(pLoop); in buildPathFormat() 275 void OControlTransferData::buildListFromPath(SvTreeListBox* pTreeBox, SvLBoxEntry* pRoot) in buildListFromPath() argument 288 pSearch = pTreeBox->GetEntry(pSearch, pThisPath[j]); in buildListFromPath()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | querycontroller.cxx | 755 …SvTreeListBox* pTreeBox = new SvTreeListBox( pWindow, WB_BORDER | WB_HASLINES | WB_HASBUTTONS | WB… in Execute() local 756 …pTreeBox->SetPosSizePixel( ::Point( 6, 6 ), ::Size( pWindow->GetSizePixel().Width() - 12, pWindow-… in Execute() 757 pTreeBox->SetNodeDefaultImages(); in Execute() 785 insertParseTree(pTreeBox,pNode); in Execute() 787 pTreeBox->Show(); in Execute() 790 delete pTreeBox; in Execute()
|
/aoo4110/main/svx/source/inc/ |
H A D | fmexch.hxx | 191 void buildPathFormat(SvTreeListBox* pTreeBox, SvLBoxEntry* pRoot); 196 void buildListFromPath(SvTreeListBox* pTreeBox, SvLBoxEntry* pRoot);
|
/aoo4110/main/sfx2/source/inc/ |
H A D | templdgi.hxx | 155 SvTreeListBox* pTreeBox; member in SfxCommonTemplateDialog_Impl
|
/aoo4110/main/cui/source/customize/ |
H A D | cfg.cxx | 1413 SvTreeListBox* pTreeBox = static_cast< SvTreeListBox* >( &rOutDev ); in Paint() local 1414 long nX = pTreeBox->GetSizePixel().Width(); in Paint() 1416 ScrollBar* pVScroll = pTreeBox->GetVScroll(); in Paint()
|
Completed in 59 milliseconds