Home
last modified time | relevance | path

Searched refs:SAL_CALL (Results 351 – 375 of 5156) sorted by relevance

1...<<11121314151617181920>>...207

/trunk/main/sal/osl/os2/
H A Dsocket.c428 oslHostAddr SAL_CALL osl_psz_createHostAddr (
443 sal_Int32 SAL_CALL osl_psz_getServicePort (
600 sal_Bool SAL_CALL osl_isEqualSocketAddr ( in osl_isEqualSocketAddr()
1166 oslHostAddr SAL_CALL osl_createHostAddr ( in osl_createHostAddr()
1319 void SAL_CALL osl_getHostnameOfHostAddr ( in osl_getHostnameOfHostAddr()
2486 sal_Int32 SAL_CALL osl_readSocket ( in osl_readSocket()
2521 sal_Int32 SAL_CALL osl_writeSocket( in osl_writeSocket()
2650 sal_Bool SAL_CALL osl_isReceiveReady ( in osl_isReceiveReady()
2666 sal_Bool SAL_CALL osl_isSendReady ( in osl_isSendReady()
2682 sal_Bool SAL_CALL osl_isExceptionPending ( in osl_isExceptionPending()
[all …]
/trunk/main/sc/inc/
H A Dcursuno.hxx41 virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
44 virtual void SAL_CALL acquire() throw();
45 virtual void SAL_CALL release() throw();
53 virtual void SAL_CALL collapseToSize( sal_Int32 nColumns, sal_Int32 nRows )
57 virtual void SAL_CALL gotoStartOfUsedArea( sal_Bool bExpand )
59 virtual void SAL_CALL gotoEndOfUsedArea( sal_Bool bExpand )
63 virtual void SAL_CALL gotoStart() throw(::com::sun::star::uno::RuntimeException);
64 virtual void SAL_CALL gotoEnd() throw(::com::sun::star::uno::RuntimeException);
65 virtual void SAL_CALL gotoNext() throw(::com::sun::star::uno::RuntimeException);
90 virtual ::rtl::OUString SAL_CALL getImplementationName()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.hxx68 …css::uno::Any SAL_CALL getAddIndent() throw( css::uno::RuntimeException ) { return css::uno::makeA… in getAddIndent()
74 …virtual css::uno::Any SAL_CALL getNumberFormat( ) throw (css::script::BasicErrorException, css::u…
76 …virtual css::uno::Any SAL_CALL getNumberFormatLocal( ) throw (css::script::BasicErrorException, c…
78 …virtual css::uno::Any SAL_CALL getIndentLevel( ) throw (css::script::BasicErrorException, css::un…
84 …virtual css::uno::Any SAL_CALL getOrientation( ) throw (css::script::BasicErrorException, css::un…
86 …virtual css::uno::Any SAL_CALL getShrinkToFit( ) throw (css::script::BasicErrorException, css::un…
88 …virtual css::uno::Any SAL_CALL getWrapText( ) throw (css::script::BasicErrorException, css::uno::…
90 …virtual css::uno::Any SAL_CALL getLocked( ) throw (css::script::BasicErrorException, css::uno::Ru…
92 …virtual css::uno::Any SAL_CALL getFormulaHidden( ) throw (css::script::BasicErrorException, css::…
94 …virtual css::uno::Any SAL_CALL getMergeCells( ) throw (css::script::BasicErrorException, css::uno…
[all …]
/trunk/main/vbahelper/source/vbahelper/
H A Dvbalineformat.hxx50 virtual sal_Int32 SAL_CALL getBeginArrowheadStyle() throw (css::uno::RuntimeException);
54 virtual sal_Int32 SAL_CALL getBeginArrowheadWidth() throw (css::uno::RuntimeException);
56 virtual sal_Int32 SAL_CALL getEndArrowheadStylel() throw (css::uno::RuntimeException);
58 virtual sal_Int32 SAL_CALL getEndArrowheadLength() throw (css::uno::RuntimeException);
60 virtual sal_Int32 SAL_CALL getEndArrowheadWidth() throw (css::uno::RuntimeException);
62 virtual double SAL_CALL getWeight() throw (css::uno::RuntimeException);
63 virtual void SAL_CALL setWeight( double _weight ) throw (css::uno::RuntimeException);
64 virtual sal_Bool SAL_CALL getVisible() throw (css::uno::RuntimeException);
66 virtual double SAL_CALL getTransparency() throw (css::uno::RuntimeException);
68 virtual sal_Int16 SAL_CALL getStyle() throw (css::uno::RuntimeException);
[all …]
/trunk/main/sw/inc/
H A Dunotextrange.hxx144 virtual sal_Int64 SAL_CALL getSomething(
151 virtual sal_Bool SAL_CALL supportsService(
163 virtual void SAL_CALL setPropertyValue(
217 virtual void SAL_CALL setPropertyToDefault(
230 virtual sal_Bool SAL_CALL hasElements()
250 SAL_CALL getText()
264 virtual void SAL_CALL makeRedline(
303 virtual sal_Int64 SAL_CALL getSomething(
310 virtual sal_Bool SAL_CALL supportsService(
320 virtual sal_Bool SAL_CALL hasElements()
[all …]
/trunk/main/svx/source/table/
H A Daccessiblecell.hxx76 virtual void SAL_CALL acquire( ) throw ();
77 virtual void SAL_CALL release( ) throw ();
80 …virtual sal_Int32 SAL_CALL getAccessibleChildCount(void) throw(::com::sun::star::uno::RuntimeExcep…
83 …virtual sal_Int32 SAL_CALL getAccessibleIndexInParent(void) throw(::com::sun::star::uno::RuntimeEx…
84 …virtual ::rtl::OUString SAL_CALL getAccessibleName (void) throw (::com::sun::star::uno::RuntimeExc…
95 …virtual ::com::sun::star::awt::Size SAL_CALL getSize(void) throw(::com::sun::star::uno::RuntimeExc…
98 virtual void SAL_CALL grabFocus (void) throw (::com::sun::star::uno::RuntimeException);
99 virtual sal_Int32 SAL_CALL getForeground(void) throw(::com::sun::star::uno::RuntimeException);
100 virtual sal_Int32 SAL_CALL getBackground(void) throw(::com::sun::star::uno::RuntimeException);
105 …virtual ::rtl::OUString SAL_CALL getToolTipText (void) throw (::com::sun::star::uno::RuntimeExcept…
[all …]
/trunk/main/xmloff/source/core/
H A DPropertySetMerger.cxx58 virtual Reference< XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(RuntimeException);
67 …virtual PropertyState SAL_CALL getPropertyState( const OUString& PropertyName ) throw(UnknownPrope…
69 …virtual void SAL_CALL setPropertyToDefault( const OUString& PropertyName ) throw(UnknownPropertyEx…
73 virtual Sequence< Property > SAL_CALL getProperties( ) throw(RuntimeException);
74 …virtual Property SAL_CALL getPropertyByName( const OUString& aName ) throw(UnknownPropertyExceptio…
75 virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) throw(RuntimeException);
97 Reference< XPropertySetInfo > SAL_CALL PropertySetMergerImpl::getPropertySetInfo( ) throw(RuntimeE… in getPropertySetInfo()
183 void SAL_CALL PropertySetMergerImpl::setPropertyToDefault( const OUString& PropertyName ) throw(Unk… in setPropertyToDefault()
219 Sequence< Property > SAL_CALL PropertySetMergerImpl::getProperties() throw(RuntimeException) in getProperties()
244 Property SAL_CALL PropertySetMergerImpl::getPropertyByName( const OUString& aName ) throw(UnknownPr… in getPropertyByName()
[all …]
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblemenuitem.hxx78 …virtual ::rtl::OUString SAL_CALL getImplementationName() throw (::com::sun::star::uno::RuntimeExce…
82 virtual sal_Int16 SAL_CALL getAccessibleRole( ) throw (::com::sun::star::uno::RuntimeException);
85 virtual sal_Int32 SAL_CALL getCaretPosition() throw (::com::sun::star::uno::RuntimeException);
90 virtual sal_Int32 SAL_CALL getCharacterCount() throw (::com::sun::star::uno::RuntimeException);
92 virtual ::rtl::OUString SAL_CALL getSelectedText() throw (::com::sun::star::uno::RuntimeException);
93 virtual sal_Int32 SAL_CALL getSelectionStart() throw (::com::sun::star::uno::RuntimeException);
94 virtual sal_Int32 SAL_CALL getSelectionEnd() throw (::com::sun::star::uno::RuntimeException);
96 virtual ::rtl::OUString SAL_CALL getText() throw (::com::sun::star::uno::RuntimeException);
104 …virtual sal_Int32 SAL_CALL getAccessibleActionCount( ) throw (::com::sun::star::uno::RuntimeExcept…
110 …virtual ::com::sun::star::uno::Any SAL_CALL getCurrentValue( ) throw (::com::sun::star::uno::Runt…
[all …]
/trunk/main/cppuhelper/source/
H A Dfactory.cxx105 Any SAL_CALL queryInterface( const Type & rType )
123 OUString SAL_CALL getImplementationName()
347 void SAL_CALL acquire() throw() in acquire()
349 void SAL_CALL release() throw() in release()
574 virtual void SAL_CALL acquire() throw ();
575 virtual void SAL_CALL release() throw ();
577 virtual Sequence< Type > SAL_CALL getTypes()
593 virtual void SAL_CALL getFastPropertyValue(
614 sal_Bool SAL_CALL releaseOnNotification()
987 OUString SAL_CALL getImplementationName()
[all …]
/trunk/main/desktop/source/deployment/registry/inc/
H A Ddp_backend.h82 virtual void SAL_CALL disposing();
149 virtual void SAL_CALL addEventListener(
157 virtual void SAL_CALL addModifyListener(
168 SAL_CALL isRegistered(
193 virtual void SAL_CALL registerPackage(
202 virtual void SAL_CALL revokePackage(
210 virtual sal_Bool SAL_CALL isBundle()
213 SAL_CALL getBundle(
252 virtual void SAL_CALL exportTo(
265 virtual sal_Bool SAL_CALL isRemoved()
[all …]
/trunk/main/forms/source/component/
H A DFilter.hxx98 virtual void SAL_CALL dispose(void) throw( ::com::sun::star::uno::RuntimeException );
105 virtual ::rtl::OUString SAL_CALL getText() throw( ::com::sun::star::uno::RuntimeException );
106 …virtual ::rtl::OUString SAL_CALL getSelectedText() throw( ::com::sun::star::uno::RuntimeException …
109 virtual sal_Bool SAL_CALL isEditable() throw( ::com::sun::star::uno::RuntimeException );
110 …virtual void SAL_CALL setEditable( sal_Bool bEditable ) throw( ::com::sun::star::uno::RuntimeExc…
111 …virtual void SAL_CALL setMaxTextLen( sal_Int16 nLength ) throw( ::com::sun::star::uno::RuntimeEx…
112 virtual sal_Int16 SAL_CALL getMaxTextLen() throw( ::com::sun::star::uno::RuntimeException );
117 virtual sal_Bool SAL_CALL commit() throw( ::com::sun::star::uno::RuntimeException );
133 …virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeEx…
138 static ::rtl::OUString SAL_CALL getImplementationName_Static();
[all …]
/trunk/main/sc/source/ui/inc/
H A DAccessibleDocument.hxx105 SAL_CALL getAccessibleAtPoint(
115 virtual sal_Int32 SAL_CALL
131 virtual ::rtl::OUString SAL_CALL
139 virtual void SAL_CALL
144 virtual sal_Bool SAL_CALL
149 virtual void SAL_CALL
153 virtual void SAL_CALL
157 virtual sal_Int32 SAL_CALL
167 virtual void SAL_CALL
184 virtual ::rtl::OUString SAL_CALL
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx144 void SAL_CALL MacabPreparedStatement::close() throw(SQLException, RuntimeException) in close()
162 sal_Bool SAL_CALL MacabPreparedStatement::execute() throw(SQLException, RuntimeException) in execute()
172 sal_Int32 SAL_CALL MacabPreparedStatement::executeUpdate() throw(SQLException, RuntimeException) in executeUpdate()
217 void SAL_CALL MacabPreparedStatement::setBoolean(sal_Int32, sal_Bool) throw(SQLException, RuntimeEx… in setBoolean()
225 void SAL_CALL MacabPreparedStatement::setByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeExcep… in setByte()
233 void SAL_CALL MacabPreparedStatement::setShort(sal_Int32, sal_Int16) throw(SQLException, RuntimeExc… in setShort()
241 void SAL_CALL MacabPreparedStatement::setInt(sal_Int32, sal_Int32) throw(SQLException, RuntimeExcep… in setInt()
249 void SAL_CALL MacabPreparedStatement::setLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeExce… in setLong()
257 void SAL_CALL MacabPreparedStatement::setFloat(sal_Int32, float) throw(SQLException, RuntimeExcepti… in setFloat()
265 void SAL_CALL MacabPreparedStatement::setDouble(sal_Int32, double) throw(SQLException, RuntimeExcep… in setDouble()
[all …]
/trunk/main/cppuhelper/test/loader/
H A Dloader.test.cxx46 …virtual rtl::OUString SAL_CALL getKeyName() throw (uno::RuntimeException) { return rtl::OUString()… in getKeyName()
49 …virtual sal_Bool SAL_CALL isReadOnly( ) throw (registry::InvalidRegistryException, uno::RuntimeEx… in isReadOnly()
50 virtual sal_Bool SAL_CALL isValid( ) throw (uno::RuntimeException) {return sal_False;}; in isValid()
53 …virtual sal_Int32 SAL_CALL getLongValue( ) throw (registry::InvalidRegistryException, registry::I… in getLongValue()
54 …virtual void SAL_CALL setLongValue( sal_Int32 /*value*/ ) throw (registry::InvalidRegistryExceptio… in setLongValue()
58 …virtual void SAL_CALL setAsciiValue( const rtl::OUString& /*value*/ ) throw (registry::InvalidRegi… in setAsciiValue()
62 …virtual void SAL_CALL setStringValue( const rtl::OUString& /*value*/ ) throw (registry::InvalidReg… in setStringValue()
66 …virtual void SAL_CALL setBinaryValue( const uno::Sequence< sal_Int8 >& /*value*/ ) throw (registry… in setBinaryValue()
69 …virtual void SAL_CALL closeKey( ) throw (registry::InvalidRegistryException, uno::RuntimeExceptio… in closeKey()
70 …virtual void SAL_CALL deleteKey( const rtl::OUString& /*rKeyName*/ ) throw (registry::InvalidRegis… in deleteKey()
[all …]
/trunk/main/dbaccess/source/core/inc/
H A Dcallablestatement.hxx51 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (…
52 …virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw (::com::s…
56 virtual void SAL_CALL acquire() throw();
57 virtual void SAL_CALL release() throw();
60 …virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw(::com::sun::star::uno::RuntimeExc…
61 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) t…
68 …virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star…
71 …virtual sal_Int8 SAL_CALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
73 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
75 …virtual float SAL_CALL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExceptio…
[all …]
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx97 virtual void SAL_CALL acquire() throw () in acquire()
100 virtual void SAL_CALL release() throw ();
205 virtual sal_Int32 SAL_CALL
231 virtual void SAL_CALL setBaseToBase( in setBaseToBase()
236 virtual void SAL_CALL setDerivedToBase( in setDerivedToBase()
273 SAL_CALL roundTripInterfaceToInterface( in roundTripInterfaceToInterface()
279 SAL_CALL roundTripBaseToInterface( in roundTripBaseToInterface()
285 SAL_CALL roundTripDerivedToInterface( in roundTripDerivedToInterface()
291 SAL_CALL roundTripBaseToBase( in roundTripBaseToBase()
297 SAL_CALL roundTripDerivedToBase( in roundTripDerivedToBase()
[all …]
/trunk/main/vcl/test/
H A Ddndtest.cxx93 virtual void SAL_CALL drop( const DropTargetDropEvent& dtde ) throw(RuntimeException);
95 virtual void SAL_CALL dragExit( const DropTargetEvent& dte ) throw(RuntimeException);
96 virtual void SAL_CALL dragOver( const DropTargetDragEvent& dtde ) throw(RuntimeException);
100 virtual void SAL_CALL dragExit( const DragSourceEvent& dse ) throw(RuntimeException);
101 virtual void SAL_CALL dragOver( const DragSourceDragEvent& dsde ) throw(RuntimeException);
103 virtual void SAL_CALL disposing( const EventObject& eo ) throw(RuntimeException);
145 virtual Sequence< DataFlavor > SAL_CALL getTransferDataFlavors( ) throw(RuntimeException);
377 void SAL_CALL MyDragAndDropListener::disposing( const EventObject& ) throw(RuntimeException) in disposing()
421 Any SAL_CALL StringTransferable::getTransferData( const DataFlavor& ) in getTransferData()
429 Sequence< DataFlavor > SAL_CALL StringTransferable::getTransferDataFlavors( ) in getTransferDataFlavors()
[all …]
/trunk/main/extensions/source/logging/
H A Dfilehandler.cxx112 virtual ::rtl::OUString SAL_CALL getEncoding() throw (RuntimeException);
116 virtual ::sal_Int32 SAL_CALL getLevel() throw (RuntimeException);
118 virtual void SAL_CALL flush( ) throw (RuntimeException);
125 virtual ::rtl::OUString SAL_CALL getImplementationName() throw(RuntimeException);
130 virtual void SAL_CALL disposing();
134 static ::rtl::OUString SAL_CALL getImplementationName_static();
251 void SAL_CALL FileHandler::disposing() in disposing()
277 ::rtl::OUString SAL_CALL FileHandler::getEncoding() throw (RuntimeException) in getEncoding()
307 ::sal_Int32 SAL_CALL FileHandler::getLevel() throw (RuntimeException) in getLevel()
321 void SAL_CALL FileHandler::flush( ) throw (RuntimeException) in flush()
[all …]
H A Dsysloghandler.cxx102 virtual ::rtl::OUString SAL_CALL getEncoding() throw (RuntimeException);
106 virtual ::sal_Int32 SAL_CALL getLevel() throw (RuntimeException);
108 virtual void SAL_CALL flush( ) throw (RuntimeException);
115 virtual ::rtl::OUString SAL_CALL getImplementationName() throw(RuntimeException);
120 virtual void SAL_CALL disposing();
124 static ::rtl::OUString SAL_CALL getImplementationName_static();
158 void SAL_CALL SyslogHandler::disposing() in disposing()
176 ::rtl::OUString SAL_CALL SyslogHandler::getEncoding() throw (RuntimeException) in getEncoding()
206 ::sal_Int32 SAL_CALL SyslogHandler::getLevel() throw (RuntimeException) in getLevel()
220 void SAL_CALL SyslogHandler::flush( ) throw (RuntimeException) in flush()
[all …]
/trunk/main/sw/source/core/access/
H A Daccfield.hxx93 virtual void SAL_CALL addEventListener(
97 virtual void SAL_CALL removeEventListener(
108 virtual void SAL_CALL acquire( ) throw () ;
109 virtual void SAL_CALL release( ) throw () ;
136 virtual sal_Int32 SAL_CALL
141 virtual sal_Int16 SAL_CALL
146 virtual ::rtl::OUString SAL_CALL
151 virtual ::rtl::OUString SAL_CALL
175 virtual sal_Bool SAL_CALL containsPoint(
196 virtual void SAL_CALL grabFocus()
[all …]
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.hxx85 …virtual ::sal_Int32 SAL_CALL getRowAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::star::…
86 …virtual ::sal_Int32 SAL_CALL getColumnAtPoint(::sal_Int32 x, ::sal_Int32 y) throw (::com::sun::sta…
87 … virtual ::sal_Int32 SAL_CALL getCurrentColumn( ) throw (::com::sun::star::uno::RuntimeException);
88 virtual ::sal_Int32 SAL_CALL getCurrentRow( ) throw (::com::sun::star::uno::RuntimeException);
93 virtual void SAL_CALL selectAllRows() throw (::com::sun::star::uno::RuntimeException);
95 virtual void SAL_CALL deselectAllRows() throw (::com::sun::star::uno::RuntimeException);
96 …virtual ::com::sun::star::uno::Sequence< ::sal_Int32 > SAL_CALL getSelectedRows() throw (::com::su…
97 virtual ::sal_Bool SAL_CALL hasSelectedRows() throw (::com::sun::star::uno::RuntimeException);
98 …virtual ::sal_Bool SAL_CALL isRowSelected(::sal_Int32 index) throw (::com::sun::star::uno::Runtime…
107 void SAL_CALL dispose( ) throw(::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/i18npool/inc/
H A Dcalendar_gregorian.hxx52 void SAL_CALL init(Era *_eraArray);
61 …virtual void SAL_CALL setDateTime(double nTimeInDays) throw(com::sun::star::uno::RuntimeException);
62 virtual double SAL_CALL getDateTime() throw(com::sun::star::uno::RuntimeException);
66 virtual sal_Bool SAL_CALL isValid() throw (com::sun::star::uno::RuntimeException);
67 virtual Calendar SAL_CALL getLoadedCalendar() throw(com::sun::star::uno::RuntimeException);
68 virtual rtl::OUString SAL_CALL getUniqueID() throw(com::sun::star::uno::RuntimeException);
69 virtual sal_Int16 SAL_CALL getFirstDayOfWeek() throw(com::sun::star::uno::RuntimeException);
70 …virtual void SAL_CALL setFirstDayOfWeek(sal_Int16 nDay) throw(com::sun::star::uno::RuntimeExceptio…
73 … virtual sal_Int16 SAL_CALL getNumberOfMonthsInYear() throw(com::sun::star::uno::RuntimeException);
74 virtual sal_Int16 SAL_CALL getNumberOfDaysInWeek() throw(com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/chart2/source/model/main/
H A DUndoManager.hxx60 virtual void SAL_CALL acquire( ) throw ();
61 virtual void SAL_CALL release( ) throw ();
67 …virtual void SAL_CALL enterUndoContext( const ::rtl::OUString& i_title ) throw (::com::sun::star::…
69 …virtual void SAL_CALL leaveUndoContext( ) throw (::com::sun::star::util::InvalidStateException, :…
73 … virtual ::sal_Bool SAL_CALL isUndoPossible( ) throw (::com::sun::star::uno::RuntimeException);
74 … virtual ::sal_Bool SAL_CALL isRedoPossible( ) throw (::com::sun::star::uno::RuntimeException);
79 …virtual void SAL_CALL clear( ) throw (::com::sun::star::document::UndoContextNotClosedException, …
81 virtual void SAL_CALL reset( ) throw (::com::sun::star::uno::RuntimeException);
86 virtual void SAL_CALL lock( ) throw (::com::sun::star::uno::RuntimeException);
87 …virtual void SAL_CALL unlock( ) throw (::com::sun::star::util::NotLockedException, ::com::sun::st…
[all …]
H A DChartModel.cxx258 void SAL_CALL ChartModel::impl_notifyCloseListeners() in impl_notifyCloseListeners()
531 void SAL_CALL ChartModel::dispose() throw(uno::RuntimeException) in dispose()
619 void SAL_CALL ChartModel::close( sal_Bool bDeliverOwnership ) in close()
676 uno::Sequence< uno::Type > SAL_CALL ChartModel::getTypes() in getTypes()
700 uno::Reference< document::XDocumentProperties > SAL_CALL
808 sal_Bool SAL_CALL ChartModel::hasInternalDataProvider() in hasInternalDataProvider()
990 uno::Reference< chart2::XTitle > SAL_CALL ChartModel::getTitleObject() in getTitleObject()
1038 Reference< util::XCloneable > SAL_CALL ChartModel::createClone() in createClone()
1130 ::sal_Int32 SAL_CALL ChartModel::getMapUnit( ::sal_Int64 nAspect ) in getMapUnit()
1285 Sequence< OUString > SAL_CALL ChartModel::getAvailableServiceNames() in getAvailableServiceNames()
[all …]
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dimp_share.hxx184 SAL_CALL startRootElement(
231 SAL_CALL startChildElement(
243 SAL_CALL startChildElement(
281 SAL_CALL startChildElement(
328 SAL_CALL startChildElement(
483 SAL_CALL startChildElement(
522 SAL_CALL startChildElement(
540 SAL_CALL startChildElement(
562 SAL_CALL startChildElement(
585 SAL_CALL startChildElement(
[all …]

Completed in 244 milliseconds

1...<<11121314151617181920>>...207