Home
last modified time | relevance | path

Searched refs:aFInfo (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/core/edit/
H A Dautofmt.cxx404 SwTxtFrmInfo aFInfo( GetFrm( rNd ) ); in IsOneLine() local
405 return aFInfo.IsOneLine(); in IsOneLine()
414 SwTxtFrmInfo aFInfo( GetFrm( rNd ) ); in IsFastFullLine() local
415 bRet = aFInfo.IsFilled( aFlags.nRightMargin ); in IsFastFullLine()
436 SwTxtFrmInfo aFInfo( GetFrm( rNd ) ); in IsEnumericChar() local
437 if( aFInfo.IsBullet( nBlnks )) in IsEnumericChar()
517 SwTxtFrmInfo aFInfo( GetFrm( *pAktTxtNd ) ); in GetBigIndent() local
529 return aFInfo.GetBigIndent( rAktSpacePos, pNxtFrm ); in GetBigIndent()
1283 SwTxtFrmInfo aFInfo( pAktTxtFrm ); in DelMoreLinesBlanks() local
1284 aFInfo.GetSpaces( aDelPam, !aFlags.bAFmtByInput || bWithLineBreaks ); in DelMoreLinesBlanks()
[all …]
/AOO41X/main/sw/source/core/docnode/
H A Dndtbl.cxx954 … SwTxtFrmInfo aFInfo( (SwTxtFrm*)pTxtNd->getLayoutFrm( pTxtNd->GetDoc()->GetCurrentLayout() ) ); in TextToTable() local
955 if( aFInfo.IsOneLine() ) // nur dann sinnvoll! in TextToTable()
963 aFInfo.GetCharPos( nChPos+1, sal_False )), in TextToTable()
969 static_cast<sal_uInt16>(aFInfo.GetFrm()->IsVertical() ? in TextToTable()
970 aFInfo.GetFrm()->Prt().Bottom() : in TextToTable()
971 aFInfo.GetFrm()->Prt().Right()), in TextToTable()