Searched refs:copyData (Results 1 – 10 of 10) sorted by relevance
/trunk/main/rdbmaker/inc/codemaker/ |
H A D | registry.hxx | 38 sal_Bool copyData) in TypeReader_Impl() 40 , m_copyData(copyData) in TypeReader_Impl() 44 if (copyData) in TypeReader_Impl() 88 sal_Bool copyData) in TypeReader() argument 90 m_pImpl = new TypeReader_Impl(buffer, bufferLen, copyData); in TypeReader()
|
/trunk/main/registry/inc/registry/ |
H A D | reflread.hxx | 119 sal_Bool copyData); 323 sal_Bool copyData) in RegistryTypeReader() argument 327 m_hImpl = m_pApi->createEntry(buffer, bufferLen, copyData); in RegistryTypeReader()
|
/trunk/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 1008 copyData( xInputStream, xOutput ); in insert() 1419 Content::copyData( uno::Reference< io::XInputStream > xIn, in copyData() function in Content 1457 copyData( pStream, xTempOut ); in createTempStream() 1526 copyData( xIn, xOut ); in feedSink()
|
H A D | gvfs_content.hxx | 151 void copyData( ::com::sun::star::uno::Reference<
|
/trunk/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 789 void Content::copyData( uno::Reference< io::XInputStream > xIn, in copyData() function in gio::Content 824 copyData( xIn, xOut ); in feedSink() 1056 copyData( xInputStream, xOutput ); in insert()
|
H A D | gio_content.hxx | 107 void copyData( com::sun::star::uno::Reference< com::sun::star::io::XInputStream > xIn,
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 2309 copyData(pNewTable,0); in alterColumn() 2470 copyData(pNewTable,pNewTable->m_pColumns->getCount()); in addColumn() 2539 copyData(pNewTable,_nPos); in dropColumn() 2576 void ODbaseTable::copyData(ODbaseTable* _pNewTable,sal_Int32 _nPos) in copyData() function in ODbaseTable
|
/trunk/main/connectivity/source/inc/dbase/ |
H A D | DTable.hxx | 105 void copyData(ODbaseTable* _pNewTable,sal_Int32 _nPos);
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.hxx | 157 bool copyData( const Uri & rSourceUri, const rtl::OUString & rNewName );
|
H A D | tdoc_content.cxx | 2186 if ( !copyData( aSourceUri, aNewName ) ) in transfer() 2749 bool Content::copyData( const Uri & rSourceUri, const rtl::OUString & rNewName ) in copyData() function in Content
|
Completed in 76 milliseconds