Home
last modified time | relevance | path

Searched refs:aAllSet (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dappdata.cxx153 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()
/trunk/main/sd/source/ui/view/
H A Ddrviewsf.cxx306 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 Doutlnvsh.cxx1668 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()
/trunk/main/sw/source/ui/misc/
H A Dinsfnote.cxx166 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()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx804 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 Dtextsh.cxx1152 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 Dannotsh.cxx1690 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 58 milliseconds