Home
last modified time | relevance | path

Searched refs:msforms (Results 1 – 25 of 101) sorted by relevance

12345

/aoo4110/main/vbahelper/
H A DLibrary_msforms.mk28 $(eval $(call gb_Library_Library,msforms))
35 $(eval $(call gb_Library_set_componentfile,msforms,vbahelper/util/msforms))
66 vbahelper/source/msforms/service \
67 vbahelper/source/msforms/vbabutton \
70 vbahelper/source/msforms/vbacontrol \
72 vbahelper/source/msforms/vbaframe \
73 vbahelper/source/msforms/vbaimage \
74 vbahelper/source/msforms/vbalabel \
75 vbahelper/source/msforms/vbalistbox \
78 vbahelper/source/msforms/vbanewfont \
[all …]
/aoo4110/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx66 uno::Reference< msforms::XShape > SAL_CALL
97 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementRotation()
108 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementLeft()
119 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in IncrementTop()
129 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getHeight()
140 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in setHeight()
150 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getWidth()
161 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in setWidth()
171 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in getLeft()
182 …uno::Reference< msforms::XShape > xShape( Item( uno::makeAny( index ), uno::Any() ), uno::UNO_QUER… in setLeft()
[all …]
H A Dvbashapes.cxx51 uno::Reference<msforms::XShapes > m_xParent;
55 …VbShapeEnumHelper( const uno::Reference< msforms::XShapes >& xParent, const uno::Reference< conta… in VbShapeEnumHelper()
104 …return uno::makeAny( uno::Reference< msforms::XShape >( new ScVbaShape( getParent(), mxContext, xS… in createCollectionObject()
112 return ooo::vba::msforms::XShape::static_type(0); in getElementType()
188 uno::Reference< msforms::XShapeRange > SAL_CALL
260 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddRectangle()
304 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddEllipse()
339 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddLine()
411 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddTextboxInWriter()
440 return uno::makeAny( uno::Reference< msforms::XShape > ( pScVbaShape ) ); in AddShape()
H A Dvbashape.cxx284 uno::Reference< msforms::XLineFormat > SAL_CALL
288 … return uno::Reference< msforms::XLineFormat >( new ScVbaLineFormat( this, mxContext, m_xShape ) ); in getLine()
291 uno::Reference< msforms::XFillFormat > SAL_CALL
294 … return uno::Reference< msforms::XFillFormat >( new ScVbaFillFormat( this, mxContext, m_xShape ) ); in getFill()
297 uno::Reference< msforms::XPictureFormat > SAL_CALL
300 …return uno::Reference< msforms::XPictureFormat >( new ScVbaPictureFormat( this, mxContext, m_xShap… in getPictureFormat()
318 …return uno::makeAny( uno::Reference< msforms::XTextFrame >( new VbaTextFrame( this, mxContext, m_x… in TextFrame()
467 …uno::Reference< msforms::XShapeRange > xShapeRange( new ScVbaShapeRange( mxParent, mxContext, xInd… in ShapeRange()
H A Dvbafillformat.hxx31 typedef InheritedHelperInterfaceImpl1< ov::msforms::XFillFormat > ScVbaFillFormat_BASE;
38 css::uno::Reference< ov::msforms::XColorFormat > m_xColorFormat;
62 …virtual css::uno::Reference< ov::msforms::XColorFormat > SAL_CALL BackColor() throw (css::uno::Run…
63 …virtual css::uno::Reference< ov::msforms::XColorFormat > SAL_CALL ForeColor() throw (css::uno::Run…
H A Dvbalineformat.hxx31 typedef InheritedHelperInterfaceImpl1< ov::msforms::XLineFormat > ScVbaLineFormat_BASE;
74 …virtual css::uno::Reference< ov::msforms::XColorFormat > SAL_CALL BackColor() throw (css::uno::Run…
75 …virtual css::uno::Reference< ov::msforms::XColorFormat > SAL_CALL ForeColor() throw (css::uno::Run…
H A Dvbalineformat.cxx419 uno::Reference< msforms::XColorFormat > SAL_CALL
422 …return uno::Reference< msforms::XColorFormat >( new ScVbaColorFormat( getParent(), mxContext, this… in BackColor()
425 uno::Reference< msforms::XColorFormat > SAL_CALL
428 …return uno::Reference< msforms::XColorFormat >( new ScVbaColorFormat( getParent(), mxContext, this… in ForeColor()
/aoo4110/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx177 return msforms::fmStyle::fmStyleDropDownCombo; in getStyle()
186 return msforms::fmDropButtonStyle::fmDropButtonStyleArrow; in getDropButtonStyle()
195 return msforms::fmDragBehavior::fmDragBehaviorDisabled; in getDragBehavior()
204 return msforms::fmEnterFieldBehavior::fmEnterFieldBehaviorSelectAll; in getEnterFieldBehavior()
213 return msforms::fmListStyle::fmListStylePlain; in getListStyle()
222 return msforms::fmTextAlign::fmTextAlignLeft; in getTextAlign()
234 uno::Reference< msforms::XNewFont > SAL_CALL ScVbaComboBox::getFont() throw (uno::RuntimeException) in getFont()
H A Dvbacontrol.cxx243 uno::Reference< msforms::XControl > xRet( this ); in getObject()
407 /*static*/ uno::Reference< msforms::XControl > ScVbaControlFactory::createShapeControl( in createShapeControl()
442 /*static*/ uno::Reference< msforms::XControl > ScVbaControlFactory::createUserformControl( in createUserformControl()
451 uno::Reference< msforms::XControl > xVBAControl; in createUserformControl()
523 …virtual uno::Reference< msforms::XControl > SAL_CALL createControl( const uno::Reference< drawing:…
526 uno::Reference< msforms::XControl > SAL_CALL
529 uno::Reference< msforms::XControl > xControlToReturn; in createControl()
H A Dvbaframe.cxx64 return msforms::fmSpecialEffect::fmSpecialEffectEtched; in getSpecialEffect()
73 return msforms::fmBorderStyle::fmBorderStyleNone; in getBorderStyle()
80 uno::Reference< msforms::XNewFont > SAL_CALL ScVbaFrame::getFont() throw (uno::RuntimeException) in getFont()
H A Dvbacontrols.cxx192 uno::Reference< msforms::XControl > xVBAControl; in nextElement()
237 …uno::Reference< msforms::XControl > xVBAControl = ScVbaControlFactory::createUserformControl( mxCo… in createCollectionObject()
247 uno::Reference< msforms::XControl > xControl( xEnum->nextElement(), uno::UNO_QUERY_THROW ); in Move()
413 uno::Reference< msforms::XControl > xVBAControl( aResult, uno::UNO_QUERY_THROW ); in Add()
493 return ooo::vba::msforms::XControl::static_type(0); in getElementType()
H A Dvbatextbox.cxx116 return msforms::fmSpecialEffect::fmSpecialEffectSunken; in getSpecialEffect()
125 return msforms::fmBorderStyle::fmBorderStyleNone; in getBorderStyle()
137 uno::Reference< msforms::XNewFont > SAL_CALL ScVbaTextBox::getFont() throw (uno::RuntimeException) in getFont()
H A Dvbacontrol.hxx41 typedef InheritedHelperInterfaceImpl1< ov::msforms::XControl > ControlImpl_BASE;
105 static css::uno::Reference< ov::msforms::XControl > createShapeControl(
110 static css::uno::Reference< ov::msforms::XControl > createUserformControl(
H A Dvbacheckbox.hxx31 typedef cppu::ImplInheritanceHelper2< ScVbaControl, ov::msforms::XCheckBox, css::script::XDefaultPr…
42 …virtual css::uno::Reference< ov::msforms::XNewFont > SAL_CALL getFont() throw (css::uno::RuntimeEx…
H A Dvbalabel.hxx32 typedef cppu::ImplInheritanceHelper2< ScVbaControl, ov::msforms::XLabel, css::script::XDefaultPrope…
43 …virtual css::uno::Reference< ov::msforms::XNewFont > SAL_CALL getFont() throw (css::uno::RuntimeEx…
H A Dvbaradiobutton.hxx30 typedef cppu::ImplInheritanceHelper2< ScVbaControl, ov::msforms::XRadioButton, css::script::XDefaul…
41 …virtual css::uno::Reference< ov::msforms::XNewFont > SAL_CALL getFont() throw (css::uno::RuntimeEx…
H A Dvbaframe.hxx31 typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XFrame > FrameImpl_BASE;
51 …virtual css::uno::Reference< ov::msforms::XNewFont > SAL_CALL getFont() throw (css::uno::RuntimeEx…
H A Dvbabutton.hxx31 typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XCommandButton > ButtonImpl_BASE;
50 …virtual css::uno::Reference< ov::msforms::XNewFont > SAL_CALL getFont() throw (css::uno::RuntimeEx…
/aoo4110/main/vbahelper/inc/vbahelper/
H A Dvbashaperange.hxx33 typedef CollTestImplHelper< ov::msforms::XShapeRange > ScVbaShapeRange_BASE;
51 …virtual css::uno::Reference< ::ooo::vba::msforms::XShape > SAL_CALL Group() throw (css::uno::Runti…
63 …virtual css::uno::Reference< ov::msforms::XLineFormat > SAL_CALL getLine() throw (css::uno::Runtim…
64 …virtual css::uno::Reference< ov::msforms::XFillFormat > SAL_CALL getFill() throw (css::uno::Runtim…
H A Dvbashape.hxx37 typedef ::cppu::WeakImplHelper2< ov::msforms::XShape, css::lang::XEventListener > ListeningShape;
83 …virtual css::uno::Reference< ov::msforms::XLineFormat > SAL_CALL getLine() throw (css::uno::Runtim…
84 …virtual css::uno::Reference< ov::msforms::XFillFormat > SAL_CALL getFill() throw (css::uno::Runtim…
85 …virtual css::uno::Reference< ov::msforms::XPictureFormat > SAL_CALL getPictureFormat() throw (css:…
/aoo4110/main/oovbaapi/ooo/vba/msforms/
H A DXShape.idl31 #include <ooo/vba/msforms/XLineFormat.idl>
35 #include <ooo/vba/msforms/XFillFormat.idl>
39 #include <ooo/vba/msforms/XPictureFormat.idl>
42 module ooo { module vba { module msforms {
H A Dmakefile.mk27 TARGET=msforms
28 PACKAGE=ooo$/vba$/msforms
/aoo4110/main/oovbaapi/prj/
H A Dd.lst6 mkdir: %COMMON_DEST%\idl%_EXT%\ooo\vba\msforms
14 ..\ooo\vba\msforms\*.idl %COMMON_DEST%\idl%_EXT%\ooo\vba\msforms
/aoo4110/main/
H A DRepositoryFixes.mk194 gb_Library_DLLFILENAMES := $(patsubst msforms:msforms.uno%,msforms:msforms%,$(gb_Library_DLLFILENAM…
/aoo4110/main/sc/source/ui/vba/
H A Dvbahyperlink.cxx102 uno::Reference< msforms::XShape > xAnchorShape( rxAnchor, uno::UNO_QUERY_THROW ); in ScVbaHyperlink()
196 uno::Reference< msforms::XShape > SAL_CALL ScVbaHyperlink::getShape() throw (uno::RuntimeException) in getShape()
199 return uno::Reference< msforms::XShape >( getParent(), uno::UNO_QUERY_THROW ); in getShape()

Completed in 106 milliseconds

12345