/trunk/main/editeng/source/editeng/ |
H A D | editobj.cxx | 1007 sal_uInt32 nParagraphs = GetContents().Count(); in HasField() local 1100 sal_uInt32 nParagraphs = GetContents().Count(); in HasStyleSheet() local 1134 const sal_uInt32 nParagraphs = GetContents().Count(); in ImpChangeStyleSheets() local 1190 sal_uInt32 nParagraphs = GetContents().Count(); in StoreData() local 1191 rOStream << nParagraphs; in StoreData() 1378 sal_uInt32 nParagraphs; in CreateData() local 1380 rIStream >> nParagraphs; in CreateData() 1385 nParagraphs = nParagraphs16; in CreateData() 1679 sal_uInt32 nParagraphs; in CreateData300() local 1680 rIStream >> nParagraphs; in CreateData300() [all …]
|
H A D | editundo.cxx | 464 nParagraphs( rParas ) in EditUndoMoveParagraphs() 476 Range aTmpRange( nParagraphs ); in Undo() 483 if ( nParagraphs.Min() < (long)nDest ) in Undo() 499 EditSelection aNewSel( GetImpEditEngine()->MoveParagraphs( nParagraphs, nDest, 0 ) ); in Redo()
|
H A D | editundo.hxx | 175 Range nParagraphs; member in EditUndoMoveParagraphs
|
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | WseHeader.java | 37 private int nParagraphs = 0; field in WseHeader 53 nParagraphs = nPara; in WseHeader() 127 os.writeInt(nParagraphs); in getBytes()
|
H A D | WSDecoder.java | 141 int nParagraphs = util.intFrom4bytes(rawData, 2); in parseDocument() local
|
/trunk/main/forms/source/richtext/ |
H A D | specialdispatchers.cxx | 79 sal_uInt32 nParagraphs = pEngine->GetParagraphCount(); in dispatch() local 80 if ( nParagraphs ) in dispatch() 82 sal_uInt32 nLastParaNumber = nParagraphs - 1; in dispatch()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 170 sal_Int32 nParagraphs(0); in AddNotes() local 191 …Helper(aNote.maNoteText, aNote.maRect, aNote.maNoteCell, aNote.mbMarkNote, nParagraphs + mnOffset); in AddNotes() 195 nParagraphs += aNote.mnParaCount; in AddNotes() 200 return nParagraphs; in AddNotes() 344 sal_Int32 nParagraphs(0); in CheckChanges() local 388 …Helper(aNote.maNoteText, aNote.maRect, aNote.maNoteCell, aNote.mbMarkNote, nParagraphs + mnOffset); in CheckChanges() 404 …Helper(aNote.maNoteText, aNote.maRect, aNote.maNoteCell, aNote.mbMarkNote, nParagraphs + mnOffset); in CheckChanges() 424 nParagraphs += aNote.mnParaCount; in CheckChanges() 431 return nParagraphs; in CheckChanges()
|
/trunk/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 125 sal_Int32 i, nParagraphs = ( ( nParagraphsLeft - 1 ) / nTextAreaCount ) + 1; in InitializeFontWorkData() local 126 for ( i = 0; i < nParagraphs; i++, j++ ) in InitializeFontWorkData() 136 nParagraphsLeft -= nParagraphs; in InitializeFontWorkData()
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | XTextRangeMover.idl | 61 [in] short nParagraphs );
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | textuno.cxx | 584 sal_Int16 nParagraphs ) in moveTextRange() argument 590 pUnoText->moveTextRange( xRange, nParagraphs ); in moveTextRange()
|
/trunk/main/sc/inc/ |
H A D | textuno.hxx | 214 sal_Int16 nParagraphs )
|
/trunk/main/editeng/source/outliner/ |
H A D | outliner.cxx | 274 sal_uInt32 nParagraphs = pParaList->GetParagraphCount(); in SetMaxDepth() local 275 for ( sal_uInt32 nPara = 0; nPara < nParagraphs; nPara++ ) in SetMaxDepth()
|
/trunk/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 6927 …sal_uInt32 nParagraphs = mpImplTextObj->mnParagraphCount = aStyleTextPropReader.aParaPropList.Coun… in PPTTextObj() local 6928 if ( nParagraphs ) in PPTTextObj() 7182 sal_Int32 i = nParagraphs - 1; in PPTTextObj() 7330 mpImplTextObj->mpParagraphList = new PPTParagraphObj*[ nParagraphs ]; in PPTTextObj()
|
H A D | msdffimp.cxx | 4575 sal_uInt32 i, nParagraphs = rOutliner.GetParagraphCount(); in ImportShape() local 4576 if ( nParagraphs ) in ImportShape() 4579 for ( i = 0; i < nParagraphs; i++ ) in ImportShape()
|
/trunk/main/editeng/inc/editeng/ |
H A D | unotext.hxx | 447 …no::Reference< ::com::sun::star::text::XTextRange >& xRange, sal_Int16 nParagraphs ) throw(::com::…
|