Searched refs:nNodeIndex (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | drawshapesubsetting.cxx | 734 FindNthElementFunctor( sal_Int32 nNodeIndex, in FindNthElementFunctor() argument 736 mnNodeIndex( nNodeIndex ), in FindNthElementFunctor() 792 sal_Int32 nNodeIndex, in implGetTreeNode() argument 800 FindNthElementFunctor aFunctor( nNodeIndex, in implGetTreeNode() 812 DocTreeNode DrawShapeSubsetting::getTreeNode( sal_Int32 nNodeIndex, in getTreeNode() argument 819 nNodeIndex, in getTreeNode() 839 sal_Int32 nNodeIndex, in getSubsetTreeNode() argument 851 nNodeIndex, in getSubsetTreeNode()
|
H A D | drawshapesubsetting.hxx | 155 DocTreeNode getTreeNode ( sal_Int32 nNodeIndex, 164 sal_Int32 nNodeIndex, 249 sal_Int32 nNodeIndex,
|
H A D | drawshape.cxx | 1320 DocTreeNode DrawShape::getTreeNode( sal_Int32 nNodeIndex, in getTreeNode() argument 1330 return maSubsetting.getTreeNode( nNodeIndex, eNodeType ); in getTreeNode() 1342 sal_Int32 nNodeIndex, in getSubsetTreeNode() argument 1347 return maSubsetting.getSubsetTreeNode( rParentNode, nNodeIndex, eNodeType ); in getSubsetTreeNode()
|
H A D | drawshape.hxx | 184 virtual DocTreeNode getTreeNode ( sal_Int32 nNodeIndex, 189 sal_Int32 nNodeIndex,
|
/aoo4110/main/sw/source/core/layout/ |
H A D | laycache.cxx | 510 sal_uLong nNodeIndex, sal_Bool bCache ) in SwLayHelper() argument 521 nNodeIndex -= nStartOfContent; in SwLayHelper() 524 while( nIndex < pImpl->Count() && (*pImpl)[ nIndex ] < nNodeIndex ) in SwLayHelper() 761 sal_Bool SwLayHelper::CheckInsert( sal_uLong nNodeIndex ) in CheckInsert() argument 766 nNodeIndex -= nStartOfContent; in CheckInsert() 810 pImpl->GetBreakIndex( nIndex ) == nNodeIndex && in CheckInsert() 813 pImpl->GetBreakIndex( nIndex ) == nNodeIndex ) ) ) in CheckInsert() 845 pImpl->GetBreakIndex(nIndex) < nNodeIndex) in CheckInsert() 848 pImpl->GetBreakIndex(nIndex) == nNodeIndex ) in CheckInsert() 990 (*pImpl)[ nIndex ] == nNodeIndex ) ); in CheckInsert()
|
H A D | layhelp.hxx | 131 sal_uLong nNodeIndex, sal_Bool bCache ); 134 sal_Bool CheckInsert( sal_uLong nNodeIndex ); 136 sal_Bool BreakPage( xub_StrLen& rOffs, sal_uLong nNodeIndex );
|
/aoo4110/main/starmath/source/ |
H A D | accessibility.cxx | 542 sal_Int32 nNodeIndex = nIndex - nAccIndex; in getCharacterBounds() local 543 if (0 <= nNodeIndex && nNodeIndex < aNodeText.Len()) in getCharacterBounds() 556 aTLPos.X() += nNodeIndex > 0 ? pXAry[nNodeIndex - 1] : 0; in getCharacterBounds() 557 … aSize.Width() = nNodeIndex > 0 ? pXAry[nNodeIndex] - pXAry[nNodeIndex - 1] : pXAry[nNodeIndex]; in getCharacterBounds()
|
/aoo4110/main/slideshow/source/inc/ |
H A D | doctreenodesupplier.hxx | 91 virtual DocTreeNode getTreeNode( sal_Int32 nNodeIndex, 140 sal_Int32 nNodeIndex,
|
/aoo4110/main/sw/source/core/undo/ |
H A D | SwUndoField.cxx | 45 nNodeIndex = rPos.nNode.GetIndex(); in SwUndoField() 56 SwNode * pNode = pDoc->GetNodes()[nNodeIndex]; in GetPosition()
|
/aoo4110/main/sw/inc/ |
H A D | SwUndoField.hxx | 37 sal_uLong nNodeIndex; member in SwUndoField
|
Completed in 52 milliseconds