Searched refs:pTreeBox (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/sfx2/source/dialog/ |
| H A D | templdlg.cxx | 883 pTreeBox ( NULL ), in SfxCommonTemplateDialog_Impl() 930 pTreeBox ( NULL ), in SfxCommonTemplateDialog_Impl() 1145 delete pTreeBox; in ~SfxCommonTemplateDialog_Impl() 1217 if ( pTreeBox ) in SelectStyle() 1221 SvLBoxEntry* pEntry = pTreeBox->First(); in SelectStyle() 1224 if ( pTreeBox->GetEntryText( pEntry ) == rStr ) in SelectStyle() 1226 pTreeBox->MakeVisible( pEntry ); in SelectStyle() 1227 pTreeBox->Select( pEntry ); in SelectStyle() 1230 pEntry = pTreeBox->Next( pEntry ); in SelectStyle() 1234 pTreeBox->SelectAll( sal_False ); in SelectStyle() [all …]
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/main/svx/source/inc/ |
| H A D | fmexch.hxx | 191 void buildPathFormat(SvTreeListBox* pTreeBox, SvLBoxEntry* pRoot); 196 void buildListFromPath(SvTreeListBox* pTreeBox, SvLBoxEntry* pRoot);
|
| /AOO42X/main/sfx2/source/inc/ |
| H A D | templdgi.hxx | 155 SvTreeListBox* pTreeBox; member in SfxCommonTemplateDialog_Impl
|
| /AOO42X/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()
|