Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/view/
H A Dformatsh.cxx1893 SvxBoxInfoItem aInfoItem(ATTR_BORDER_INNER); in GetAttrState() local
1895 pTabViewShell->GetSelectionFrame(aBoxItem, aInfoItem); in GetAttrState()
1967 if( aInfoItem.GetVert()) in GetAttrState()
1972 aCol = aInfoItem.GetVert()->GetColor() ; in GetAttrState()
1974 aLine.SetOutWidth( aInfoItem.GetVert()->GetOutWidth()); in GetAttrState()
1975 aLine.SetInWidth( aInfoItem.GetVert()->GetInWidth()); in GetAttrState()
1976 aLine.SetDistance( aInfoItem.GetVert()->GetDistance()); in GetAttrState()
1980 if(aCol != aInfoItem.GetVert()->GetColor() ) in GetAttrState()
1982 if(!( aLine == *(aInfoItem.GetVert())) ) in GetAttrState()
1987 if( aInfoItem.GetHori()) in GetAttrState()
[all …]
/AOO42X/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()
/AOO42X/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()