Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx1265 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()
1279 if ( bSearchInParent || ( rSet.GetItemState( nWhich_Weight ) == SFX_ITEM_ON ) ) in CreateFont()
1283 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_OVERLINE ) == SFX_ITEM_ON ) ) in CreateFont()
1287 if ( bSearchInParent || ( rSet.GetItemState( nWhich_Italic ) == SFX_ITEM_ON ) ) in CreateFont()
1289 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_OUTLINE ) == SFX_ITEM_ON ) ) in CreateFont()
1291 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_SHADOW ) == SFX_ITEM_ON ) ) in CreateFont()
1309 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_KERNING ) == SFX_ITEM_ON ) ) in CreateFont()
1311 if ( bSearchInParent || ( rSet.GetItemState( EE_CHAR_WLM ) == 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 bShowALL…
H A Deditdoc.hxx51 void CreateFont( SvxFont& rFont, const SfxItemSet& rSet, bool bSearchInParent = true, short nScript…
/trunk/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()
/trunk/main/editeng/inc/editeng/
H A Dunoipset.hxx53 …const SfxItemPropertySimpleEntry* pMap, const SfxItemSet& rSet, bool bSearchInParent, bool bDontCo…

Completed in 40 milliseconds