Home
last modified time | relevance | path

Searched refs:rTree (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx438 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 …]
H A Dtreecontrolpeer.hxx124 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::…
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx418 DBTreeListBox& rTree = *m_pLists[nPos]; in getSelectionElementNames() local
441 pEntry = rTree.NextSelected(pEntry); in getSelectionElementNames()
536 DBTreeListBox& rTree = *m_pLists[nPos]; in selectElements() local
537 rTree.SelectAll(sal_False); in selectElements()
544 rTree.Select(pEntry); in selectElements()
558 DBTreeListBox& rTree = *m_pLists[nPos]; in getQualifiedName() local
562 pEntry = rTree.FirstSelected(); in getQualifiedName()
579 pParent = rTree.GetParent(pParent); in getQualifiedName()
598 DBTreeListBox& rTree = *m_pLists[nPos]; in getSelectionCount() local
603 pEntry = rTree.NextSelected(pEntry); in getSelectionCount()
[all …]
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx47 …ic sal_Bool ImpIsTreeAvailable( Reference< XMultiServiceFactory >& rXCfgProv, const String& rTree ) in ImpIsTreeAvailable() argument
49 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()
/trunk/main/starmath/inc/
H A Ddocument.hxx201 void SetFormulaTree(SmNode *&rTree) { pTree = rTree; } in SetFormulaTree() argument
/trunk/main/svtools/inc/svtools/
H A DFilterConfigItem.hxx51 SVT_DLLPRIVATE void ImpInitTree( const String& rTree );

Completed in 39 milliseconds