Home
last modified time | relevance | path

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

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

/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/main/fpicker/source/win32/filepicker/
H A DFilePicker.cxx73 uno::Sequence<rtl::OUString> SAL_CALL FilePicker_getSupportedServiceNames() in FilePicker_getSupportedServiceNames()
161 void SAL_CALL CFilePicker::fileSelectionChanged(FilePickerEvent aEvent) in fileSelectionChanged()
172 void SAL_CALL CFilePicker::directoryChanged(FilePickerEvent aEvent) in directoryChanged()
183 void SAL_CALL CFilePicker::controlStateChanged(FilePickerEvent aEvent) in controlStateChanged()
194 void SAL_CALL CFilePicker::dialogSizeChanged() in dialogSizeChanged()
320 void SAL_CALL CFilePicker::setCurrentFilter(const rtl::OUString& aTitle) in setCurrentFilter()
355 void SAL_CALL CFilePicker::setDefaultName(const rtl::OUString& aName) in setDefaultName()
441 sal_Int16 SAL_CALL CFilePicker::execute() throw(uno::RuntimeException) in execute()
525 rtl::OUString SAL_CALL CFilePicker::getLabel(sal_Int16 aControlId) in getLabel()
752 void SAL_CALL CFilePicker::cancel() in cancel()
[all …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/main/vos/inc/vos/
H A Dthread.hxx96 sal_Bool SAL_CALL create();
104 void SAL_CALL suspend();
107 void SAL_CALL resume();
112 virtual void SAL_CALL terminate();
115 virtual void SAL_CALL kill();
118 void SAL_CALL join();
121 sal_Bool SAL_CALL isRunning();
161 sal_Bool SAL_CALL awake();
176 static void SAL_CALL yield();
181 virtual void SAL_CALL run() = 0;
[all …]
/aoo4110/main/sw/inc/
H A Dunoport.hxx138 void SAL_CALL SetPropertyValues_Impl(
142 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL GetPropertyValues_Impl(
177 virtual rtl::OUString SAL_CALL getString() throw( ::com::sun::star::uno::RuntimeException );
213 virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException );
222 …virtual rtl::OUString SAL_CALL getImplementationName() throw( ::com::sun::star::uno::RuntimeExcept…
295 virtual sal_Int64 SAL_CALL getSomething(
300 virtual sal_Bool SAL_CALL hasMoreElements()
302 virtual ::com::sun::star::uno::Any SAL_CALL nextElement()
308 virtual rtl::OUString SAL_CALL getImplementationName()
310 virtual sal_Bool SAL_CALL supportsService(const rtl::OUString& ServiceName)
[all …]
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 …]
H A Dunotextbodyhf.hxx62 virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
75 SAL_CALL getTypes()
77 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL
82 virtual ::rtl::OUString SAL_CALL getImplementationName()
84 virtual sal_Bool SAL_CALL supportsService(
94 virtual sal_Bool SAL_CALL hasElements()
105 ::com::sun::star::text::XTextCursor > SAL_CALL
163 SAL_CALL getTypes()
170 virtual ::rtl::OUString SAL_CALL getImplementationName()
172 virtual sal_Bool SAL_CALL supportsService(
[all …]
/aoo4110/main/ucb/source/ucp/file/
H A Dfilrset.cxx111 void SAL_CALL
120 void SAL_CALL
151 void SAL_CALL
172 void SAL_CALL in XTYPEPROVIDER_IMPL_10()
187 void SAL_CALL
200 void SAL_CALL
417 void SAL_CALL
427 void SAL_CALL
534 void SAL_CALL
585 void SAL_CALL
[all …]
/aoo4110/main/comphelper/source/container/
H A Denumerablemap.cxx213 virtual Type SAL_CALL getKeyType() throw (RuntimeException);
214 virtual Type SAL_CALL getValueType() throw (RuntimeException);
223 virtual Type SAL_CALL getElementType() throw (RuntimeException);
224 virtual ::sal_Bool SAL_CALL hasElements() throw (RuntimeException);
233 static ::rtl::OUString SAL_CALL getImplementationName_static( );
332 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (RuntimeException);
578 Type SAL_CALL EnumerableMap::getKeyType() throw (RuntimeException) in getKeyType()
585 Type SAL_CALL EnumerableMap::getValueType() throw (RuntimeException) in getValueType()
690 Type SAL_CALL EnumerableMap::getElementType() throw (RuntimeException) in getElementType()
696 ::sal_Bool SAL_CALL EnumerableMap::hasElements() throw (RuntimeException) in hasElements()
[all …]
/aoo4110/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx258 void SAL_CALL AccessibleIconChoiceCtrlEntry::disposing() in disposing()
280 …::rtl::OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getImplementationName() throw(RuntimeExcep… in getImplementationName()
327 …sal_Int32 SAL_CALL AccessibleIconChoiceCtrlEntry::getAccessibleChildCount( ) throw (RuntimeExcept… in getAccessibleChildCount()
345 …sal_Int32 SAL_CALL AccessibleIconChoiceCtrlEntry::getAccessibleIndexInParent( ) throw (RuntimeExc… in getAccessibleIndexInParent()
352 sal_Int16 SAL_CALL AccessibleIconChoiceCtrlEntry::getAccessibleRole( ) throw (RuntimeException) in getAccessibleRole()
364 …::rtl::OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getAccessibleName( ) throw (RuntimeExcept… in getAccessibleName()
426 awt::Rectangle SAL_CALL AccessibleIconChoiceCtrlEntry::getBounds( ) throw (RuntimeException) in getBounds()
431 awt::Point SAL_CALL AccessibleIconChoiceCtrlEntry::getLocation( ) throw (RuntimeException) in getLocation()
436 awt::Point SAL_CALL AccessibleIconChoiceCtrlEntry::getLocationOnScreen( ) throw (RuntimeException) in getLocationOnScreen()
441 awt::Size SAL_CALL AccessibleIconChoiceCtrlEntry::getSize( ) throw (RuntimeException) in getSize()
[all …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/main/connectivity/source/drivers/kab/
H A DKPreparedStatement.cxx131 void SAL_CALL KabPreparedStatement::close() throw(SQLException, RuntimeException) in close()
149 sal_Bool SAL_CALL KabPreparedStatement::execute() throw(SQLException, RuntimeException) in execute()
159 sal_Int32 SAL_CALL KabPreparedStatement::executeUpdate() throw(SQLException, RuntimeException) in executeUpdate()
204 void SAL_CALL KabPreparedStatement::setBoolean(sal_Int32, sal_Bool) throw(SQLException, RuntimeExce… in setBoolean()
212 void SAL_CALL KabPreparedStatement::setByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeExcepti… in setByte()
220 void SAL_CALL KabPreparedStatement::setShort(sal_Int32, sal_Int16) throw(SQLException, RuntimeExcep… in setShort()
228 void SAL_CALL KabPreparedStatement::setInt(sal_Int32, sal_Int32) throw(SQLException, RuntimeExcepti… in setInt()
236 void SAL_CALL KabPreparedStatement::setLong(sal_Int32, sal_Int64) throw(SQLException, RuntimeExcept… in setLong()
244 void SAL_CALL KabPreparedStatement::setFloat(sal_Int32, float) throw(SQLException, RuntimeException) in setFloat()
252 void SAL_CALL KabPreparedStatement::setDouble(sal_Int32, double) throw(SQLException, RuntimeExcepti… in setDouble()
[all …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/main/svtools/source/control/
H A Dvalueacc.cxx390 lang::Locale SAL_CALL ValueSetAcc::getLocale() in getLocale()
503 awt::Rectangle SAL_CALL ValueSetAcc::getBounds() in getBounds()
522 awt::Point SAL_CALL ValueSetAcc::getLocation() in getLocation()
553 awt::Size SAL_CALL ValueSetAcc::getSize() in getSize()
568 void SAL_CALL ValueSetAcc::grabFocus() in grabFocus()
587 sal_Int32 SAL_CALL ValueSetAcc::getForeground( ) in getForeground()
730 void SAL_CALL ValueSetAcc::disposing (void) in disposing()
1084 lang::Locale SAL_CALL ValueItemAcc::getLocale() in getLocale()
1201 awt::Point SAL_CALL ValueItemAcc::getLocation() in getLocation()
1234 awt::Size SAL_CALL ValueItemAcc::getSize() in getSize()
[all …]
/aoo4110/main/unoxml/source/events/
H A Dmouseevent.cxx42 sal_Int32 SAL_CALL CMouseEvent::getScreenX() throw (RuntimeException) in getScreenX()
47 sal_Int32 SAL_CALL CMouseEvent::getScreenY() throw (RuntimeException) in getScreenY()
52 sal_Int32 SAL_CALL CMouseEvent::getClientX() throw (RuntimeException) in getClientX()
57 sal_Int32 SAL_CALL CMouseEvent::getClientY() throw (RuntimeException) in getClientY()
62 sal_Bool SAL_CALL CMouseEvent::getCtrlKey() throw (RuntimeException) in getCtrlKey()
72 sal_Bool SAL_CALL CMouseEvent::getAltKey() throw (RuntimeException) in getAltKey()
77 sal_Bool SAL_CALL CMouseEvent::getMetaKey() throw (RuntimeException) in getMetaKey()
82 sal_Int16 SAL_CALL CMouseEvent::getButton() throw (RuntimeException) in getButton()
93 void SAL_CALL CMouseEvent::initMouseEvent( in initMouseEvent()
136 void SAL_CALL CMouseEvent::initUIEvent(const OUString& typeArg, in initUIEvent()
[all …]
/aoo4110/main/sd/inc/
H A Dstlfamily.hxx64 virtual ::rtl::OUString SAL_CALL getImplementationName() throw(css::uno::RuntimeException);
65 …virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw(css::uno::Ru…
66 …virtual css::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(css::uno::…
69 virtual ::rtl::OUString SAL_CALL getName( ) throw (css::uno::RuntimeException);
70 … virtual void SAL_CALL setName( const ::rtl::OUString& aName ) throw (css::uno::RuntimeException);
74 …virtual css::uno::Sequence< ::rtl::OUString > SAL_CALL getElementNames() throw(css::uno::RuntimeEx…
75 …virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName ) throw(css::uno::RuntimeExcepti…
78 virtual css::uno::Type SAL_CALL getElementType() throw(css::uno::RuntimeException);
79 virtual sal_Bool SAL_CALL hasElements() throw(css::uno::RuntimeException);
82 virtual sal_Int32 SAL_CALL getCount() throw(css::uno::RuntimeException) ;
[all …]

Completed in 182 milliseconds

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