Home
last modified time | relevance | path

Searched refs:aInfoItem (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1967 if( aInfoItem.GetVert()) in GetAttrState()
1972 aCol = aInfoItem.GetVert()->GetColor() ; in GetAttrState()
1982 if(!( aLine == *(aInfoItem.GetVert())) ) in GetAttrState()
1987 if( aInfoItem.GetHori()) in GetAttrState()
2007 if( !aInfoItem.IsValid( VALID_VERT ) in GetAttrState()
2008 || !aInfoItem.IsValid( VALID_HORI ) in GetAttrState()
2009 || !aInfoItem.IsValid( VALID_LEFT ) in GetAttrState()
2010 || !aInfoItem.IsValid( VALID_RIGHT ) in GetAttrState()
2011 || !aInfoItem.IsValid( VALID_TOP ) in GetAttrState()
2012 || !aInfoItem.IsValid( VALID_BOTTOM ) ) in GetAttrState()
[all …]
/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx729 SfxMacroInfoItem aInfoItem( SID_BASICIDE_ARG_MACROINFO, pBasMgr, aLib, aMod, aSub, String() ); in IMPL_LINK() local
734 aInfoItem.SetMethod( aMacroBox.GetEntryText( pEntry ) ); in IMPL_LINK()
744 … pDispatcher->Execute( SID_BASICIDE_EDITMACRO, SFX_CALLMODE_ASYNCHRON, &aInfoItem, 0L ); in IMPL_LINK()
758 SFX_CALLMODE_SYNCHRON, &aInfoItem, 0L ); in IMPL_LINK()
778 aInfoItem.SetMethod( pMethod->GetName() ); in IMPL_LINK()
779 aInfoItem.SetModule( pMethod->GetModule()->GetName() ); in IMPL_LINK()
780 aInfoItem.SetLib( pMethod->GetModule()->GetParent()->GetName() ); in IMPL_LINK()
789 … pDispatcher->Execute( SID_BASICIDE_EDITMACRO, SFX_CALLMODE_ASYNCHRON, &aInfoItem, 0L ); in IMPL_LINK()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx3039 …SfxMacroInfoItem aInfoItem( SID_BASICIDE_ARG_MACROINFO, pBasMgr, aLibName, aModuleName, String(), … in AddDispatchMacroToBasic_Impl() local
3040 … pDispat->Execute( SID_BASICIDE_UPDATEMODULESOURCE, SFX_CALLMODE_SYNCHRON, &aInfoItem, 0L ); in AddDispatchMacroToBasic_Impl()

Completed in 35 milliseconds