Searched refs:getDescriptor (Results 1 – 9 of 9) sorted by relevance
/trunk/main/dbaccess/source/ui/browser/ |
H A D | dbexchange.cxx | 84 m_pRtf.set( new ORTFImportExport( getDescriptor(), _rxORB, _rxFormatter ) ); in ODataClipboard() 101 m_pRtf.set( new ORTFImportExport( getDescriptor(),_rxORB, _rxFormatter ) ); in ODataClipboard() 118 getDescriptor()[ daConnection ] >>= xConnection; in ODataClipboard() 130 getDescriptor()[daCursor] <<= xResultSetClone; in ODataClipboard() 131 getDescriptor()[daSelection] <<= i_rSelectedRows; in ODataClipboard() 132 getDescriptor()[daBookmarkSelection]<<= i_bBookmarkSelection; in ODataClipboard() 183 m_pRtf->initialize(getDescriptor()); in GetData() 188 m_pHtml->initialize(getDescriptor()); in GetData() 210 if ( getDescriptor().has( daConnection ) ) in ObjectReleased() 216 if ( getDescriptor().has( daCursor ) ) in ObjectReleased() [all …]
|
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentDescriptor.java | 88 public byte[] getDescriptor () { in getDescriptor() method in DocumentDescriptor 117 descStream.write(pd.getDescriptor()); in getDescriptor() 215 public byte[] getDescriptor() { in getDescriptor() method in DocumentDescriptor.ParagraphDescriptor
|
H A D | PocketWordDocument.java | 270 dos.write(descriptor.getDescriptor()); in write()
|
/trunk/main/cppuhelper/qa/unourl/ |
H A D | cppu_unourl.cxx | 133 getDescriptor(); in TEST_F() 371 getConnection().getDescriptor(); in TEST_F() 403 getProtocol().getDescriptor(); in TEST_F()
|
/trunk/main/svx/inc/svx/ |
H A D | dbaexchange.hxx | 237 const ODataAccessDescriptor& getDescriptor() const { return m_aDescriptor; } in getDescriptor() function in svx::ODataAccessObjectTransferable 238 ODataAccessDescriptor& getDescriptor() { return m_aDescriptor; } in getDescriptor() function in svx::ODataAccessObjectTransferable
|
/trunk/main/remotebridges/source/unourl_resolver/ |
H A D | unourl_resolver.cxx | 163 aProtocolDescr = aUrl.getProtocol().getDescriptor(); in resolve() 164 aConnectDescr = aUrl.getConnection().getDescriptor(); in resolve()
|
/trunk/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 382 rtl::OString getDescriptor() const; 437 rtl::OString MethodDescriptor::getDescriptor() const { in getDescriptor() function in __anon6e66c8ce0111::MethodDescriptor 2056 desc.getDescriptor()); in handleAggregatingType() 2082 desc.getDescriptor(), code.get(), std::vector< rtl::OString >(), in handleAggregatingType() 2219 gdesc.getDescriptor(), 0, exc, gdesc.getSignature()); in handleInterfaceType() 2234 sdesc.getDescriptor(), 0, exc2, sdesc.getSignature()); in handleInterfaceType() 2319 methodName, desc.getDescriptor(), 0, exc2, in handleInterfaceType() 2812 access, methodName, desc.getDescriptor(), code.get(), exc, in addConstructor() 3221 rtl::OString(RTL_CONSTASCII_STRINGPARAM("get")), desc.getDescriptor(), in handleSingleton()
|
/trunk/main/cppuhelper/inc/cppuhelper/ |
H A D | unourl.hxx | 76 rtl::OUString const & getDescriptor() const;
|
/trunk/main/cppuhelper/source/ |
H A D | unourl.cxx | 172 rtl::OUString const & UnoUrlDescriptor::getDescriptor() const in getDescriptor() function in UnoUrlDescriptor
|
Completed in 42 milliseconds