Home
last modified time | relevance | path

Searched refs:uno (Results 1 – 25 of 9712) sorted by relevance

12345678910>>...389

/AOO41X/main/helpcontent2/helpers/
H A Duno-commands.csv1 .uno:AVMediaPlayer
2 .uno:About
3 .uno:AbsoluteRecord
4 .uno:AcceptChanges
5 .uno:AcceptTrackedChanges
6 .uno:ActionMode
7 .uno:ActiveHelp
8 .uno:Add
9 .uno:AddAllUnknownWords
10 .uno:AddDateField
[all …]
H A Dlongnames_commands.csv1 FID_ADJUST_PRINTZOOM,.uno:AdjustPrintZoom
2 FID_APPLY_NAME,.uno:ApplyNames
3 FID_AUTOCOMPLETE,.uno:AutoComplete
4 FID_AUTO_CALC,.uno:AutomaticCalculation
5 FID_CELL_FORMAT,.uno:FormatCellDialog
6 FID_CHG_ACCEPT,.uno:AcceptChanges
7 FID_CHG_COMMENT,.uno:CommentChange
8 FID_CHG_RECORD,.uno:TraceChangeMode
9 FID_CHG_SHOW,.uno:ShowChanges
10 FID_COL_HIDE,.uno:HideColumn
[all …]
H A Duno_hid.lst1 FID_ADJUST_PRINTZOOM,26652,.uno:AdjustPrintZoom
2 FID_APPLY_NAME,26274,.uno:ApplyNames
3 FID_AUTOCOMPLETE,26319,.uno:AutoComplete
4 FID_AUTO_CALC,26303,.uno:AutomaticCalculation
5 FID_CELL_FORMAT,26280,.uno:FormatCellDialog
6 FID_CHG_ACCEPT,26258,.uno:AcceptChanges
7 FID_CHG_COMMENT,26259,.uno:CommentChange
8 FID_CHG_RECORD,26238,.uno:TraceChangeMode
9 FID_CHG_SHOW,26239,.uno:ShowChanges
10 FID_COL_HIDE,26287,.uno:HideColumn
[all …]
H A Dhelp_hid.lst6 FID_ADJUST_PRINTZOOM,26652,.uno:AdjustPrintZoom
7 FID_APPLY_NAME,26274,.uno:ApplyNames
8 FID_AUTOCOMPLETE,26319,.uno:AutoComplete
9 FID_AUTO_CALC,26303,.uno:AutomaticCalculation
10 FID_CELL_FORMAT,26280,.uno:FormatCellDialog
11 FID_CHG_ACCEPT,26258,.uno:AcceptChanges
12 FID_CHG_COMMENT,26259,.uno:CommentChange
13 FID_CHG_RECORD,26238,.uno:TraceChangeMode
14 FID_CHG_SHOW,26239,.uno:ShowChanges
15 FID_COL_HIDE,26287,.uno:HideColumn
[all …]
/AOO41X/main/sc/source/ui/vba/
H A Dvbarange.hxx67 …virtual void visitNode( sal_Int32 x, sal_Int32 y, const css::uno::Reference< css::table::XCell >& …
74 …virtual bool processValue( const css::uno::Any& aValue, const css::uno::Reference< css::table::XCe…
83 virtual void processValue( sal_Int32 x, sal_Int32 y, const css::uno::Any& aValue ) = 0;
84 virtual const css::uno::Any& getValue() const = 0;
91 css::uno::Reference< ov::XCollection > m_Areas;
92 css::uno::Reference< ov::XCollection > m_Borders;
93 css::uno::Reference< css::table::XCellRange > mxRange;
94 css::uno::Reference< css::sheet::XSheetCellRangeContainer > mxRanges;
97 css::uno::Reference< ov::excel::XValidation > m_xValidation;
99 … double getCalcColWidth( const css::table::CellRangeAddress& ) throw (css::uno::RuntimeException);
[all …]
H A Dvbaworksheet.cxx104 static void getNewSpreadsheetName (rtl::OUString &aNewName, rtl::OUString aOldName, uno::Reference … in getNewSpreadsheetName()
107 …II_USTRINGPARAM( "getNewSpreadsheetName() xSpreadDoc is null" ) ), uno::Reference< uno::XInterface… in getNewSpreadsheetName()
119 static void removeAllSheets( uno::Reference <sheet::XSpreadsheetDocument>& xSpreadDoc, rtl::OUStrin… in removeAllSheets()
122 …NSTASCII_USTRINGPARAM( "removeAllSheets() xSpreadDoc is null" ) ), uno::Reference< uno::XInterface… in removeAllSheets()
123 uno::Reference<sheet::XSpreadsheets> xSheets = xSpreadDoc->getSheets(); in removeAllSheets()
124 uno::Reference <container::XIndexAccess> xIndex( xSheets, uno::UNO_QUERY ); in removeAllSheets()
128 uno::Reference<container::XNameContainer> xNameContainer(xSheets,uno::UNO_QUERY_THROW); in removeAllSheets()
131 uno::Reference< sheet::XSpreadsheet > xSheet(xIndex->getByIndex(i), uno::UNO_QUERY); in removeAllSheets()
132 uno::Reference< container::XNamed > xNamed( xSheet, uno::UNO_QUERY_THROW ); in removeAllSheets()
139 uno::Reference< sheet::XSpreadsheet > xSheet(xIndex->getByIndex(0), uno::UNO_QUERY); in removeAllSheets()
[all …]
H A Dvbarange.cxx211 uno::Any lcl_makeRange( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< un… in lcl_makeRange()
213 uno::Reference< table::XCellRange > xCellRange( aAny, uno::UNO_QUERY_THROW ); in lcl_makeRange()
214 …return uno::makeAny( uno::Reference< excel::XRange >( new ScVbaRange( xParent, xContext, xCellRang… in lcl_makeRange()
217 uno::Reference< excel::XRange > lcl_makeXRangeFromSheetCellRanges( const uno::Reference< XHelperInt… in lcl_makeXRangeFromSheetCellRanges()
219 uno::Reference< excel::XRange > xRange; in lcl_makeXRangeFromSheetCellRanges()
220 uno::Sequence< table::CellRangeAddress > sAddresses = xLocSheetCellRanges->getRangeAddresses(); in lcl_makeXRangeFromSheetCellRanges()
234uno::Reference< table::XCellRange > xTmpRange( new ScCellRangeObj( pDoc, *aCellRanges.First() ) ); in lcl_makeXRangeFromSheetCellRanges()
239uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( pDoc, aCellRanges … in lcl_makeXRangeFromSheetCellRanges()
246 ScCellRangesBase* ScVbaRange::getCellRangesBase() throw ( uno::RuntimeException ) in getCellRangesBase()
252 …throw uno::RuntimeException( rtl::OUString::createFromAscii("General Error creating range - Unknow… in getCellRangesBase()
[all …]
H A Dvbaapplication.cxx96 uno::Any sbxToUnoValue( SbxVariable* pVar );
121 ScVbaApplication::ScVbaApplication( const uno::Reference<uno::XComponentContext >& xContext ) : in ScVbaApplication()
136 …ObjectShell* ScVbaApplication::GetDocShell( const uno::Reference< frame::XModel >& xModel ) throw … in GetDocShell()
142 ScVbaApplication::getExactName( const ::rtl::OUString& aApproximateName ) throw (uno::RuntimeExcept… in getExactName()
144 uno::Reference< beans::XExactName > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getExactName()
148 uno::Reference< beans::XIntrospectionAccess > SAL_CALL
149 ScVbaApplication::getIntrospection() throw(css::uno::RuntimeException) in getIntrospection()
151 uno::Reference< script::XInvocation > xWSF( new ScVbaWSFunction( this, mxContext ) ); in getIntrospection()
155 uno::Any SAL_CALL
156uno::Sequence< uno::Any >& Params, uno::Sequence< sal_Int16 >& OutParamIndex, uno::Sequence< uno::… in invoke()
[all …]
H A Dvbasheetobjects.cxx49 inline bool lclGetProperty( Type& orValue, const uno::Reference< beans::XPropertySet >& rxPropSet, … in lclGetProperty()
55 catch( uno::Exception& ) in lclGetProperty()
62 inline double lclPointsToHmm( const uno::Any& rPoints ) throw (uno::RuntimeException) in lclPointsToHmm()
82 const uno::Reference< XHelperInterface >& rxParent,
83 const uno::Reference< uno::XComponentContext >& rxContext,
84 const uno::Reference< frame::XModel >& rxModel,
85 const uno::Reference< sheet::XSpreadsheet >& rxSheet,
86 const uno::Type& rVbaType ) throw (uno::RuntimeException);
89 inline const uno::Reference< XHelperInterface >& getParent() const { return mxParent; } in getParent()
91 inline const uno::Reference< uno::XComponentContext >& getContext() const { return mxContext; } in getContext()
[all …]
H A Dvbaapplication.hxx46 rtl::OUString getOfficePath( const rtl::OUString& sPath ) throw ( css::uno::RuntimeException );
49 …virtual css::uno::Reference< css::frame::XModel > getCurrentDocument() throw (css::uno::RuntimeExc…
52 ScVbaApplication( const css::uno::Reference< css::uno::XComponentContext >& m_xContext );
58 …tual SfxObjectShell* GetDocShell( const css::uno::Reference< css::frame::XModel >& xModel ) throw …
61 …AL_CALL getExactName( const ::rtl::OUString& aApproximateName ) throw (css::uno::RuntimeException);
64 …virtual css::uno::Reference< css::beans::XIntrospectionAccess > SAL_CALL getIntrospection(void) …
65uno::Any SAL_CALL invoke(const rtl::OUString& FunctionName, const css::uno::Sequence< css::uno::A…
66 …:uno::Any& Value) throw(css::beans::UnknownPropertyException, css::script::CannotConvertException,…
67 …virtual css::uno::Any SAL_CALL getValue(const rtl::OUString& PropertyName) throw(css::beans::Unkn…
68 …virtual sal_Bool SAL_CALL hasMethod(const rtl::OUString& Name) throw(css::uno::RuntimeException);
[all …]
H A Dvbaworksheet.hxx56 css::uno::Reference< css::sheet::XSpreadsheet > mxSheet;
57 css::uno::Reference< css::frame::XModel > mxModel;
58 css::uno::Reference< ov::excel::XChartObjects > mxCharts;
59 css::uno::Reference< ov::excel::XHyperlinks > mxHlinks;
63 …css::uno::Reference< ov::excel::XWorksheet > getSheetAtOffset(SCTAB offset) throw (css::uno::Runti…
64 css::uno::Reference< ov::excel::XRange > getSheetRange() throw (css::uno::RuntimeException);
66 css::uno::Reference< css::container::XNameAccess > getFormControls();
67 css::uno::Any getControlShape( const rtl::OUString& sName );
69 …css::uno::Reference< css::beans::XPropertySet > getFirstDBRangeProperties() throw (css::uno::Runti…
73 …ScVbaWorksheet( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer…
[all …]
H A Dvbawindow.cxx58 typedef std::vector< uno::Reference< sheet::XSpreadsheet > > Sheets;
71 uno::Reference< uno::XComponentContext > m_xContext;
73 uno::Reference< frame::XModel > m_xModel;
76 …um( const uno::Reference< uno::XComponentContext >& xContext, const Sheets& sheets, const uno::Ref… in SelectedSheetsEnum()
81 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (uno::RuntimeException) in hasMoreElements()
85 …virtual uno::Any SAL_CALL nextElement( ) throw (container::NoSuchElementException, lang::WrappedT… in nextElement()
92 …return uno::makeAny( uno::Reference< excel::XWorksheet > ( new ScVbaWorksheet( uno::Reference< XHe… in nextElement()
100 uno::Reference< uno::XComponentContext > m_xContext;
103 uno::Reference< frame::XModel > m_xModel;
105 …SelectedSheetsEnumAccess( const uno::Reference< uno::XComponentContext >& xContext, const uno::Ref… in SelectedSheetsEnumAccess()
[all …]
H A Dvbaglobals.hxx44 css::uno::Reference< ov::excel::XApplication > mxApplication;
45 virtual css::uno::Reference<
47 throw (css::uno::RuntimeException);
50 ScVbaGlobals( css::uno::Sequence< css::uno::Any > const& aArgs,
51 css::uno::Reference< css::uno::XComponentContext >const& rxContext );
57 …virtual css::uno::Reference< ov::excel::XWorkbook > SAL_CALL getActiveWorkbook() throw (css::uno::…
58 …virtual css::uno::Reference< ov::excel::XWindow > SAL_CALL getActiveWindow() throw (css::uno::Runt…
59 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getActiveSheet() throw (css::uno::Ru…
60 …virtual css::uno::Reference< ov::XAssistant > SAL_CALL getAssistant() throw (css::uno::RuntimeExce…
61 … ) throw (::com::sun::star::script::BasicErrorException, ::com::sun::star::uno::RuntimeException);
[all …]
H A Dvbaglobals.cxx37 using namespace ::com::sun::star::uno;
49 …:ScVbaGlobals( uno::Sequence< uno::Any > const& aArgs, uno::Reference< uno::XComponentContext >con… in ScVbaGlobals()
53 uno::Sequence< beans::PropertyValue > aInitArgs( 2 ); in ScVbaGlobals()
55 aInitArgs[ 0 ].Value = uno::makeAny( getApplication() ); in ScVbaGlobals()
57 aInitArgs[ 1 ].Value = uno::makeAny( getXSomethingFromArgs< frame::XModel >( aArgs, 0 ) ); in ScVbaGlobals()
70 uno::Reference<excel::XApplication >
71 ScVbaGlobals::getApplication() throw (uno::RuntimeException) in getApplication()
80 uno::Reference<excel::XApplication > SAL_CALL
81 ScVbaGlobals::getExcel() throw (uno::RuntimeException) in getExcel()
88 uno::Reference< excel::XWorkbook > SAL_CALL
[all …]
/AOO41X/main/sw/inc/
H A Dunotxdoc.hxx192 css::uno::Reference< css::drawing::XDrawPage > * pxXDrawPage;
194 css::uno::Reference< css::text::XText > xBodyText;
196 css::uno::Reference< css::uno::XAggregation > xNumFmtAgg;
198 css::uno::Reference< css::container::XIndexAccess > * pxXNumberingRules;
199 css::uno::Reference< css::container::XIndexAccess > * pxXFootnotes;
200 css::uno::Reference< css::beans::XPropertySet > * pxXFootnoteSettings;
201 css::uno::Reference< css::container::XIndexAccess > * pxXEndnotes;
202 css::uno::Reference< css::beans::XPropertySet > * pxXEndnoteSettings;
203 css::uno::Reference< css::container::XNameAccess > * pxXReferenceMarks;
204 css::uno::Reference< css::container::XEnumerationAccess > * pxXTextFieldTypes;
[all …]
/AOO41X/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx124 …al_Int32 Width, sal_Int32 Height, sal_Int16 Flags ) throw(::com::sun::star::uno::RuntimeException);
127 …:rtl::OUString& PropertyName, const ::com::sun::star::uno::Any& Value ) throw(::com::sun::star::un…
128 …::com::sun::star::uno::Any SAL_CALL getProperty( const ::rtl::OUString& PropertyName ) throw(::com…
162 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > Cr…
169 void SAL_CALL dispose( ) throw(::com::sun::star::uno::RuntimeException);
172 …stener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XActionListener >& l ) thro…
173 …stener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XActionListener >& l ) thro…
174 …void SAL_CALL setLabel( const ::rtl::OUString& Label ) throw(::com::sun::star::uno::RuntimeExcepti…
175 …void SAL_CALL setActionCommand( const ::rtl::OUString& Command ) throw(::com::sun::star::uno::Runt…
179 …istener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XItemListener >& l ) throw…
[all …]
/AOO41X/main/sw/source/ui/vba/
H A Dvbadocument.cxx54 …::SwVbaDocument( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno::XCo… in SwVbaDocument()
58 SwVbaDocument::SwVbaDocument( uno::Sequence< uno::Any > const& aArgs, uno::Reference< uno::XCompone… in SwVbaDocument()
69 mxTextDocument.set( getModel(), uno::UNO_QUERY_THROW ); in Initialize()
72 uno::Reference< word::XRange > SAL_CALL
73 SwVbaDocument::getContent() throw ( uno::RuntimeException ) in getContent()
75 uno::Reference< text::XTextRange > xStart = mxTextDocument->getText()->getStart(); in getContent()
76 uno::Reference< text::XTextRange > xEnd; in getContent()
77 …return uno::Reference< word::XRange >( new SwVbaRange( this, mxContext, mxTextDocument, xStart, xE… in getContent()
80 uno::Reference< word::XRange > SAL_CALL
81 SwVbaDocument::Range( const uno::Any& rStart, const uno::Any& rEnd ) throw ( uno::RuntimeException ) in Range()
[all …]
/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx35 uno::Reference< XCollection > m_xParent;
36 uno::Reference<container::XIndexAccess > m_xIndexAccess;
39 …VbShapeRangeEnumHelper( const uno::Reference< XCollection >& xParent, const uno::Reference< conta… in VbShapeRangeEnumHelper()
40 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (uno::RuntimeException) in hasMoreElements()
44 …virtual uno::Any SAL_CALL nextElement( ) throw (container::NoSuchElementException, lang::WrappedT… in nextElement()
54uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext >& xCont… in ScVbaShapeRange()
60 ScVbaShapeRange::Select( ) throw (uno::RuntimeException) in Select()
62uno::Reference< view::XSelectionSupplier > xSelectSupp( m_xModel->getCurrentController(), uno::UNO… in Select()
63 xSelectSupp->select( uno::makeAny( getShapes() ) ); in Select()
66 uno::Reference< msforms::XShape > SAL_CALL
[all …]
/AOO41X/main/toolkit/source/controls/
H A Dunocontrols.cxx75 using ::com::sun::star::uno::Reference;
79 …::rtl::OUString SAL_CALL ImplName::getImplementationName( ) throw(::com::sun::star::uno::RuntimeE…
80 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL ImplName::getSupportedServiceNames() t…
82 …::com::sun::star::uno::Sequence< ::rtl::OUString > aNames = BaseClass::getSupportedServiceNames( )…
99 ::rtl::OUString UnoControlEditModel::getServiceName( ) throw(::com::sun::star::uno::RuntimeExceptio… in getServiceName()
104 uno::Any UnoControlEditModel::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
106 uno::Any aReturn; in ImplGetDefaultValue()
128 uno::Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); in getInfoHelper()
135 uno::Reference< beans::XPropertySetInfo > UnoControlEditModel::getPropertySetInfo( ) throw(uno::Ru… in getPropertySetInfo()
137 …static uno::Reference< beans::XPropertySetInfo > xInfo( createPropertySetInfo( getInfoHelper() ) ); in getPropertySetInfo()
[all …]
/AOO41X/main/sd/source/ui/unoidl/
H A Dfacreg.cxx50 extern uno::Reference< uno::XInterface > SAL_CALL SdDrawingDocument_createInstance( const uno::Refe…
51 extern OUString SdDrawingDocument_getImplementationName() throw( uno::RuntimeException );
52 extern uno::Sequence< OUString > SAL_CALL SdDrawingDocument_getSupportedServiceNames() throw( uno::…
54 extern uno::Reference< uno::XInterface > SAL_CALL SdPresentationDocument_createInstance( const uno:…
55 extern OUString SdPresentationDocument_getImplementationName() throw( uno::RuntimeException );
56 extern uno::Sequence< OUString > SAL_CALL SdPresentationDocument_getSupportedServiceNames() throw(
58 extern uno::Reference< uno::XInterface > SAL_CALL SdHtmlOptionsDialog_CreateInstance( const uno::Re…
59 extern OUString SdHtmlOptionsDialog_getImplementationName() throw( uno::RuntimeException );
60 extern uno::Sequence< OUString > SAL_CALL SdHtmlOptionsDialog_getSupportedServiceNames() throw( uno
62 extern uno::Reference< uno::XInterface > SAL_CALL SdUnoModule_createInstance( const uno::Reference<…
[all …]
/AOO41X/main/embeddedobj/source/commonembedding/
H A Dxfactory.cxx45 uno::Sequence< ::rtl::OUString > SAL_CALL OOoEmbeddedObjectFactory::impl_staticGetSupportedServiceN… in impl_staticGetSupportedServiceNames()
47 uno::Sequence< ::rtl::OUString > aRet(2); in impl_staticGetSupportedServiceNames()
60 uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::impl_staticCreateSelfInstance( in impl_staticCreateSelfInstance()
61 const uno::Reference< lang::XMultiServiceFactory >& xServiceManager ) in impl_staticCreateSelfInstance()
63 return uno::Reference< uno::XInterface >( *new OOoEmbeddedObjectFactory( xServiceManager ) ); in impl_staticCreateSelfInstance()
67 uno::Reference< uno::XInterface > SAL_CALL OOoEmbeddedObjectFactory::createInstanceInitFromEntry( in createInstanceInitFromEntry()
68 … const uno::Reference< embed::XStorage >& xStorage, in createInstanceInitFromEntry()
70 … const uno::Sequence< beans::PropertyValue >& aMediaDescr, in createInstanceInitFromEntry()
71 … const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceInitFromEntry()
75 uno::Exception, in createInstanceInitFromEntry()
[all …]
/AOO41X/main/package/source/xstor/
H A Dxstorage.cxx66 typedef ::std::list< uno::WeakReference< lang::XComponent > > WeakComponentList;
98 ::rtl::OUString GetNewTempFileURL( const uno::Reference< lang::XMultiServiceFactory > xFactory );
102 const uno::Reference< io::XStream >& xSource, in completeStorageStreamCopy_Impl()
103 const uno::Reference< io::XStream >& xDest, in completeStorageStreamCopy_Impl()
105 const uno::Sequence< uno::Sequence< beans::StringPair > >& aRelInfo ) in completeStorageStreamCopy_Impl()
107 uno::Reference< beans::XPropertySet > xSourceProps( xSource, uno::UNO_QUERY ); in completeStorageStreamCopy_Impl()
108 uno::Reference< beans::XPropertySet > xDestProps( xDest, uno::UNO_QUERY ); in completeStorageStreamCopy_Impl()
110 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno in completeStorageStreamCopy_Impl()
112 uno::Reference< io::XOutputStream > xDestOutStream = xDest->getOutputStream(); in completeStorageStreamCopy_Impl()
114 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ), uno::Reference< uno::XInterface… in completeStorageStreamCopy_Impl()
[all …]
/AOO41X/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx77 ::com::sun::star::uno::Any ImplGetDefaultValue( sal_uInt16 nPropId ) const;
81 …UnoControlEditModel( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiService…
87 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
90 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertyS…
123 …UnoEditControl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFacto…
127 … ImplSetPeerProperty( const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Any& rVal );
129uno::Reference< ::com::sun::star::awt::XToolkit >& Toolkit, const ::com::sun::star::uno::Reference…
130 …onst ::com::sun::star::lang::EventObject& Source ) throw(::com::sun::star::uno::RuntimeException) … in disposing()
131 void SAL_CALL dispose( ) throw(::com::sun::star::uno::RuntimeException);
137 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type & rType ) …
[all …]
/AOO41X/main/sc/inc/
H A Dcellsuno.hxx120 typedef ::com::sun::star::uno::Reference<
207 com::sun::star::uno::Reference<com::sun::star::sheet::XSheetCellRanges>
210 com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
211 Find_Impl(const com::sun::star::uno::Reference<
223 ::com::sun::star::uno::Any& )
224 throw(::com::sun::star::uno::RuntimeException);
226 const ::com::sun::star::uno::Any& aValue )
228 ::com::sun::star::uno::RuntimeException);
236 virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
237 const ::com::sun::star::uno::Type & rType )
[all …]
/AOO41X/main/embeddedobj/source/general/
H A Dxcreator.cxx47 uno::Sequence< ::rtl::OUString > SAL_CALL UNOEmbeddedObjectCreator::impl_staticGetSupportedServiceN… in impl_staticGetSupportedServiceNames()
49 uno::Sequence< ::rtl::OUString > aRet(2); in impl_staticGetSupportedServiceNames()
62 uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::impl_staticCreateSelfInstance( in impl_staticCreateSelfInstance()
63 const uno::Reference< lang::XMultiServiceFactory >& xServiceManager ) in impl_staticCreateSelfInstance()
65 return uno::Reference< uno::XInterface >( *new UNOEmbeddedObjectCreator( xServiceManager ) ); in impl_staticCreateSelfInstance()
69 uno::Reference< uno::XInterface > SAL_CALL UNOEmbeddedObjectCreator::createInstanceInitNew( in createInstanceInitNew()
70 const uno::Sequence< sal_Int8 >& aClassID, in createInstanceInitNew()
72 const uno::Reference< embed::XStorage >& xStorage, in createInstanceInitNew()
74 const uno::Sequence< beans::PropertyValue >& lObjArgs ) in createInstanceInitNew()
77 uno::Exception, in createInstanceInitNew()
[all …]

12345678910>>...389