Home
last modified time | relevance | path

Searched refs:nParagraphCount (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlcvali.cxx100 sal_Int32 nParagraphCount; member in ScXMLHelpMessageContext
131 sal_Int32 nParagraphCount; member in ScXMLErrorMessageContext
500 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()
H A Dxmlannoi.hxx107 sal_Int32 nParagraphCount; member in ScXMLAnnotationContext
H A DXMLTrackedChangesContext.cxx55 sal_uInt32 nParagraphCount; member in ScXMLChangeInfoContext
627 nParagraphCount(0) in ScXMLChangeInfoContext()
674 if(nParagraphCount) in CreateChildContext()
676 ++nParagraphCount; in CreateChildContext()
H A Dxmlannoi.cxx64 nParagraphCount(0), in ScXMLAnnotationContext()
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx1434 sal_uInt32 nParagraphCount = GetParagraphCount(); in IMPL_LINK_INLINE_END() local
1435 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()
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx477 for (sal_Int32 nParagraphIndex(0), nParagraphCount(GetParagraphCount()); in Paint() local
478 nParagraphIndex<nParagraphCount; in Paint()
H A DPresenterAccessibility.cxx2293 const sal_Int32 nParagraphCount (mpTextView->GetParagraphCount()); in SetTextView() local
2294 for (sal_Int32 nIndex=0; nIndex<nParagraphCount; ++nIndex) in SetTextView()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx113 sal_uLong nParagraphCount = pParaList->GetParagraphCount(); in Insert() local
114 if( nAbsPos > nParagraphCount ) in Insert()
115 nAbsPos = nParagraphCount; in Insert()

Completed in 109 milliseconds