Home
last modified time | relevance | path

Searched refs:bSearchInParent (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/editeng/source/editeng/
H A Deditdoc.cxx1253 void CreateFont( SvxFont& rFont, const SfxItemSet& rSet, bool bSearchInParent, short nScriptType ) in CreateFont() argument
1265 if ( bSearchInParent || ( rSet.GetItemState( nWhich_FontInfo ) == SFX_ITEM_ON ) ) in CreateFont()
1273 if ( bSearchInParent || ( rSet.GetItemState( nWhich_Language ) == SFX_ITEM_ON ) ) in CreateFont()
1275 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_COLOR ) == SFX_ITEM_ON ) ) in CreateFont()
1277 if ( bSearchInParent || ( rSet.GetItemState( nWhich_FontHeight ) == SFX_ITEM_ON ) ) in CreateFont()
1279 if ( bSearchInParent || ( rSet.GetItemState( nWhich_Weight ) == SFX_ITEM_ON ) ) in CreateFont()
1281 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_UNDERLINE ) == SFX_ITEM_ON ) ) in CreateFont()
1283 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_OVERLINE ) == SFX_ITEM_ON ) ) in CreateFont()
1285 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_STRIKEOUT ) == SFX_ITEM_ON ) ) in CreateFont()
1287 if ( bSearchInParent || ( rSet.GetItemState( nWhich_Italic ) == SFX_ITEM_ON ) ) in CreateFont()
[all …]
H A Deditdbg.cxx297 void DbgOutItemSet( FILE* fp, const SfxItemSet& rSet, sal_Bool bSearchInParent, sal_Bool bShowALL ) in DbgOutItemSet() argument
302 if ( rSet.GetItemState( nWhich, bSearchInParent ) == SFX_ITEM_OFF ) in DbgOutItemSet()
304 else if ( rSet.GetItemState( nWhich, bSearchInParent ) == SFX_ITEM_DONTCARE ) in DbgOutItemSet()
306 else if ( rSet.GetItemState( nWhich, bSearchInParent ) == SFX_ITEM_ON ) in DbgOutItemSet()
309 if ( !bShowALL && ( rSet.GetItemState( nWhich, bSearchInParent ) != SFX_ITEM_ON ) ) in DbgOutItemSet()
312 const SfxPoolItem& rItem = rSet.Get( nWhich, bSearchInParent ); in DbgOutItemSet()
H A Deditdbg.hxx40 void DbgOutItemSet( FILE* fp, const SfxItemSet& rSet, sal_Bool bSearchInParent, sal_Bool bSh…
H A Deditdoc.hxx51 void CreateFont( SvxFont& rFont, const SfxItemSet& rSet, bool bSearchInParent = true, short nScript…
/AOO42X/main/editeng/source/uno/
H A Dunoipset.cxx122 …const SfxItemPropertySimpleEntry* pMap, const SfxItemSet& rSet, bool bSearchInParent, bool bDontCo… in getPropertyValue() argument
130 rSet.GetItemState( pMap->nWID, bSearchInParent, &pItem ); in getPropertyValue()
/AOO42X/main/editeng/inc/editeng/
H A Dunoipset.hxx53 …const SfxItemPropertySimpleEntry* pMap, const SfxItemSet& rSet, bool bSearchInParent, bool bDontCo…