Home
last modified time | relevance | path

Searched refs:pTree (Results 1 – 23 of 23) sorted by relevance

/trunk/main/starmath/source/
H A Ddocument.cxx254 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 Dview.cxx167 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(); in MouseButtonDown() local
170 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 Daccessibility.cxx530 const SmNode *pTree = pDoc->GetFormulaTree(); in getCharacterBounds() local
531 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 Dmathtype.hxx68 rRet(rIn), pTree(pIn), nHAlign(2), nVAlign(0), nInsertion(0), nDefaultSize(12), in MathType()
134 SmNode *pTree; member in MathType
H A Dunomodel.cxx974 if ( !pDocSh->pTree ) in _getPropertyValues()
976 if ( pDocSh->pTree ) in _getPropertyValues()
981 *pValue <<= static_cast<sal_Int32>( pDocSh->pTree->GetFormulaBaseline() ); in _getPropertyValues()
H A Dmathmlexport.cxx392 pTree(0) , in SmXMLExport()
617 pTree = pDocShell->GetFormulaTree(); in exportDoc()
653 ExportNodes(pTree, 0); in _ExportContent()
H A Dmathmlexport.hxx86 const SmNode * pTree; member in SmXMLExport
H A Dmathmlimport.cxx564 SmNode *pTree; in endDocument() local
565 if (NULL != (pTree = GetTree())) in endDocument()
577 pDocShell->SetFormulaTree(pTree); in endDocument()
581 pTree->CreateTextFromNode(aText); in endDocument()
H A Dmathtype.cxx2042 if (!pTree) in ConvertFromStarMath()
2098 HandleNodes(pTree); in ConvertFromStarMath()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx68 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 Dsvimpicn.cxx706 SvImpIconView::SvImpIconView( SvIconView* pCurView, SvLBoxTreeList* pTree, in SvImpIconView() argument
712 pModel = pTree; in SvImpIconView()
/trunk/main/vcl/source/gdi/
H A Doctree.cxx78 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 Ddiagram.cxx122 void DiagramLayout::layout( const dgm::PointsTreePtr & pTree, const awt::Point & pt ) in layout() argument
124 setPosition( pTree->getPoint(), pt ); in layout()
128 for( iter = pTree->beginChild(); iter != pTree->endChild(); iter++ ) in layout()
/trunk/main/vcl/inc/vcl/
H A Doctree.hxx72 PNODE pTree; member in Octree
107 CreatePalette( pTree ); in GetPalette()
118 GetPalIndex( pTree ); in GetBestPaletteIndex()
/trunk/main/sc/source/core/data/
H A Ddocumen7.cxx383 ScFormulaCell* pTree = pFormulaTree; in ClearFormulaTree() local
384 while ( pTree ) in ClearFormulaTree()
386 pCell = pTree; in ClearFormulaTree()
387 pTree = pCell->GetNext(); in ClearFormulaTree()
/trunk/main/starmath/inc/
H A Ddocument.hxx112 SmNode *pTree; member in SmDocShell
200 const SmNode * GetFormulaTree() const { return pTree; } in GetFormulaTree()
201 void SetFormulaTree(SmNode *&rTree) { pTree = rTree; } in SetFormulaTree()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx5509 SvTreeListBox *pTree = (SvTreeListBox*)pControl; in Execute() local
5510 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 Dsvimpicn.hxx170 void SetModel( SvLBoxTreeList* pTree, SvLBoxEntry* pParent ) in SetModel() argument
171 { pModel = pTree; SetCurParent(pParent); } in SetModel()
H A Dsvimpbox.hxx94 SvLBoxTreeList* pTree; member in SvImpLBox
266 void SetModel( SvLBoxTreeList* pModel ) { pTree = pModel;} in SetModel()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1259 GtkTreeModel *pTree = gtk_combo_box_get_model(pWidget); in HandleGetListValue() local
1261 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 Dsvlbox.hxx335 …void InsertTree( SvLBoxEntry* pTree, SvLBoxEntry* pTarget) {pModel->InsertTree( pTree, pTarget )… in InsertTree() argument
H A Dtreelist.hxx263 void InsertTree( SvListEntry* pTree, SvListEntry* pTarget );
264 void InsertTree( SvListEntry* pTree, SvListEntry* pTargetParent,
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx185 void layout( const dgm::PointsTreePtr & pTree, const com::sun::star::awt::Point & pt );

Completed in 171 milliseconds