Home
last modified time | relevance | path

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

/AOO41X/main/starmath/source/
H A Ddocument.cxx243 DBG_ASSERT( pTree, "Tree missing" ); in GetAccessibleText()
244 if (pTree) in GetAccessibleText()
245 pTree->GetAccessibleText( aAccText ); in GetAccessibleText()
254 if (pTree) in Parse()
255 delete pTree; in Parse()
257 pTree = aInterpreter.Parse(aText); in Parse()
301 pTree->Prepare(rFormat, *this); in ArrangeFormula()
310 pTree->Arrange(*pOutDev, rFormat); in ArrangeFormula()
454 if (!pTree) in Draw()
456 DBG_ASSERT(pTree, "Sm : NULL pointer"); in Draw()
[all …]
H A Dview.cxx160 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(); in MouseButtonDown() local
163 if (!pTree) in MouseButtonDown()
172 if (pTree->OrientedDist(aPos) <= 0) in MouseButtonDown()
173 pNode = pTree->FindRectClosestTo(aPos); in MouseButtonDown()
251 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(); in SetCursor() local
254 Point aOffset (pNode->GetTopLeft() - pTree->GetTopLeft()), in SetCursor()
286 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(), in SetCursorPos() local
288 if (pTree) in SetCursorPos()
289 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()
/AOO41X/main/svtools/source/contnr/
H A Dsvimpbox.cxx68 pTree = pLBTree; in SvImpLBox()
920 sal_uLong nXAbsPos = (sal_uInt16)pTree->GetAbsPos( pStartEntry ); in Paint()
1085 while( pTree->GetDepth( pEntry ) > 0 ) in DrawNet()
1122 pChild = pTree->LastSibling( pChild ); in DrawNet()
1130 if( n>= nOffs && ((m_nStyle & WB_HASLINESATROOT) || !pTree->IsAtRootDepth(pEntry))) in DrawNet()
1163 pChild = pTree->LastSibling( pEntry ); in DrawNet()
1591 if( !pMostRightEntry || pTree->IsChild( pEntry,pMostRightEntry ) ) in EntryCollapsed()
1617 if( pTree->IsChild( pEntry, pCursor ) ) in EntryCollapsed()
1642 if( pTree->IsChild(pEntry, pStartEntry) ) in CollapsingEntry()
1724 pTree->IsChild(pEntry, pMostRightEntry))) in RemovingEntry()
[all …]
H A Dsvimpicn.cxx706 SvImpIconView::SvImpIconView( SvIconView* pCurView, SvLBoxTreeList* pTree, in SvImpIconView() argument
712 pModel = pTree; in SvImpIconView()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/vcl/inc/vcl/
H A Doctree.hxx72 PNODE pTree; member in Octree
107 CreatePalette( pTree ); in GetPalette()
118 GetPalIndex( pTree ); in GetBestPaletteIndex()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/automation/source/server/
H A Dstatemnt.cxx5510 SvTreeListBox *pTree = (SvTreeListBox*)pControl; in Execute() local
5511 SvLBoxEntry *pThisEntry = pTree->GetCurEntry(); in Execute()
5668 SvTreeListBox *pTree = (SvTreeListBox*)pControl; in Execute() local
5673 pThisEntry = pTree->GetCurEntry(); in Execute()
5681 … pThisEntry = (SvLBoxEntry*)pTree->GetEntryAtVisPos( nNr1-1 ); in Execute()
5719 pTree->CheckButtonHdl(); in Execute()
5720 pTree->InvalidateEntry( pThisEntry ); in Execute()
5727 pTree->CheckButtonHdl(); in Execute()
5728 pTree->InvalidateEntry( pThisEntry ); in Execute()
5735 pTree->CheckButtonHdl(); in Execute()
[all …]
/AOO41X/main/svtools/inc/svtools/
H A Dtreelist.hxx263 void InsertTree( SvListEntry* pTree, SvListEntry* pTarget );
264 void InsertTree( SvListEntry* pTree, SvListEntry* pTargetParent,
H A Dsvlbox.hxx335 …void InsertTree( SvLBoxEntry* pTree, SvLBoxEntry* pTarget) {pModel->InsertTree( pTree, … in InsertTree() argument
/AOO41X/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1258 GtkTreeModel *pTree = gtk_combo_box_get_model(pWidget); in HandleGetListValue() local
1260 if (gtk_tree_model_get_iter_first(pTree, &iter)) in HandleGetListValue()
1263 pTree, NULL); in HandleGetListValue()
1273 gtk_tree_model_iter_next(pTree, &iter); in HandleGetListValue()
/AOO41X/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx185 void layout( const dgm::PointsTreePtr & pTree, const com::sun::star::awt::Point & pt );