Home
last modified time | relevance | path

Searched refs:nNodeIndex (Results 1 – 10 of 10) sorted by relevance

/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshapesubsetting.cxx734 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 Ddrawshapesubsetting.hxx155 DocTreeNode getTreeNode ( sal_Int32 nNodeIndex,
164 sal_Int32 nNodeIndex,
249 sal_Int32 nNodeIndex,
H A Ddrawshape.cxx1320 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 Ddrawshape.hxx184 virtual DocTreeNode getTreeNode ( sal_Int32 nNodeIndex,
189 sal_Int32 nNodeIndex,
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx510 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 Dlayhelp.hxx131 sal_uLong nNodeIndex, sal_Bool bCache );
134 sal_Bool CheckInsert( sal_uLong nNodeIndex );
136 sal_Bool BreakPage( xub_StrLen& rOffs, sal_uLong nNodeIndex );
/trunk/main/starmath/source/
H A Daccessibility.cxx542 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()
/trunk/main/slideshow/source/inc/
H A Ddoctreenodesupplier.hxx91 virtual DocTreeNode getTreeNode( sal_Int32 nNodeIndex,
140 sal_Int32 nNodeIndex,
/trunk/main/sw/source/core/undo/
H A DSwUndoField.cxx45 nNodeIndex = rPos.nNode.GetIndex(); in SwUndoField()
56 SwNode * pNode = pDoc->GetNodes()[nNodeIndex]; in GetPosition()
/trunk/main/sw/inc/
H A DSwUndoField.hxx37 sal_uLong nNodeIndex; member in SwUndoField

Completed in 53 milliseconds