Home
last modified time | relevance | path

Searched refs:aSet (Results 1 – 25 of 363) sorted by path

12345678910>>...15

/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_ObjectProperties.cxx519 SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); in PageCreated() local
529 aSet.Put (SfxUInt16Item(SID_DLG_TYPE,nDlgType)); in PageCreated()
539 rPage.PageCreated(aSet); in PageCreated()
548 aSet.Put(SfxUInt16Item(SID_PAGE_TYPE,nPageType)); in PageCreated()
549 aSet.Put(SfxUInt16Item(SID_DLG_TYPE,nDlgType)); in PageCreated()
550 rPage.PageCreated(aSet); in PageCreated()
556 aSet.Put (SfxUInt16Item(SID_DLG_TYPE,nDlgType)); in PageCreated()
557 rPage.PageCreated(aSet); in PageCreated()
565 rPage.PageCreated(aSet); //CHINA001 in PageCreated()
571 rPage.PageCreated(aSet); in PageCreated()
[all …]
H A Ddlg_ShapeFont.cxx64 SfxAllItemSet aSet( *( GetInputSetImpl()->GetPool() ) ); in PageCreated() local
69aSet.Put( SvxFontListItem( m_pViewElementListProvider->getFontList(), SID_ATTR_CHAR_FONTLIST ) ); in PageCreated()
70 rPage.PageCreated( aSet ); in PageCreated()
75 aSet.Put( SfxUInt16Item( SID_DISABLE_CTL, DISABLE_CASEMAP ) ); in PageCreated()
76 rPage.PageCreated( aSet ); in PageCreated()
H A Ddlg_ShapeParagraph.cxx70 SfxAllItemSet aSet( *( GetInputSetImpl()->GetPool() ) ); in PageCreated() local
75 aSet.Put( SfxUInt16Item( SID_SVXTABULATORTABPAGE_CONTROLFLAGS, in PageCreated()
77 rPage.PageCreated( aSet ); in PageCreated()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DMultipleItemConverter.cxx57 SfxItemSet aSet = this->CreateEmptyItemSet(); in FillItemSet() local
58 (*aIter)->FillItemSet( aSet ); in FillItemSet()
59 InvalidateUnequalItems( rOutItemSet, aSet ); in FillItemSet()
/trunk/main/chart2/source/controller/main/
H A DChartController_TextEdit.cxx191 SfxAllItemSet aSet( m_pDrawModelWrapper->GetItemPool() ); in executeDispatch_InsertSpecialCharacter() local
192 aSet.Put( SfxBoolItem( FN_PARAM_1, sal_False ) ); in executeDispatch_InsertSpecialCharacter()
195 aSet.Put( SfxBoolItem( FN_PARAM_2, sal_True ) ); //maybe not necessary in future in executeDispatch_InsertSpecialCharacter()
198aSet.Put( SvxFontItem( aCurFont.GetFamily(), aCurFont.GetName(), aCurFont.GetStyleName(), aCurFont… in executeDispatch_InsertSpecialCharacter()
200 …SfxAbstractDialog * pDlg = pFact->CreateSfxDialog( m_pChartWindow, aSet, getFrame(), RID_SVXDLG_CH… in executeDispatch_InsertSpecialCharacter()
H A DChartController_Window.cxx684 SfxItemSet aSet( m_pDrawModelWrapper->GetItemPool() ); in execute_MouseButtonDown() local
686 pDrawCommandDispatch->setLineEnds( aSet ); in execute_MouseButtonDown()
687 pObj->SetMergedItemSet( aSet ); in execute_MouseButtonDown()
H A DDrawCommandDispatch.cxx223 SfxItemSet aSet( pDrawViewWrapper->GetModel()->GetItemPool() ); in setLineEnds() local
224 pDrawViewWrapper->GetAttributes( aSet ); in setLineEnds()
227 if ( aSet.GetItemState( XATTR_LINEWIDTH ) != SFX_ITEM_DONTCARE ) in setLineEnds()
491 SfxItemSet aSet( pDrawModelWrapper->GetItemPool() ); in createDefaultObject() local
492 setLineEnds( aSet ); in createDefaultObject()
493 pObj->SetMergedItemSet( aSet ); in createDefaultObject()
535 pTextObj->SetMergedItemSet( aSet ); in createDefaultObject()
554 SfxItemSet aSet( pObj->GetMergedItemSet() ); in createDefaultObject() local
557 pObj->SetMergedItemSet( aSet ); in createDefaultObject()
572 SfxItemSet aSet( pDrawModelWrapper->GetItemPool() ); in createDefaultObject() local
[all …]
H A DShapeController.cxx323 … SfxItemSet aSet( rItemPool, rItemPool.GetFirstWhich(), rItemPool.GetLastWhich() ); in executeDispatch_FormatArea() local
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx299 WpADORecordset aSet; in executeQuery() local
300 aSet.Create(); in executeQuery()
306 CHECK_RETURN(aSet.put_CacheSize(m_nFetchSize)) in executeQuery()
307 CHECK_RETURN(aSet.put_MaxRecords(m_nMaxRows)) in executeQuery()
308 CHECK_RETURN(aSet.Open(aCmd,aCon,m_eCursorType,m_eLockType,adOpenUnspecified)) in executeQuery()
311 CHECK_RETURN(aSet.get_CacheSize(m_nFetchSize)) in executeQuery()
312 CHECK_RETURN(aSet.get_MaxRecords(m_nMaxRows)) in executeQuery()
313 CHECK_RETURN(aSet.get_CursorType(m_eCursorType)) in executeQuery()
314 CHECK_RETURN(aSet.get_LockType(m_eLockType)) in executeQuery()
316 OResultSet* pSet = new OResultSet(aSet,this); in executeQuery()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx696 SfxAcceleratorConfigPage::SfxAcceleratorConfigPage( Window* pParent, const SfxItemSet& aSet ) in SfxAcceleratorConfigPage() argument
697 : SfxTabPage (pParent, CUI_RES(RID_SVXPAGE_KEYBOARD), aSet) in SfxAcceleratorConfigPage()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx589 SfxItemSet aSet( SFX_APP()->GetPool(), aSpellInfos); in StartSpellOptDlg_Impl() local
590 aSet.Put(SfxSpellCheckItem( xSpell, SID_ATTR_SPELL )); in StartSpellOptDlg_Impl()
592 new SfxSingleTabDialog( this, aSet, RID_SFXPAGE_LINGU ); in StartSpellOptDlg_Impl()
593 SfxTabPage* pPage = SvxLinguTabPage::Create( pDlg, aSet ); in StartSpellOptDlg_Impl()
H A Dcuicharmap.cxx569 SfxAllItemSet aSet( SfxObjectShell::Current()->GetPool() ); in IMPL_LINK() local
570 aSet.Put( SfxStringItem( SID_CHARMAP, String::CreateFromAscii("test") ) ); in IMPL_LINK()
571 …croAssignDlg( mpDialog, com::sun::star::uno::Reference < com::sun::star::frame::XFrame >(), aSet ); in IMPL_LINK()
H A Dcuifmsearch.cxx410 SfxItemSet aSet( SFX_APP()->GetPool() ); in IMPL_LINK() local
415 …AbstractSvxJSearchOptionsDialog* aDlg = pFact->CreateSvxJSearchOptionsDialog( this, aSet, m_pSearc… in IMPL_LINK()
H A Dsrchxtra.cxx160 SfxItemSet aSet( rPool, pWhRanges ); in SvxSearchAttributeDialog() local
161 SfxWhichIter aIter( aSet ); in SvxSearchAttributeDialog()
/trunk/main/cui/source/inc/
H A Dbackgrnd.hxx75 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
H A Dborder.hxx56 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
H A Dchardlg.hxx182 virtual void PageCreated (SfxAllItemSet aSet);
268 virtual void PageCreated (SfxAllItemSet aSet);
343 virtual void PageCreated (SfxAllItemSet aSet);
388 virtual void PageCreated (SfxAllItemSet aSet);
H A Dconnect.hxx94 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
H A Dcuitabarea.hxx178 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
321 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
394 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
H A Dcuitabline.hxx245 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
H A Dmacroass.hxx78 virtual void PageCreated (SfxAllItemSet aSet);
H A Dmeasure.hxx103 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
H A Dnumfmt.hxx101 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
H A Dnumpages.hxx146 virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
194 virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
360 virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
458 virtual void PageCreated(SfxAllItemSet aSet); // add CHINA001
H A Dpage.hxx241 virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001

Completed in 88 milliseconds

12345678910>>...15