| /trunk/main/starmath/source/ | 
| H A D | document.cxx | 254 	if (pTree)  in Parse()255 		delete pTree;  in Parse()
 454     if (!pTree)  in Draw()
 509 	if (!pTree)  in GetSize()
 512 	if (pTree)  in GetSize()
 732 	delete pTree;  in ~SmDocShell()
 757 		if (pTree)  in ConvertFrom()
 760 			pTree = 0;  in ConvertFrom()
 866 		if (!pTree)  in Save()
 939 		if (!pTree)  in SaveAs()
 [all …]
 
 | 
| H A D | view.cxx | 167 		const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree();  in MouseButtonDown()  local170 		if (!pTree)  in MouseButtonDown()
 179 		if (pTree->OrientedDist(aPos) <= 0)  in MouseButtonDown()
 180 			pNode = pTree->FindRectClosestTo(aPos);  in MouseButtonDown()
 258 	const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree();  in SetCursor()  local
 261 	Point aOffset (pNode->GetTopLeft() - pTree->GetTopLeft()),  in SetCursor()
 293 	const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(),  in SetCursorPos()  local
 295 	if (pTree)  in SetCursorPos()
 296 		pNode = pTree->FindTokenAt(nRow, nCol);  in SetCursorPos()
 
 | 
| H A D | accessibility.cxx | 530         const SmNode *pTree = pDoc->GetFormulaTree();  in getCharacterBounds()  local531         const SmNode *pNode = pTree->FindNodeWithAccessibleIndex( (xub_StrLen) nIndex );  in getCharacterBounds()
 546                 Point aOffset(pNode->GetTopLeft() - pTree->GetTopLeft());  in getCharacterBounds()
 596         const SmNode *pTree = pWin->GetView()->GetDoc()->GetFormulaTree();  in getIndexAtPoint()  local
 599 		if (!pTree)  in getIndexAtPoint()
 609 		if (pTree->OrientedDist(aPos) <= 0)  in getIndexAtPoint()
 610 			pNode = pTree->FindRectClosestTo(aPos);  in getIndexAtPoint()
 615             Point   aOffset( pNode->GetTopLeft() - pTree->GetTopLeft() );  in getIndexAtPoint()
 
 | 
| H A D | mathtype.hxx | 68         rRet(rIn), pTree(pIn), nHAlign(2), nVAlign(0), nInsertion(0), nDefaultSize(12),  in MathType()134 	SmNode *pTree;  member in MathType
 
 | 
| H A D | unomodel.cxx | 974                 if ( !pDocSh->pTree )  in _getPropertyValues()976                 if ( pDocSh->pTree )  in _getPropertyValues()
 981                     *pValue <<= static_cast<sal_Int32>( pDocSh->pTree->GetFormulaBaseline() );  in _getPropertyValues()
 
 | 
| H A D | mathmlexport.cxx | 392     pTree(0) ,  in SmXMLExport()617             pTree = pDocShell->GetFormulaTree();  in exportDoc()
 653     ExportNodes(pTree, 0);  in _ExportContent()
 
 | 
| H A D | mathmlexport.hxx | 86     const SmNode *  pTree;  member in SmXMLExport
 | 
| H A D | mathmlimport.cxx | 564     SmNode *pTree;  in endDocument()  local565     if (NULL != (pTree = GetTree()))  in endDocument()
 577             pDocShell->SetFormulaTree(pTree);  in endDocument()
 581                 pTree->CreateTextFromNode(aText);  in endDocument()
 
 | 
| H A D | mathtype.cxx | 2042 	if (!pTree)  in ConvertFromStarMath()2098 		HandleNodes(pTree);  in ConvertFromStarMath()
 
 | 
| /trunk/main/svtools/source/contnr/ | 
| H A D | svimpbox.cxx | 68 	pTree = pLBTree;  in SvImpLBox()1085 	while( pTree->GetDepth( pEntry ) > 0 )  in DrawNet()
 1163 		pChild = pTree->LastSibling( pEntry );  in DrawNet()
 1787 		pStartEntry = pTree->First();  in EntryRemoved()
 1850 			pNew = pTree->NextSibling( pEntry );  in MovingEntry()
 1903 			pTree->InvalidateEntry( pParent );  in EntryInserted()
 2564 						pCur = pTree->Next( pCur );  in KeyInput()
 2599 								   pTree->GetDepth( pTree->GetParent(pParentToCollapse)) > 0)  in KeyInput()
 2614 							pCur = pTree->Next( pCur );  in KeyInput()
 3011 	pEntry = pTree->First();  in SelAllDestrAnch()
 [all …]
 
 | 
| H A D | svimpicn.cxx | 706 SvImpIconView::SvImpIconView( SvIconView* pCurView, SvLBoxTreeList* pTree,  in SvImpIconView()  argument712 	pModel = pTree;  in SvImpIconView()
 
 | 
| /trunk/main/vcl/source/gdi/ | 
| H A D | octree.cxx | 78             pTree       ( NULL ),  in Octree()90             pTree       ( NULL ),  in Octree()
 102     ImplDeleteOctree( &pTree );  in ~Octree()
 112     ImplAdd( &pTree );  in AddColor()
 135                     ImplAdd( &pTree );  in ImplCreateOctree()
 154                     ImplAdd( &pTree );  in ImplCreateOctree()
 
 | 
| /trunk/main/oox/source/drawingml/diagram/ | 
| H A D | diagram.cxx | 122 void DiagramLayout::layout( const dgm::PointsTreePtr & pTree, const awt::Point & pt )  in layout()  argument124 	setPosition( pTree->getPoint(), pt );  in layout()
 128 	for( iter = pTree->beginChild(); iter != pTree->endChild(); iter++ )  in layout()
 
 | 
| /trunk/main/vcl/inc/vcl/ | 
| H A D | octree.hxx | 72 	PNODE						pTree;  member in Octree107 	CreatePalette( pTree );  in GetPalette()
 118 	GetPalIndex( pTree );  in GetBestPaletteIndex()
 
 | 
| /trunk/main/sc/source/core/data/ | 
| H A D | documen7.cxx | 383 	ScFormulaCell* pTree = pFormulaTree;  in ClearFormulaTree()  local384 	while ( pTree )  in ClearFormulaTree()
 386 		pCell = pTree;  in ClearFormulaTree()
 387 		pTree = pCell->GetNext();  in ClearFormulaTree()
 
 | 
| /trunk/main/starmath/inc/ | 
| H A D | document.hxx | 112 	SmNode		  	   *pTree;  member in SmDocShell200 	const SmNode *	GetFormulaTree() const 	{ return pTree; }  in GetFormulaTree()
 201 	void 			SetFormulaTree(SmNode *&rTree) { pTree = rTree; }  in SetFormulaTree()
 
 | 
| /trunk/main/automation/source/server/ | 
| H A D | statemnt.cxx | 5509 								SvTreeListBox *pTree = (SvTreeListBox*)pControl;  in Execute()  local5510 								SvLBoxEntry *pThisEntry = pTree->GetCurEntry();  in Execute()
 5667 								SvTreeListBox *pTree = (SvTreeListBox*)pControl;  in Execute()  local
 5672                                     pThisEntry = pTree->GetCurEntry();  in Execute()
 5718                                                         pTree->CheckButtonHdl();  in Execute()
 5719                                                         pTree->InvalidateEntry( pThisEntry );  in Execute()
 5726                                                         pTree->CheckButtonHdl();  in Execute()
 5727                                                         pTree->InvalidateEntry( pThisEntry );  in Execute()
 5734                                                         pTree->CheckButtonHdl();  in Execute()
 5751 								SvTreeListBox *pTree = (SvTreeListBox*)pControl;  in Execute()  local
 [all …]
 
 | 
| /trunk/main/svtools/source/inc/ | 
| H A D | svimpicn.hxx | 170 	void 			SetModel( SvLBoxTreeList* pTree, SvLBoxEntry* pParent )  in SetModel()  argument171 						{ pModel = pTree; SetCurParent(pParent); }  in SetModel()
 
 | 
| H A D | svimpbox.hxx | 94 	SvLBoxTreeList*		pTree;  member in SvImpLBox266 	void 				SetModel( SvLBoxTreeList* pModel ) { pTree = pModel;}  in SetModel()
 
 | 
| /trunk/main/fpicker/source/unx/gnome/ | 
| H A D | SalGtkFilePicker.cxx | 1259 				GtkTreeModel *pTree = gtk_combo_box_get_model(pWidget);  in HandleGetListValue()  local1261 				if (gtk_tree_model_get_iter_first(pTree, &iter))  in HandleGetListValue()
 1264 						pTree, NULL);  in HandleGetListValue()
 1274 						gtk_tree_model_iter_next(pTree, &iter);  in HandleGetListValue()
 
 | 
| /trunk/main/svtools/inc/svtools/ | 
| H A D | svlbox.hxx | 335 …void			InsertTree( SvLBoxEntry* pTree, SvLBoxEntry* pTarget) {pModel->InsertTree( pTree, pTarget )…  in InsertTree()  argument
 | 
| H A D | treelist.hxx | 263 	void			InsertTree( SvListEntry* pTree, SvListEntry* pTarget );264 	void			InsertTree( SvListEntry* pTree, SvListEntry* pTargetParent,
 
 | 
| /trunk/main/oox/inc/oox/drawingml/diagram/ | 
| H A D | diagram.hxx | 185 	void layout( const dgm::PointsTreePtr & pTree, const com::sun::star::awt::Point & pt );
 |