Searched refs:rTree (Results 1 – 6 of 6) sorted by relevance
438 rTree.Clear(); in fillTree()827 rTree.MakeVisible( pEntry ); in makeNodeVisible()850 rTree.Expand( pEntry ); in expandNode()862 rTree.Collapse( pEntry ); in collapseNode()945 if( rTree.IsEditingActive() ) in stopEditing()947 rTree.EndEditing(sal_False); in stopEditing()963 rTree.EndEditing(sal_False); in cancelEditing()974 rTree.EditEntry( pEntry ); in startEditingAtNode()1242 rTree.Clear(); in disposing()1393 rTree.SetStyle( nBits ); in setProperty()[all …]
124 void eraseTree( UnoTreeListBoxImpl& rTree );125 …void fillTree( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::sun::star…126 …void addNode( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::sun::star:…132 …void updateNode( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::sun::st…133 …void updateChildNodes( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::s…140 …void onChangeDataModel( UnoTreeListBoxImpl& rTree, const ::com::sun::star::uno::Reference< ::com::…
418 DBTreeListBox& rTree = *m_pLists[nPos]; in getSelectionElementNames() local441 pEntry = rTree.NextSelected(pEntry); in getSelectionElementNames()536 DBTreeListBox& rTree = *m_pLists[nPos]; in selectElements() local537 rTree.SelectAll(sal_False); in selectElements()544 rTree.Select(pEntry); in selectElements()558 DBTreeListBox& rTree = *m_pLists[nPos]; in getQualifiedName() local562 pEntry = rTree.FirstSelected(); in getQualifiedName()579 pParent = rTree.GetParent(pParent); in getQualifiedName()598 DBTreeListBox& rTree = *m_pLists[nPos]; in getSelectionCount() local603 pEntry = rTree.NextSelected(pEntry); in getSelectionCount()[all …]
47 …ic sal_Bool ImpIsTreeAvailable( Reference< XMultiServiceFactory >& rXCfgProv, const String& rTree ) in ImpIsTreeAvailable() argument49 sal_Bool bAvailable = rTree.Len() != 0; in ImpIsTreeAvailable()52 xub_StrLen nTokenCount = rTree.GetTokenCount( (sal_Unicode)'/' ); in ImpIsTreeAvailable()55 if ( rTree.GetChar( 0 ) == (sal_Unicode)'/' ) in ImpIsTreeAvailable()57 if ( rTree.GetChar( rTree.Len() - 1 ) == (sal_Unicode)'/' ) in ImpIsTreeAvailable()61 aAny <<= (OUString)rTree.GetToken( i++, (sal_Unicode)'/' ); in ImpIsTreeAvailable()93 String aNode( rTree.GetToken( i, (sal_Unicode)'/' ) ); in ImpIsTreeAvailable()
201 void SetFormulaTree(SmNode *&rTree) { pTree = rTree; } in SetFormulaTree() argument
51 SVT_DLLPRIVATE void ImpInitTree( const String& rTree );
Completed in 50 milliseconds