Searched refs:nParagraphCount (Results 1 – 8 of 8) sorted by relevance
100 sal_Int32 nParagraphCount; member in ScXMLHelpMessageContext131 sal_Int32 nParagraphCount; member in ScXMLErrorMessageContext500 nParagraphCount(0), in ScXMLHelpMessageContext()542 if(nParagraphCount) in CreateChildContext()544 ++nParagraphCount; in CreateChildContext()571 nParagraphCount(0), in ScXMLErrorMessageContext()616 if(nParagraphCount) in CreateChildContext()618 ++nParagraphCount; in CreateChildContext()
107 sal_Int32 nParagraphCount; member in ScXMLAnnotationContext
55 sal_uInt32 nParagraphCount; member in ScXMLChangeInfoContext627 nParagraphCount(0) in ScXMLChangeInfoContext()674 if(nParagraphCount) in CreateChildContext()676 ++nParagraphCount; in CreateChildContext()
64 nParagraphCount(0), in ScXMLAnnotationContext()
1434 sal_uInt32 nParagraphCount = GetParagraphCount(); in IMPL_LINK_INLINE_END() local1435 if (nParagraphCount == 0) in IMPL_LINK_INLINE_END()1440 nParagraphCount-1); in IMPL_LINK_INLINE_END()1441 aPosition = ESelection (nParagraphCount-1, nLastParagraphLength); in IMPL_LINK_INLINE_END()
477 for (sal_Int32 nParagraphIndex(0), nParagraphCount(GetParagraphCount()); in Paint() local478 nParagraphIndex<nParagraphCount; in Paint()
2293 const sal_Int32 nParagraphCount (mpTextView->GetParagraphCount()); in SetTextView() local2294 for (sal_Int32 nIndex=0; nIndex<nParagraphCount; ++nIndex) in SetTextView()
113 sal_uLong nParagraphCount = pParaList->GetParagraphCount(); in Insert() local114 if( nAbsPos > nParagraphCount ) in Insert()115 nAbsPos = nParagraphCount; in Insert()
Completed in 66 milliseconds