Searched refs:nParaIndex (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 235 const sal_Int32 nParaIndex = GetParagraphIndex(); in implGetLineBoundary() local 237 DBG_ASSERT(nParaIndex >= 0 && nParaIndex <= USHRT_MAX, in implGetLineBoundary() 1365 sal_Int32 nParaIndex = GetParagraphIndex(); in GetFieldTypeNameAtIndex() local 1373 ree = rCacheTF.GetFieldInfo(sal_uInt16(nParaIndex), j); in GetFieldTypeNameAtIndex() 1928 sal_Int32 nParaIndex = GetParagraphIndex(); in SkipField() local 1936 ree = rCacheTF.GetFieldInfo(sal_uInt16(nParaIndex), j); in SkipField() 1964 sal_Int32 nParaIndex = GetParagraphIndex(); in ExtendByField() local 1972 ree = rCacheTF.GetFieldInfo(sal_uInt16(nParaIndex), j); in ExtendByField() 2087 sal_Int32 nParaIndex = GetParagraphIndex(); in getTextAtIndex() local 2200 sal_Int32 nParaIndex = GetParagraphIndex(); in getTextBeforeIndex() local [all …]
|
/aoo4110/main/slideshow/source/engine/slide/ |
H A D | slideimpl.cxx | 1030 sal_Int16 nParaIndex( -1 ); in applyInitialShapeAttributes() local 1044 nParaIndex = aParaTarget.Paragraph; in applyInitialShapeAttributes() 1070 if( nParaIndex != -1 ) in applyInitialShapeAttributes() 1078 nParaIndex, in applyInitialShapeAttributes()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 2461 sal_uInt16 nParaIndex = (sal_uInt16)pTextObj->GetCurrentIndex(); in ApplyTextObj() local 2464 ESelection aSelection( nParaIndex, 0, nParaIndex, 0 ); in ApplyTextObj() 2465 rOutliner.Insert( String(), nParaIndex, pPara->pParaSet->mnDepth ); in ApplyTextObj() 2467 rOutliner.SetParaAttribs( nParaIndex, rOutliner.GetEmptyItemSet() ); in ApplyTextObj() 2469 rOutliner.SetStyleSheet( nParaIndex, pS ); in ApplyTextObj() 2477 …rOutliner.QuickInsertField( *pFieldItem, ESelection( nParaIndex, aSelection.nEndPos, nParaIndex, a… in ApplyTextObj() 2496 …rOutliner.QuickInsertLineBreak( ESelection( nParaIndex, aSelection.nEndPos, nParaIndex, aSelection… in ApplyTextObj()
|
H A D | msdffimp.cxx | 3677 sal_uInt16 nParaIndex = 0; in ReadObjText() local 3704 ESelection aSelection( nParaIndex, 0, nParaIndex, 0 ); in ReadObjText() 3706 …if ( !nParaIndex && !aParagraph.Len() ) // SJ: we are crashing if the first paragraph is empty… in ReadObjText() 3708 rOutliner.Insert( aParagraph, nParaIndex, 0 ); in ReadObjText() 3709 rOutliner.SetParaAttribs( nParaIndex, rOutliner.GetEmptyItemSet() ); in ReadObjText() 3716 nParaIndex++; in ReadObjText()
|
Completed in 145 milliseconds