Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlcvali.cxx78 sal_Int32 nParagraphCount; member in __anon28200f280111::ScXMLHelpMessageContext
101 sal_Int32 nParagraphCount; member in __anon28200f280111::ScXMLErrorMessageContext
417 nParagraphCount(0), in ScXMLHelpMessageContext()
448 if(nParagraphCount) in createFastChildContext()
450 ++nParagraphCount; in createFastChildContext()
471 nParagraphCount(0), in ScXMLErrorMessageContext()
505 if(nParagraphCount) in createFastChildContext()
507 ++nParagraphCount; in createFastChildContext()
H A DXMLTrackedChangesContext.cxx51 sal_uInt32 nParagraphCount; member in __anon0510c3750111::ScXMLChangeInfoContext
397 nParagraphCount(0) in ScXMLChangeInfoContext()
423 if(nParagraphCount) in createFastChildContext()
425 ++nParagraphCount; in createFastChildContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlcvali.cxx81 sal_Int32 nParagraphCount; member in ScXMLHelpMessageContext
104 sal_Int32 nParagraphCount; member in ScXMLErrorMessageContext
442 nParagraphCount(0), in ScXMLHelpMessageContext()
474 if(nParagraphCount) in CreateChildContext()
476 ++nParagraphCount; in CreateChildContext()
500 nParagraphCount(0), in ScXMLErrorMessageContext()
535 if(nParagraphCount) in CreateChildContext()
537 ++nParagraphCount; in CreateChildContext()
H A DXMLTrackedChangesContext.cxx49 sal_uInt32 nParagraphCount; member in ScXMLChangeInfoContext
417 nParagraphCount(0) in ScXMLChangeInfoContext()
449 if(nParagraphCount) in CreateChildContext()
451 ++nParagraphCount; in CreateChildContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A DOutliner.cxx1431 sal_Int32 nParagraphCount = GetParagraphCount(); in GetSearchStartPosition() local
1432 if (nParagraphCount == 0) in GetSearchStartPosition()
1437 nParagraphCount-1); in GetSearchStartPosition()
1438 aPosition = ESelection (nParagraphCount-1, nLastParagraphLength); in GetSearchStartPosition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A DOutliner.cxx1668 sal_Int32 nParagraphCount = GetParagraphCount(); in GetSearchStartPosition() local
1669 if (nParagraphCount == 0) in GetSearchStartPosition()
1674 nParagraphCount-1); in GetSearchStartPosition()
1675 aPosition = ESelection (nParagraphCount-1, nLastParagraphLength); in GetSearchStartPosition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterTextView.cxx345 for (sal_Int32 nParagraphIndex(0), nParagraphCount(GetParagraphCount()); in Paint() local
346 nParagraphIndex<nParagraphCount; in Paint()
H A DPresenterAccessibility.cxx1709 const sal_Int32 nParagraphCount (mpTextView->GetParagraphCount()); in SetTextView() local
1710 for (sal_Int32 nIndex=0; nIndex<nParagraphCount; ++nIndex) in SetTextView()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterTextView.cxx344 for (sal_Int32 nParagraphIndex(0), nParagraphCount(GetParagraphCount()); in Paint() local
345 nParagraphIndex<nParagraphCount; in Paint()
H A DPresenterAccessibility.cxx1691 const sal_Int32 nParagraphCount (mpTextView->GetParagraphCount()); in SetTextView() local
1692 for (sal_Int32 nIndex=0; nIndex<nParagraphCount; ++nIndex) in SetTextView()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/outliner/
H A Doutliner.cxx76 sal_Int32 nParagraphCount = pParaList->GetParagraphCount(); in Insert() local
77 if( nAbsPos > nParagraphCount ) in Insert()
78 nAbsPos = nParagraphCount; in Insert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/outliner/
H A Doutliner.cxx84 sal_Int32 nParagraphCount = pParaList->GetParagraphCount(); in Insert() local
85 if( nAbsPos > nParagraphCount ) in Insert()
86 nAbsPos = nParagraphCount; in Insert()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dfly.cxx2579 int nParagraphCount = 0; in lcl_CalcAutoWidth() local
2582 nParagraphCount++; in lcl_CalcAutoWidth()
2625 if (nParagraphCount > 1 || nRet > nParentWidth) in lcl_CalcAutoWidth()