Searched refs:aAllSet (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sfx2/source/appl/ |
H A D | appdata.cxx | 153 AllSettings aAllSet = Application::GetSettings(); in UpdateApplicationSettings() local 154 StyleSettings aStyleSet = aAllSet.GetStyleSettings(); in UpdateApplicationSettings() 161 aAllSet.SetStyleSettings( aStyleSet ); in UpdateApplicationSettings() 162 Application::SetSettings( aAllSet ); in UpdateApplicationSettings()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviewsf.cxx | 306 SfxAllItemSet aAllSet( *rSet.GetPool() ); in GetAttrState() local 470 aAllSet.Put( aTmpItem, aTmpItem.Which() ); in GetAttrState() 486 aAllSet.Put( aTmpItem, aTmpItem.Which() ); in GetAttrState() 491 aAllSet.Put(aTmpItem,aTmpItem.Which() ); in GetAttrState() 498 aAllSet.Put( aItem, aItem.Which() ); in GetAttrState() 521 aAllSet.Put( aItem, aItem.Which()); in GetAttrState() 708 rSet.Put( aAllSet, sal_False ); in GetAttrState()
|
H A D | outlnvsh.cxx | 1668 SfxAllItemSet aAllSet( *rSet.GetPool() ); in GetAttrState() local 1696 aAllSet.Put( aItem, aItem.Which() ); in GetAttrState() 1703 aAllSet.Put( aItem, aItem.Which() ); in GetAttrState() 1755 rSet.Put( aAllSet, sal_False ); in GetAttrState()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | insfnote.cxx | 166 SfxAllItemSet aAllSet( rSh.GetAttrPool() ); in IMPL_LINK_INLINE_END() local 167 aAllSet.Put( SfxBoolItem( FN_PARAM_1, sal_False ) ); in IMPL_LINK_INLINE_END() 168 aAllSet.Put( rFont ); in IMPL_LINK_INLINE_END() 171 SfxAbstractDialog* pDlg = pFact->CreateSfxDialog( this, aAllSet, in IMPL_LINK_INLINE_END()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | drwtxtsh.cxx | 804 SfxAllItemSet aAllSet( GetPool() ); in InsertSymbol() local 805 aAllSet.Put( SfxBoolItem( FN_PARAM_1, sal_False ) ); in InsertSymbol() 810 aAllSet.Put( SfxStringItem( SID_FONT_NAME, sSymbolFont ) ); in InsertSymbol() 812 aAllSet.Put( SfxStringItem( SID_FONT_NAME, aSetDlgFont.GetFamilyName() ) ); in InsertSymbol() 816 SfxAbstractDialog* pDlg = pFact->CreateSfxDialog( rView.GetWindow(), aAllSet, in InsertSymbol()
|
H A D | textsh.cxx | 1152 SfxAllItemSet aAllSet( rSh.GetAttrPool() ); in InsertSymbol() local 1153 aAllSet.Put( SfxBoolItem( FN_PARAM_1, sal_False ) ); in InsertSymbol() 1158 aAllSet.Put( SfxStringItem( SID_FONT_NAME, sSymbolFont ) ); in InsertSymbol() 1160 aAllSet.Put( SfxStringItem( SID_FONT_NAME, aFont.GetFamilyName() ) ); in InsertSymbol() 1163 SfxAbstractDialog* pDlg = pFact->CreateSfxDialog( GetView().GetWindow(), aAllSet, in InsertSymbol()
|
H A D | annotsh.cxx | 1690 SfxAllItemSet aAllSet( GetPool() ); in InsertSymbol() local 1691 aAllSet.Put( SfxBoolItem( FN_PARAM_1, sal_False ) ); in InsertSymbol() 1696 aAllSet.Put( SfxStringItem( SID_FONT_NAME, sSymbolFont ) ); in InsertSymbol() 1698 aAllSet.Put( SfxStringItem( SID_FONT_NAME, aSetDlgFont.GetFamilyName() ) ); in InsertSymbol() 1701 SfxAbstractDialog* pDlg = pFact->CreateSfxDialog( rView.GetWindow(), aAllSet, in InsertSymbol()
|
Completed in 73 milliseconds