Searched refs:WriteToSource (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/inc/ |
H A D | dpsave.hxx | 82 void WriteToSource( const com::sun::star::uno::Reference< 177 void WriteToSource( const com::sun::star::uno::Reference< 258 void WriteToSource( const com::sun::star::uno::Reference<
|
/aoo4110/main/sc/source/core/data/ |
H A D | dpsave.cxx | 171 void ScDPSaveMember::WriteToSource( const uno::Reference<uno::XInterface>& xMember, sal_Int32 nPosi… in WriteToSource() function in ScDPSaveMember 561 void ScDPSaveDimension::WriteToSource( const uno::Reference<uno::XInterface>& xDim ) in WriteToSource() function in ScDPSaveDimension 700 pMember->WriteToSource( xMemberInt, nPosition ); in WriteToSource() 1079 void ScDPSaveData::WriteToSource( const uno::Reference<sheet::XDimensionsSupplier>& xSource ) in WriteToSource() function in ScDPSaveData 1177 pDim->WriteToSource( xNew ); in WriteToSource() 1182 pDim->WriteToSource( xIntDim ); in WriteToSource()
|
H A D | dpobject.cxx | 505 pSaveData->WriteToSource( xSource ); in CreateObjects() 525 pSaveData->WriteToSource( xSource ); in CreateObjects()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xipivot.cxx | 99 void XclImpPCItem::WriteToSource( const XclImpRoot& rRoot, const ScAddress& rScPos ) const in WriteToSource() function in XclImpPCItem 239 … maOrigItems[ nItemIdx ]->WriteToSource( GetRoot(), ScAddress( mnSourceScCol, nScRow, nScTab ) ); in WriteOrigItemToSource() 245 maOrigItems.back()->WriteToSource( GetRoot(), ScAddress( mnSourceScCol, nScRow, nScTab ) ); in WriteLastOrigItemToSource()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xipivot.hxx | 43 void WriteToSource( const XclImpRoot& rRoot, const ScAddress& rScPos ) const;
|
Completed in 65 milliseconds