Home
last modified time | relevance | path

Searched defs:BinSingleRef2d (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/oox/inc/oox/xls/
H A Dformulabase.hxx229 struct BinSingleRef2d struct
231 sal_Int32 mnCol; /// Column index.
232 sal_Int32 mnRow; /// Row index.
233 bool mbColRel; /// True = relative column reference.
234 bool mbRowRel; /// True = relative row reference.
/AOO42X/main/oox/source/xls/
H A Dformulabase.cxx63 BinSingleRef2d::BinSingleRef2d() : in BinSingleRef2d() function in oox::xls::BinSingleRef2d