Home
last modified time | relevance | path

Searched refs:nParagraphs (Results 1 – 15 of 15) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx6927 …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 Dmsdffimp.cxx4575 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/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx125 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/forms/source/richtext/
H A Dspecialdispatchers.cxx79 sal_uInt32 nParagraphs = pEngine->GetParagraphCount(); in dispatch() local
80 if ( nParagraphs ) in dispatch()
82 sal_uInt32 nLastParaNumber = nParagraphs - 1; in dispatch()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx274 sal_uInt32 nParagraphs = pParaList->GetParagraphCount(); in SetMaxDepth() local
275 for ( sal_uInt32 nPara = 0; nPara < nParagraphs; nPara++ ) in SetMaxDepth()
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx1007 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 Deditundo.cxx464 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 Deditundo.hxx175 Range nParagraphs; member in EditUndoMoveParagraphs
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx447 …no::Reference< ::com::sun::star::text::XTextRange >& xRange, sal_Int16 nParagraphs ) throw(::com::…
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java141 int nParagraphs = util.intFrom4bytes(rawData, 2); in parseDocument() local
H A DWseHeader.java37 private int nParagraphs = 0; field in WseHeader
53 nParagraphs = nPara; in WseHeader()
127 os.writeInt(nParagraphs); in getBytes()
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx584 sal_Int16 nParagraphs ) in moveTextRange() argument
590 pUnoText->moveTextRange( xRange, nParagraphs ); in moveTextRange()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx170 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/sc/inc/
H A Dtextuno.hxx214 sal_Int16 nParagraphs )
/trunk/main/offapi/com/sun/star/text/
H A DXTextRangeMover.idl61 [in] short nParagraphs );

Completed in 158 milliseconds