Home
last modified time | relevance | path

Searched refs:mxCellLink (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxeescher.hxx189 inline const XclTokenArray* GetCellLinkTokArr() const { return mxCellLink.get(); } in GetCellLinkTokArr()
201 XclTokenArrayRef mxCellLink; /// Formula for linked cell. member in XclExpControlHelper
H A Dxiescher.hxx480 inline bool HasCellLink() const { return mxCellLink.is(); } in HasCellLink()
511 ScfRef< ScAddress > mxCellLink; /// Linked cell in the Calc document. member in XclImpControlHelper
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx307 mxCellLink.reset(); in ConvertSheetLinks()
331mxCellLink = GetFormulaCompiler().CreateFormula( EXC_FMLATYPE_CONTROL, aCellLink ); in ConvertSheetLinks()
H A Dxiescher.cxx1884 if( mxCellLink.is() ) try in ProcessControl()
1890 ScUnoConversion::FillApiAddress( aApiAddress, *mxCellLink ); in ProcessControl()
1951 mxCellLink.reset( new ScAddress( pScRange->aStart ) ); in ReadCellLinkFormula()

Completed in 52 milliseconds