Home
last modified time | relevance | path

Searched refs:nParaIndex (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx235 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 …]
/aoo41x/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx1030 sal_Int16 nParaIndex( -1 ); in applyInitialShapeAttributes() local
1044 nParaIndex = aParaTarget.Paragraph; in applyInitialShapeAttributes()
1070 if( nParaIndex != -1 ) in applyInitialShapeAttributes()
1078 nParaIndex, in applyInitialShapeAttributes()
/aoo41x/main/filter/source/msfilter/
H A Dsvdfppt.cxx2461 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 Dmsdffimp.cxx3683 sal_uInt16 nParaIndex = 0; in ReadObjText() local
3710 ESelection aSelection( nParaIndex, 0, nParaIndex, 0 ); in ReadObjText()
3712 …if ( !nParaIndex && !aParagraph.Len() ) // SJ: we are crashing if the first paragraph is empty… in ReadObjText()
3714 rOutliner.Insert( aParagraph, nParaIndex, 0 ); in ReadObjText()
3715 rOutliner.SetParaAttribs( nParaIndex, rOutliner.GetEmptyItemSet() ); in ReadObjText()
3722 nParaIndex++; in ReadObjText()

Completed in 87 milliseconds