Searched refs:XPropertiesChangeNotifier (Results 1 – 25 of 39) sorted by relevance
12
/trunk/main/ucb/qa/complex/tdoc/ |
H A D | _XPropertiesChangeNotifier.java | 26 import com.sun.star.beans.XPropertiesChangeNotifier; 33 public XPropertiesChangeNotifier oObj = null;
|
H A D | CheckContentProvider.java | 25 import com.sun.star.beans.XPropertiesChangeNotifier; 343 xPropChange.oObj = UnoRuntime.queryInterface(XPropertiesChangeNotifier.class, xContent); in checkInterfaces()
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | GnomeVFSDocumentContent.idl | 42 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 87 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | GnomeVFSFolderContent.idl | 42 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 97 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | TransientDocumentsRootContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 155 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | HierarchyLinkContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 156 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | ODMAContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 176 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | TransientDocumentsStreamContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 161 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | WebDAVDocumentContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 176 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | PackageStreamContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 171 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | HelpContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 180 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | HierarchyFolderContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 161 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | FTPContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 198 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | TransientDocumentsFolderContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 173 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | WebDAVFolderContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 173 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | HierarchyRootFolderContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 159 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | TransientDocumentsDocumentContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 163 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | FileContent.idl | 47 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 233 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
H A D | PackageFolderContent.idl | 43 #include <com/sun/star/beans/XPropertiesChangeNotifier.idl> 174 interface com::sun::star::beans::XPropertiesChangeNotifier;
|
/trunk/main/ucbhelper/source/provider/ |
H A D | contenthelper.cxx | 240 static_cast< beans::XPropertiesChangeNotifier * >(this), in queryInterface() 260 beans::XPropertiesChangeNotifier, 337 = static_cast< beans::XPropertiesChangeNotifier * >( this ); in dispose()
|
/trunk/main/udkapi/com/sun/star/beans/ |
H A D | XPropertiesChangeNotifier.idl | 42 published interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface
|
/trunk/main/ucb/source/ucp/file/ |
H A D | bc.cxx | 172 SAL_STATIC_CAST( beans::XPropertiesChangeNotifier*, this ), in queryInterface() 309 beans::XPropertiesChangeNotifier, in XTYPEPROVIDER_IMPL_10() argument
|
H A D | bc.hxx | 75 public com::sun::star::beans::XPropertiesChangeNotifier,
|
/trunk/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 969 Reference< XPropertiesChangeNotifier > xProps(xContent,UNO_QUERY); in UCBOpenContentSync() 1202 Reference< XPropertiesChangeNotifier > xProps ( xContent, UNO_QUERY ); in _UCBOpenContentSync()
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | ContentHelper.hxx | 135 , ::com::sun::star::beans::XPropertiesChangeNotifier
|
Completed in 83 milliseconds
12