Home
last modified time | relevance | path

Searched refs:vba (Results 126 – 150 of 1229) sorted by relevance

12345678910>>...50

/trunk/main/oovbaapi/ooo/vba/msforms/
H A DXControl.idl34 #include <ooo/vba/XHelperInterface.idl>
37 module ooo { module vba { module msforms {
42 interface ::ooo::vba::XHelperInterface;
/trunk/main/oovbaapi/ooo/vba/word/
H A DXTable.idl32 #include <ooo/vba/XHelperInterface.idl>
34 module ooo { module vba { module word {
40 interface ::ooo::vba::XHelperInterface;
H A DXFind.idl31 #include <ooo/vba/XHelperInterface.idl>
34 module ooo { module vba { module word {
38 interface ooo::vba::XHelperInterface;
H A DXSelection.idl31 #include <ooo/vba/XHelperInterface.idl>
35 module ooo { module vba { module word {
45 interface ooo::vba::XHelperInterface;
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXButton.idl27 #include <ooo/vba/excel/XCharacters.idl>
37 module ooo { module vba { module excel {
60 <type>ooo::vba::excel::XlOrientation</type>. */
H A DXFormatCondition.idl32 #include <ooo/vba/XHelperInterface.idl>
35 module ooo { module vba { module excel {
43 interface ::ooo::vba::XHelperInterface;
H A DXChart.idl30 #include <ooo/vba/XHelperInterface.idl>
38 module ooo { module vba { module excel {
45 interface ::ooo::vba::XHelperInterface;
H A DXStyle.idl32 #include <ooo/vba/XHelperInterface.idl>
35 #include <ooo/vba/excel/XFormat.idl>
38 module ooo { module vba { module excel {
H A DXFormat.idl31 #include <ooo/vba/XHelperInterface.idl>
34 module ooo { module vba { module excel {
42 interface ::ooo::vba::XHelperInterface;
H A DXTitle.idl28 #include <ooo/vba/XHelperInterface.idl>
35 module ooo { module vba { module excel {
44 interface ::ooo::vba::XHelperInterface;
H A DXWorksheet.idl31 #include <ooo/vba/XHelperInterface.idl>
43 module ooo { module vba { module excel {
55 interface ::ooo::vba::XHelperInterface;
/trunk/main/oovbaapi/ooo/vba/
H A DXApplicationBase.idl27 #include <ooo/vba/XHelperInterface.idl>
29 module ooo { module vba {
35 interface ::ooo::vba::XHelperInterface;
H A DXDocumentProperty.idl34 #include <ooo/vba/XHelperInterface.idl>
37 module ooo { module vba {
48 interface ooo::vba::XHelperInterface;
H A DXDocumentProperties.idl31 #include <ooo/vba/XHelperInterface.idl>
34 #include <ooo/vba/XCollection.idl>
37 module ooo { module vba {
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaeventshelperbase.hxx37 namespace script { namespace vba { class XVBAModuleInfo; } } namespace
44 css::script::vba::XVBAEventProcessor,
179 css::uno::Reference< css::script::vba::XVBAModuleInfo > mxModuleInfos;
/trunk/main/sw/source/ui/vba/
H A Dvbarange.cxx38 using namespace ::ooo::vba;
41 SwVbaRange::SwVbaRange( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const uno::Ref… in SwVbaRange()
47 SwVbaRange::SwVbaRange( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const uno::Ref… in SwVbaRange()
52 SwVbaRange::SwVbaRange( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const uno::Ref… in SwVbaRange()
H A Dvbapane.hxx30 typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XPane > SwVbaPane_BASE;
38 …SwVbaPane( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Refer…
H A Dvbareplacement.hxx31 typedef InheritedHelperInterfaceImpl1< ooo::vba::word::XReplacement > SwVbaReplacement_BASE;
39 …SwVbaReplacement( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno…
/trunk/main/basic/source/inc/
H A Dnamecont.hxx189 ::com::sun::star::script::vba::XVBAScriptListener,
190 ::com::sun::star::script::vba::VBAScriptEvent > VBAScriptListenerContainer_BASE;
199 …const ::com::sun::star::uno::Reference< ::com::sun::star::script::vba::XVBAScriptListener >& rxLis…
200 const ::com::sun::star::script::vba::VBAScriptEvent& rEvent )
215 ::com::sun::star::script::vba::XVBACompatibility,
524 …const ::com::sun::star::uno::Reference< ::com::sun::star::script::vba::XVBAScriptListener >& Liste…
527 …const ::com::sun::star::uno::Reference< ::com::sun::star::script::vba::XVBAScriptListener >& Liste…
H A Derrobject.hxx33 com::sun::star::uno::Reference< ooo::vba::XErrObject > m_xErr;
43 static com::sun::star::uno::Reference< ooo::vba::XErrObject > getUnoErrObject();
/trunk/main/basic/source/classes/
H A Derrobject.cxx36 typedef ::cppu::WeakImplHelper2< vba::XErrObject, script::XDefaultProperty > ErrObjectImpl_BASE;
200 uno::Reference< vba::XErrObject >
211 …tring( RTL_CONSTASCII_USTRINGPARAM("Err")), uno::makeAny( uno::Reference< vba::XErrObject >( new … in getErrObject()
/trunk/main/sc/source/ui/vba/
H A Dvbaaxes.cxx33 using namespace ::ooo::vba;
34 using namespace ::ooo::vba::excel::XlAxisType;
35 using namespace ::ooo::vba::excel::XlAxisGroup;
H A Dvbachart.cxx48 using namespace ::ooo::vba;
49 using namespace ::ooo::vba::excel::XlChartType;
50 using namespace ::ooo::vba::excel::XlRowCol;
51 using namespace ::ooo::vba::excel::XlAxisType;
52 using namespace ::ooo::vba::excel::XlAxisGroup;
567 ScVbaChart::setSourceData( const css::uno::Reference< ::ooo::vba::excel::XRange >& _xCalcRange, con… in setSourceData()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrol.cxx29 using namespace ooo::vba;
77 …MacroResolvedInfo aResolvedMacro = ooo::vba::resolveVBAMacro( getSfxObjShell( xModel ), _onaction,… in setOnAction()
80 rtl::OUString aCommandURL = ooo::vba::makeMacroURL( aResolvedMacro.msResolvedMacro ); in setOnAction()
/trunk/main/filter/source/msfilter/
H A Dservices.cxx37 namespace ooo { namespace vba { DECLARE_FUNCTIONS( VBAMacroResolver ); } } namespace
50 IMPLEMENTATION_ENTRY( ::ooo::vba::VBAMacroResolver ),

Completed in 81 milliseconds

12345678910>>...50