Home
last modified time | relevance | path

Searched refs:IsFeature (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/editeng/source/editeng/
H A Deditdoc.cxx772 … if ( !pAttrib->IsFeature() && !aCharAttribList.FindEmptyAttrib( pAttrib->Which(), nIndex ) ) in ExpandAttribs()
783 DBG_ASSERT( !pAttrib->IsFeature(), "Grosses Feature?!" ); in ExpandAttribs()
789 if ( pAttrib->IsFeature() ) in ExpandAttribs()
832 … DBG_ASSERT( !pAttrib->IsFeature() || ( pAttrib->GetLen() == 1 ), "Expand: FeaturesLen != 1" ); in ExpandAttribs()
855 sal_Bool bSep = ( GetChar( nIndex ) == ' ' ) || IsFeature( nIndex ); in ExpandAttribs()
893 …if ( !pAttrib->IsFeature() && ( pAttrib->GetStart() == nIndex ) && ( pAttrib->GetEnd() == nEndChan… in CollapsAttribs()
901 DBG_ASSERT( !pAttrib->IsFeature(), "Collapsing Feature!" ); in CollapsAttribs()
911 if ( pAttrib->IsFeature() ) in CollapsAttribs()
923 … DBG_ASSERT( !pAttrib->IsFeature() || ( pAttrib->GetLen() == 1 ), "Expand: FeaturesLen != 1" ); in CollapsAttribs()
973 …if ( bKeepEndingAttribs && !pAttrib->IsFeature() && !aCharAttribList.FindAttrib( pAttrib->GetItem(… in CopyAndCutAttribs()
[all …]
H A Deditobj2.hxx64 inline sal_Bool IsFeature();
78 inline sal_Bool XEditAttribute::IsFeature() in IsFeature() function in XEditAttribute
H A Deditattr.hxx126 sal_Bool IsFeature() const { return bFeature; } in IsFeature() function in EditCharAttrib
H A Dedtspell.cxx423 ( pNode->IsFeature( rWrong.nStart ) ) ) ) in ClearWrongs()
H A Deditdoc.hxx280 …sal_Bool IsFeature( sal_uInt16 nPos ) const { return ( GetChar( nPos ) == CH_FEATURE );… in IsFeature() function in ContentNode
H A Dimpedit5.cxx720 if ( ( !pAttr->IsFeature() || bRemoveFeatures ) && in RemoveCharAttribs()
H A Dimpedit4.cxx1294 if ( !bAllreadyHasAttribs || pX->IsFeature() ) in InsertBinTextObject()
H A Dimpedit3.cxx1792 …if ( pAttr->IsFeature() && ( pAttr->GetEnd() > nMinBreakPos ) && ( pAttr->GetEnd() <= nMaxBreakPos… in ImpBreakLine()
H A Dimpedit2.cxx1444 if ( aNewPaM.GetNode()->IsFeature( aNewPaM.GetIndex() - 1 ) ) in CursorEndOfLine()