/trunk/main/dbaccess/source/ui/control/ |
H A D | tabletree.cxx | 512 SvLBoxEntry* pParentEntry = getAllObjectsEntry(); in implAddEntry() local 530 SvLBoxEntry* pFolder = GetEntryPosByName( rFirstName, pParentEntry ); in implAddEntry() 532 …pFolder = InsertEntry( rFirstName, pParentEntry, sal_False, LIST_APPEND, reinterpret_cast< void* >… in implAddEntry() 533 pParentEntry = pFolder; in implAddEntry() 538 SvLBoxEntry* pFolder = GetEntryPosByName( rSecondName, pParentEntry ); in implAddEntry() 540 …pFolder = InsertEntry( rSecondName, pParentEntry, sal_False, LIST_APPEND, reinterpret_cast< void* … in implAddEntry() 541 pParentEntry = pFolder; in implAddEntry() 545 if ( !_bCheckName || !GetEntryPosByName( sName, pParentEntry ) ) in implAddEntry() 547 pRet = InsertEntry( sName, pParentEntry, sal_False, LIST_APPEND ); in implAddEntry()
|
/trunk/main/svtools/source/uno/ |
H A D | treecontrolpeer.cxx | 461 …e( UnoTreeListBoxImpl& rTree, const Reference< XTreeNode >& xNode, UnoTreeListEntry* pParentEntry ) in addNode() argument 465 UnoTreeListEntry* pEntry = createEntry( xNode, pParentEntry, LIST_APPEND ); in addNode() 1102 UnoTreeListEntry* pParentEntry = 0; in updateNode() local 1107 pParentEntry = getEntry( xParentNode ); in updateNode() 1111 pNodeEntry = createEntry( xNode, pParentEntry, nChild ); in updateNode() 1119 …TreeListBoxImpl& rTree, const Reference< XTreeNode >& xParentNode, UnoTreeListEntry* pParentEntry ) in updateChildNodes() argument 1121 if( xParentNode.is() && pParentEntry ) in updateChildNodes() 1123 …eeListEntry* pCurrentChild = dynamic_cast< UnoTreeListEntry* >( rTree.FirstChild( pParentEntry ) ); in updateChildNodes() 1135 pCurrentChild = createEntry( xNode, pParentEntry, nChild ); in updateChildNodes() 1140 rTree.GetModel()->Move( pNodeEntry, pParentEntry, nChild ); in updateChildNodes()
|
H A D | treecontrolpeer.hxx | 126 …:uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& xNode, UnoTreeListEntry* pParentEntry ); 133 …Reference< ::com::sun::star::awt::tree::XTreeNode >& xParentNode, UnoTreeListEntry* pParentEntry );
|
/trunk/main/cui/source/dialogs/ |
H A D | hlmarkwn.cxx | 344 …kDlgMarkWnd::FillTree( uno::Reference< container::XNameAccess > xLinks, SvLBoxEntry* pParentEntry ) in FillTree() argument 405 pParentEntry, in FillTree() 416 pParentEntry, in FillTree() 426 pParentEntry, in FillTree()
|
/trunk/main/svx/source/form/ |
H A D | navigatortree.cxx | 718 SvLBoxEntry* pParentEntry = FindEntry( pEntryData->GetParent() ); in Insert() local 721 if( !pParentEntry ) in Insert() 729 pParentEntry, sal_False, nRelPos, pEntryData ); in Insert() 739 if( !pParentEntry ) in Insert() 1446 void NavigatorTree::NewForm( SvLBoxEntry* pParentEntry ) in NewForm() argument 1451 if( !IsFormEntry(pParentEntry) ) in NewForm() 1454 FmFormData* pParentFormData = (FmFormData*)pParentEntry->GetUserData(); in NewForm() 1508 …orTree::NewControl( const ::rtl::OUString& rServiceName, SvLBoxEntry* pParentEntry, sal_Bool bEdit… in NewControl() argument 1515 if (!IsFormEntry(pParentEntry)) in NewControl() 1518 FmFormData* pParentFormData = (FmFormData*)pParentEntry->GetUserData();; in NewControl()
|
H A D | filtnav.cxx | 1584 SvLBoxEntry* pParentEntry = FindEntry( pParent ); in Insert() local 1585 …= InsertEntry(pItem->GetText(), pItem->GetImage(), pItem->GetImage(), pParentEntry, sal_False, nPo… in Insert() 1591 if ( pParentEntry ) in Insert() 1592 Expand( pParentEntry ); in Insert()
|
/trunk/main/accessibility/source/extended/ |
H A D | accessiblelistboxentry.cxx | 387 SvLBoxEntry* pParentEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in implGetParentAccessible() local 388 …DBG_ASSERT( pParentEntry, "AccessibleListBoxEntry::implGetParentAccessible: could not obtain a par… in implGetParentAccessible() 390 if ( pParentEntry ) in implGetParentAccessible() 391 pParentEntry = getListBox()->GetParent(pParentEntry); in implGetParentAccessible() 392 if ( pParentEntry ) in implGetParentAccessible() 393 xParent = new AccessibleListBoxEntry( *getListBox(), pParentEntry, NULL ); in implGetParentAccessible()
|
/trunk/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 1284 SvLBoxEntry* pParentEntry = GetParent( pEntry ); in FillEntryPath() local 1287 sal_uLong i, nCount = GetLevelChildCount( pParentEntry ); in FillEntryPath() 1290 SvLBoxEntry* pTemp = GetEntry( pParentEntry, i ); in FillEntryPath() 1299 if ( pParentEntry ) in FillEntryPath() 1301 pEntry = pParentEntry; in FillEntryPath() 1302 pParentEntry = GetParent( pParentEntry ); in FillEntryPath()
|
/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationList.cxx | 730 SvLBoxEntry* pParentEntry = 0; in append() local 738 pParentEntry = mpLastParentEntry; in append() 746 if( pParentEntry ) in append() 749 Insert( pEntry, pParentEntry ); in append()
|
/trunk/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 363 SvLBoxEntry* pParentEntry = 0; in InitFields() local 376 pParentEntry = maOptionBox.InsertEntry( aOption ); in InitFields() 399 if( pParentEntry ) in InitFields() 400 maOptionBox.InsertEntry( aOption, pParentEntry ); in InitFields()
|
/trunk/main/basctl/source/basicide/ |
H A D | moduldlg.cxx | 720 SvLBoxEntry* pParentEntry = aBasicBox.GetParent( pCurEntry ); in IMPL_LINK() local 721 if ( pParentEntry ) in IMPL_LINK() 723 … BasicDocumentEntry* pBasicDocumentEntry = (BasicDocumentEntry*)pParentEntry->GetUserData(); in IMPL_LINK()
|
H A D | baside2b.cxx | 1919 SvLBoxEntry* pParentEntry = GetParent( pEntry ); in ImplGetSBXForEntry() local 1920 WatchItem* pParentItem = pParentEntry ? (WatchItem*)pParentEntry->GetUserData() : NULL; in ImplGetSBXForEntry()
|
/trunk/main/svx/source/inc/ |
H A D | fmexpl.hxx | 462 …FmControlData* NewControl( const ::rtl::OUString& rServiceName, SvLBoxEntry* pParentEntry, sal_Bo… 463 void NewForm( SvLBoxEntry* pParentEntry );
|
/trunk/main/cui/source/inc/ |
H A D | hlmarkwn.hxx | 86 …o::Reference< ::com::sun::star::container::XNameAccess > xLinks, SvLBoxEntry* pParentEntry =NULL );
|
/trunk/main/sd/source/ui/inc/ |
H A D | sdtreelb.hxx | 290 SvLBoxEntry* pParentEntry,
|
/trunk/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 674 SvLBoxEntry* pParentEntry, in AddShapeList() argument 691 pParentEntry, in AddShapeList()
|
/trunk/main/sw/source/ui/utlui/ |
H A D | content.cxx | 3080 SvLBoxEntry* pParentEntry = GetParent(pEntry); in Select() local 3082 ((bIsRoot && nRootType == CONTENT_TYPE_OUTLINE && pParentEntry) || in Select() 3083 …(lcl_IsContent(pEntry) && ((SwContentType*)pParentEntry->GetUserData())->GetType() == CONTENT_TYPE… in Select()
|
/trunk/main/cui/source/customize/ |
H A D | cfg.cxx | 1303 SvLBoxEntry *pParentEntry ) in Apply() argument 1306 (void)pParentEntry; in Apply()
|