Home
last modified time | relevance | path

Searched refs:star (Results 451 – 475 of 14708) sorted by relevance

1...<<11121314151617181920>>...589

/trunk/main/basic/source/inc/
H A Dscriptcont.hxx42 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > mxCodeNameAccess;
53 const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer>& xLibrary,
55 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& xOutput
61 const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer>& xLibrary,
64 const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& xElementStream );
73 …t ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage>& xStorage, const ::com::sun…
77 const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage,
79 …com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess > xToUseSFI, const ::com:…
132 static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL Create
166 const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess >& xSFI
[all …]
/trunk/main/svtools/inc/svtools/
H A Dstatusbarcontroller.hxx56 … const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
62 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > getFrameInterface() const;
64 …::com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager > getLayoutManager() con…
65 …::com::sun::star::uno::Reference< ::com::sun::star::util::XURLTransformer > getURLTransformer() co…
73 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
78 …nst ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments ) throw (::com::sun:…
111 …Listener( const ::com::sun::star::util::URL& rURL, const ::com::sun::star::uno::Reference< ::com::… in Listener()
115 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch;
119 com::sun::star::uno::Reference< com::sun::star::frame::XDispatch >,
138 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > m_xFrame;
[all …]
/trunk/main/chart2/source/model/inc/
H A DXMLFilter.hxx59 ::com::sun::star::document::XFilter,
60 ::com::sun::star::document::XExporter,
61 ::com::sun::star::document::XImporter,
62 ::com::sun::star::lang::XServiceInfo >
77 const ::com::sun::star::uno::Sequence<
130 ::com::sun::star::uno::Reference<
152 ::com::sun::star::uno::Reference<
154 ::com::sun::star::uno::Reference<
156 ::com::sun::star::uno::Reference<
175 static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL create( in create()
[all …]
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.hxx55 bool create( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments );
90 … const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowListener >& xListener )
94 … const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowListener >& xListener )
98 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener )
102 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener )
106 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XKeyListener >& xListener )
110 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XKeyListener >& xListener )
114 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XMouseListener >& xListener )
118 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XMouseListener >& xListener )
130 const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XPaintListener >& xListener )
[all …]
/trunk/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx54 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
58 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
71 …tual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::star
72 …tual ::com::sun::star::util::Time SAL_CALL getTime( sal_Int32 columnIndex ) throw(::com::sun::star
74star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( sal_Int32 col…
75star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream( sal_Int32 …
76star::uno::Any SAL_CALL getObject( sal_Int32 columnIndex, const ::com::sun::star::uno::Reference< …
77star::uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( sal_Int32 columnIndex ) thro…
78star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_Int32 columnIndex ) th…
79star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_Int32 columnIndex ) th…
[all …]
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java24 package com.sun.star.comp.beans;
26 import com.sun.star.uno.UnoRuntime;
363 com.sun.star.util.CloseVetoException, in clearDocument()
388 com.sun.star.util.XCloseable xCloseable = (com.sun.star.util.XCloseable) in clear()
422 com.sun.star.lang.XComponent xComp = (com.sun.star.lang.XComponent) in clear()
546 com.sun.star.util.CloseVetoException in loadFromURL()
579 com.sun.star.awt.XWindow xWindow = in loadFromURL()
610 com.sun.star.frame.XComponentLoader xLoader = (com.sun.star.frame.XComponentLoader) in loadFromURL()
725 com.sun.star.util.CloseVetoException in loadFromStream()
776 com.sun.star.util.CloseVetoException in loadFromByteArray()
[all …]
/trunk/main/sw/qa/unoapi/
H A Dknownissues.xcl22 sw.SwXCellRange::com::sun::star::text::CellRange
25 sw.SwXCell::com::sun::star::text::CellProperties
26 sw.SwXCell::com::sun::star::beans::XPropertySet
48 sw.PageStyle::com::sun::star::style::PageProperties
51 sw.PageStyle::com::sun::star::style::XStyle
67 sw.SwXParagraph::com::sun::star::beans::XPropertySet
69 sw.SwXTextRange::com::sun::star::beans::XPropertySet
71 sw.SwXTextCursor::com::sun::star::beans::XPropertySet
74 sw.SwXTextSection::com::sun::star::text::TextSection
122 sw.SwXTextDocument::com::sun::star::frame::XStorable
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/cfgmgr2/
H A Dcom.sun.star.comp.configuration.ORootElementGroupUpdateAccess.csv1 "ORootElementGroupUpdateAccess";"com::sun::star::container::XNameAccess";"getByName()"
2 "ORootElementGroupUpdateAccess";"com::sun::star::container::XNameAccess";"getElementNames()"
3 "ORootElementGroupUpdateAccess";"com::sun::star::container::XNameAccess";"hasByName()"
7 "ORootElementGroupUpdateAccess";"com::sun::star::container::XNameReplace";"replaceByName()"
10 "ORootElementGroupUpdateAccess";"com::sun::star::util::XChangesBatch";"commitChanges()"
11 "ORootElementGroupUpdateAccess";"com::sun::star::util::XChangesBatch";"hasPendingChanges()"
15 "ORootElementGroupUpdateAccess";"com::sun::star::lang::XComponent";"dispose()"
16 "ORootElementGroupUpdateAccess";"com::sun::star::lang::XComponent";"addEventListener()"
25 "ORootElementGroupUpdateAccess";"com::sun::star::beans::XExactName";"getExactName()"
46 "ORootElementGroupUpdateAccess";"com::sun::star::container::XNamed";"getName()"
[all …]
H A Dcom.sun.star.comp.configuration.OInnerTreeSetUpdateAccess.csv1 "OInnerTreeSetUpdateAccess";"com::sun::star::container::XNameAccess";"getByName()"
2 "OInnerTreeSetUpdateAccess";"com::sun::star::container::XNameAccess";"getElementNames()"
3 "OInnerTreeSetUpdateAccess";"com::sun::star::container::XNameAccess";"hasByName()"
7 "OInnerTreeSetUpdateAccess";"com::sun::star::container::XNameReplace";"replaceByName()"
8 "OInnerTreeSetUpdateAccess";"com::sun::star::container::XNameContainer";"insertByName()"
9 "OInnerTreeSetUpdateAccess";"com::sun::star::container::XNameContainer";"removeByName()"
13 "OInnerTreeSetUpdateAccess";"com::sun::star::lang::XLocalizable#optional";"setLocale()"
15 "OInnerTreeSetUpdateAccess";"com::sun::star::lang::XComponent#optional";"dispose()"
25 "OInnerTreeSetUpdateAccess";"com::sun::star::beans::XExactName";"getExactName()"
46 "OInnerTreeSetUpdateAccess";"com::sun::star::container::XNamed";"getName()"
[all …]
H A Dcom.sun.star.comp.configuration.OInnerValueSetUpdateAccess.csv1 "OInnerValueSetUpdateAccess";"com::sun::star::container::XNameAccess";"getByName()"
2 "OInnerValueSetUpdateAccess";"com::sun::star::container::XNameAccess";"getElementNames()"
3 "OInnerValueSetUpdateAccess";"com::sun::star::container::XNameAccess";"hasByName()"
7 "OInnerValueSetUpdateAccess";"com::sun::star::container::XNameReplace";"replaceByName()"
8 "OInnerValueSetUpdateAccess";"com::sun::star::container::XNameContainer";"insertByName()"
9 "OInnerValueSetUpdateAccess";"com::sun::star::container::XNameContainer";"removeByName()"
13 "OInnerValueSetUpdateAccess";"com::sun::star::lang::XLocalizable#optional";"setLocale()"
15 "OInnerValueSetUpdateAccess";"com::sun::star::lang::XComponent#optional";"dispose()"
25 "OInnerValueSetUpdateAccess";"com::sun::star::beans::XExactName";"getExactName()"
46 "OInnerValueSetUpdateAccess";"com::sun::star::container::XNamed";"getName()"
[all …]
H A Dcom.sun.star.comp.configuration.ORootElementTreeSetUpdateAccess.csv1 "ORootElementTreeSetUpdateAccess";"com::sun::star::container::XNameAccess";"getByName()"
2 "ORootElementTreeSetUpdateAccess";"com::sun::star::container::XNameAccess";"getElementNames()"
3 "ORootElementTreeSetUpdateAccess";"com::sun::star::container::XNameAccess";"hasByName()"
7 "ORootElementTreeSetUpdateAccess";"com::sun::star::container::XNameReplace";"replaceByName()"
8 "ORootElementTreeSetUpdateAccess";"com::sun::star::container::XNameContainer";"insertByName()"
10 "ORootElementTreeSetUpdateAccess";"com::sun::star::util::XChangesBatch";"commitChanges()"
15 "ORootElementTreeSetUpdateAccess";"com::sun::star::lang::XComponent";"dispose()"
16 "ORootElementTreeSetUpdateAccess";"com::sun::star::lang::XComponent";"addEventListener()"
25 "ORootElementTreeSetUpdateAccess";"com::sun::star::beans::XExactName";"getExactName()"
46 "ORootElementTreeSetUpdateAccess";"com::sun::star::container::XNamed";"getName()"
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dpropertycomposer.hxx63 …typedef ::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::inspection::XPropertyHa…
84 …n::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxIntrospectee ) throw (::com::sun:…
85star::uno::Any SAL_CALL getPropertyValue( const ::rtl::OUString& _rPropertyName ) throw (…
87star::uno::Any SAL_CALL convertToPropertyValue( const ::rtl::OUString& _rPropertyName, const ::com…
88star::uno::Any SAL_CALL convertToControlValue( const ::rtl::OUString& _rPropertyName, const ::com:…
89 virtual ::com::sun::star::beans::PropertyState
93 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >
100star::uno::Reference< ::com::sun::star::inspection::XPropertyControlFactory >& _rxControlFactory )…
103star::uno::Any& _rData, const ::com::sun::star::uno::Reference< ::com::sun::star::inspection::XObj…
104star::uno::Any& _rNewValue, const ::com::sun::star::uno::Any& _rOldValue, const ::com::sun::star::…
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.hxx90 …OSharedConnection(::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation >& _rxProx…
96 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw… in getTypes()
104 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& _rT… in queryInterface()
113 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:… in close()
140 …:sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& /*typeMap*/ ) throw(::com:… in setTypeMap()
145 …::star::uno::Reference< ::com::sun::star::sdbc::XStatement > SAL_CALL createStatement( ) throw(::…
146star::uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareStatement( cons…
147star::uno::Reference< ::com::sun::star::sdbc::XPreparedStatement > SAL_CALL prepareCall( const ::r…
150 …virtual void SAL_CALL commit( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
153 …:star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > SAL_CALL getMetaData( ) throw(…
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx55 ::com::sun::star::util::URL aCommand;
56 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch;
60 …::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > TryGetDispatch( SfxFram…
106 … const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArgs,
107 …const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchResultListener >& rListe…
108 …om::sun::star::util::URL& aURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Pr…
109 …:sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl, const ::com::su…
110 …:sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > & xControl, const ::com::su…
175 ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XFrame > xFrame;
198 …const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchResultListener >& rListe…
[all …]
H A Dsfxbasecontroller.hxx64 #define ANY ::com::sun::star::uno::Any
73 #define UNOURL ::com::sun::star::util::URL
150 …::com::sun::star::uno::Reference< ::com::sun::star::task::XStatusIndicator > SAL_CALL getStatusInd…
155 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > SAL_CALL getComponentWi…
157 …rtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getCreati…
308 …virtual ::com::sun::star::frame::BorderWidths SAL_CALL getBorder() throw (::com::sun::star::uno::R…
311 …m::sun::star::awt::Rectangle SAL_CALL queryBorderedArea( const ::com::sun::star::awt::Rectangle& a…
364 …eyHandler( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XKeyHandler >& xHandler …
365 …eyHandler( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XKeyHandler >& xHandler …
366 …andler( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XMouseClickHandler >& xHand…
[all …]
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibleedit.hxx43 ::com::sun::star::accessibility::XAccessibleAction,
76 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() thr…
80star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL getAccessibleChild( …
87star::uno::Reference< ::com::sun::star::accessibility::XAccessibleKeyBinding > SAL_CALL getAccessi…
93star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getCharacterAttributes( sal…
94 …sun::star::awt::Rectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::com::sun::star:…
96 …_Int32 SAL_CALL getIndexAtPoint( const ::com::sun::star::awt::Point& aPoint ) throw (::com::sun::s…
103star::accessibility::TextSegment SAL_CALL getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) …
104star::accessibility::TextSegment SAL_CALL getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextTyp…
105star::accessibility::TextSegment SAL_CALL getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextTyp…
[all …]
/trunk/main/sfx2/source/appl/
H A Dhelpinterceptor.hxx67 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > m_xSlaveDispatcher;
68 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > m_xMasterDispatcher;
70 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener > m_xListener;
96 virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > SAL_CALL
98 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::frame…
102 virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > SAL_CALL
105 virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > SAL_CALL
114 …om::sun::star::util::URL& aURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Pr…
115 …:sun::star::uno::Reference< ::com::sun::star::frame::XStatusListener >& xControl, const ::com::sun…
150 ::com::sun::star::uno::Reference < ::com::sun::star::frame::XDispatch > xDispatch;
[all …]
/trunk/main/avmedia/source/xine/
H A Dwindow.hxx50 … bool create( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArguments );
60 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getPosSize( ) throw (::com::sun::star::uno::Run…
64 …istener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowListener >& xListen…
65 …istener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowListener >& xListen…
66 …istener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListene…
67 …istener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListene…
68 …Listener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XKeyListener >& xListener…
69 …Listener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XKeyListener >& xListener…
70 …istener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XMouseListener >& xListene…
74 …istener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XPaintListener >& xListene…
[all …]
/trunk/main/dbaccess/source/inc/
H A Dapitools.hxx62 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xParent;
67 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _xParent);
70 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (…
78 inline operator ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > () const in operator ::com::sun::star::uno::Reference<::com::sun::star::uno::XInterface>()
169 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > \
192 static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > \
247 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
277 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > classname::getTypes() throw (::com:…
287 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > classname::getTypes() throw (::com:…
327 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps; \
[all …]
/trunk/main/svx/inc/svx/
H A Ddbtoolsclient.hxx94 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _rxConn,
113 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> connectRowset(
114 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet,
122 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> getRowSetConnection(
123 const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet>& _rxRowSet)
128 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxOld,
129 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxNew,
142 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xTable
148 const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxContext,
154 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDataSource > getDataSource(
[all …]
/trunk/main/forms/source/component/
H A DImageControl.hxx55 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XImageProducer> m_xImageProducer;
60 ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphicObject >
66 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
81 …virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _r…
92 …::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream) throw ( ::c…
93 …m::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStream) throw ( ::co…
96 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XImageProducer> SAL_CALL getImage…
105 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rAggregateProps
108 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& /* [out] */ _rProps
163 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type> _getTypes();
[all …]
/trunk/main/framework/inc/uielement/
H A Drootitemcontainer.hxx91star::lang::IllegalArgumentException, ::com::sun::star::lang::IndexOutOfBoundsException, ::com::su…
94 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetExc…
98star::lang::IllegalArgumentException, ::com::sun::star::lang::IndexOutOfBoundsException, ::com::su…
105 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetExc…
111 return ::getCppuType((com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue >*)0); in getElementType()
118star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL createInstanceWithContext( cons…
119star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL createInstanceWithArgumentsAndC…
133 …rtual ::com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo > SAL_CALL getProp…
135 …static const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > impl_getStaticPr…
142 …om::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > deepCopyContainer( const …
[all …]
H A Dtoolbarmanager.hxx76 namespace star namespace
100 … const com::sun::star::uno::Reference< com::sun::star::frame::XFrame >& rFrame,
149 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager > xLayoutManager;
150 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > xWindow;
188 …void UpdateController( ::com::sun::star::uno::Reference< ::com::sun::star::frame::XToolbarControll…
196 … ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > GetModelFromFrame() const;
227 …com::sun::star::uno::Reference< ::com::sun::star::util::XURLTransformer > m_xURLTrans…
228 … com::sun::star::uno::Reference< com::sun::star::frame::XFrame > m_xFrame;
229 …com::sun::star::uno::Reference< com::sun::star::container::XNameAccess > m_xUIComman…
232 …::com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xServiceM…
[all …]
/trunk/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx51 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
66 …tual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::star
67 …tual ::com::sun::star::util::Time SAL_CALL getTime( sal_Int32 columnIndex ) throw(::com::sun::star
68 …::com::sun::star::util::DateTime SAL_CALL getTimestamp( sal_Int32 columnIndex ) throw(::com::sun::
69star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( sal_Int32 col…
70star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream( sal_Int32 …
71star::uno::Any SAL_CALL getObject( sal_Int32 columnIndex, const ::com::sun::star::uno::Reference< …
72star::uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( sal_Int32 columnIndex ) thro…
73star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_Int32 columnIndex ) th…
74star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_Int32 columnIndex ) th…
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.hxx76 using namespace com::sun::star;
128 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > m_xStartRange;
132 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextField > m_xTextField;
133 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xTOC;//TOX
140 FieldContext(::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > xStart);
174 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextAppend > xTextAppend;
235 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > m_xTextRange;
240 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > xTextRange ) in BookmarkInsertPosition()
250 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > m_xStart;
251 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > m_xEnd;
[all …]

Completed in 169 milliseconds

1...<<11121314151617181920>>...589