/aoo41x/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 | 164 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(); in MouseButtonDown() local 167 if (!pTree) in MouseButtonDown() 176 if (pTree->OrientedDist(aPos) <= 0) in MouseButtonDown() 177 pNode = pTree->FindRectClosestTo(aPos); in MouseButtonDown() 255 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(); in SetCursor() local 258 Point aOffset (pNode->GetTopLeft() - pTree->GetTopLeft()), in SetCursor() 290 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(), in SetCursorPos() local 292 if (pTree) in SetCursorPos() 293 pNode = pTree->FindTokenAt(nRow, nCol); in SetCursorPos()
|
H A D | accessibility.cxx | 530 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 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() local 565 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()
|
/aoo41x/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() argument 712 pModel = pTree; in SvImpIconView()
|
/aoo41x/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()
|
/aoo41x/main/oox/source/drawingml/diagram/ |
H A D | diagram.cxx | 122 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 D | octree.hxx | 72 PNODE pTree; member in Octree 107 CreatePalette( pTree ); in GetPalette() 118 GetPalIndex( pTree ); in GetBestPaletteIndex()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen7.cxx | 383 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 D | document.hxx | 112 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 D | svimpicn.hxx | 170 void SetModel( SvLBoxTreeList* pTree, SvLBoxEntry* pParent ) in SetModel() argument 171 { pModel = pTree; SetCurParent(pParent); } in SetModel()
|
H A D | svimpbox.hxx | 94 SvLBoxTreeList* pTree; member in SvImpLBox 266 void SetModel( SvLBoxTreeList* pModel ) { pTree = pModel;} in SetModel()
|
/aoo41x/main/automation/source/server/ |
H A D | statemnt.cxx | 5510 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() 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() 5752 SvTreeListBox *pTree = (SvTreeListBox*)pControl; in Execute() local [all …]
|
/aoo41x/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,
|
/aoo41x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 1258 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 D | diagram.hxx | 185 void layout( const dgm::PointsTreePtr & pTree, const com::sun::star::awt::Point & pt );
|