| /AOO41X/main/starmath/source/ |
| H A D | document.cxx | 243 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 D | view.cxx | 160 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 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() 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 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() 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 D | treelist.hxx | 263 void InsertTree( SvListEntry* pTree, SvListEntry* pTarget ); 264 void InsertTree( SvListEntry* pTree, SvListEntry* pTargetParent,
|
| H A D | svlbox.hxx | 335 …void InsertTree( SvLBoxEntry* pTree, SvLBoxEntry* pTarget) {pModel->InsertTree( pTree, … in InsertTree() argument
|
| /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 );
|