Home
last modified time | relevance | path

Searched refs:NS_UNO (Results 1 – 7 of 7) sorted by relevance

/trunk/main/basic/source/inc/
H A Dpropacc.hxx47 #define NS_UNO ::com::sun::star::uno macro
61 NS_UNO::Reference< ::com::sun::star::beans::XPropertySetInfo > _xInfo;
71 virtual NS_UNO::Reference< NS_BEANS::XPropertySetInfo > SAL_CALL
72 getPropertySetInfo(void) throw( NS_UNO::RuntimeException );
75 const NS_UNO::Any& aValue)
81 virtual NS_UNO::Any SAL_CALL getPropertyValue( const ::rtl::OUString& PropertyName )
84 NS_UNO::RuntimeException);
87 const NS_UNO::Reference< NS_BEANS::XPropertyChangeListener >& )
91 const NS_UNO::Reference< NS_BEANS::XPropertyChangeListener >& )
95 const NS_UNO::Reference< NS_BEANS::XVetoableChangeListener >& )
[all …]
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx95 #define NS_UNO ::com::sun::star::uno macro
111 NS_UNO::Reference < NS_IO::XInputStream > m_xInputStream;
112 NS_UNO::Reference < NS_IO::XOutputStream > m_xOutputStream;
113 NS_UNO::Reference < NS_IO::XSeekable > m_xSeekable;
133 static UcbLockBytesRef CreateLockBytes( const NS_UNO::Reference < NS_UCB::XContent >& xContent,
136 … const NS_UNO::Reference < NS_IO::XInputStream >& xPostData,
137 … const NS_UNO::Reference < NS_TASK::XInteractionHandler >& xInter,
140 static UcbLockBytesRef CreateLockBytes( const NS_UNO::Reference < NS_UCB::XContent >& xContent,
141 … const NS_UNO::Sequence < NS_BEANS::PropertyValue >& rProps,
143 … const NS_UNO::Reference < NS_TASK::XInteractionHandler >& xInter,
[all …]
H A Ducbstreamhelper.hxx52 #define NS_UNO ::com::sun::star::uno macro
67 NS_UNO::Reference < NS_TASK::XInteractionHandler >,
72 static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XInputStream > xStream );
73 static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XStream > xStream );
74 …static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XInputStream > xStream, sal_Bool bClo…
75 …static SvStream* CreateStream( NS_UNO::Reference < NS_IO::XStream > xStream, sal_Bool bCloseStr…
/trunk/main/desktop/source/migration/
H A Dmigration_impl.hxx50 #define NS_UNO com::sun::star::uno macro
97 NS_UNO::Reference< NS_CSS::container::XIndexContainer > m_xPopupMenu;
107 const NS_UNO::Reference< NS_CSS::container::XIndexContainer > xPopupMenu) in MigrationItem()
176NS_UNO::Reference< NS_CSS::ui::XUIConfigurationManager > getConfigManager(const ::rtl::OUString& s…
177NS_UNO::Reference< NS_CSS::container::XIndexContainer > getNewMenubarSettings(const ::rtl::OUStrin…
178NS_UNO::Reference< NS_CSS::container::XIndexContainer > getNewToolbarSettings(const ::rtl::OUStrin…
183 NS_UNO::Sequence< NS_CSS::beans::PropertyValue > m_lCfgManagerSeq;
184 NS_UNO::Sequence< NS_CSS::beans::PropertyValue > m_lNewVersionMenubarSettingsSeq;
185 NS_UNO::Sequence< NS_CSS::beans::PropertyValue > m_lNewVersionToolbarSettingsSeq;
193 NS_UNO::Reference< NS_CSS::lang::XMultiServiceFactory > m_xFactory;
[all …]
H A Dcfgfilter.hxx46 #define NS_UNO com::sun::star::uno macro
72 NS_UNO::Reference< NS_CSS::configuration::backend::XLayerHandler > m_xLayerHandler;
73 NS_UNO::Reference< NS_CSS::configuration::backend::XLayer > m_xSourceLayer;
91 virtual void SAL_CALL initialize(const NS_UNO::Sequence< NS_UNO::Any >& seqArgs)
92 throw (NS_UNO::Exception);
96 const NS_UNO::Reference< NS_CSS::configuration::backend::XLayerHandler >& layerHandler)
146 const NS_UNO::Type& aType,
153 const NS_UNO::Any& aValue )
159 const NS_UNO::Any& aValue,
173 const NS_UNO::Type& aType )
[all …]
/trunk/main/svtools/inc/svtools/
H A Dembedhlp.hxx36 #define NS_UNO ::com::sun::star::uno macro
54 NS_UNO::Reference < NS_EMBED::XEmbeddedObject > mxObj;
63 const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >& operator ->() const { return mxObj; } in operator ->()
64 const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >& GetObject() const { return mxObj; } in GetObject()
68 static sal_Bool TryRunningState( const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >& );
74 static sal_Bool ObjectIsModified( const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >& )
75 throw( NS_UNO::Exception );
76 static NS_UNO::Reference< NS_IO::XInputStream > GetGraphicReplacementStream(
78 const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >&,
86 … void Assign( const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >& xObj, sal_Int64 nAspect );
[all …]
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx275 EmbeddedObjectRef::EmbeddedObjectRef( const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >& xObj, … in EmbeddedObjectRef()
338 void EmbeddedObjectRef::Assign( const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >& xObj, sal_In… in Assign()