Home
last modified time | relevance | path

Searched refs:meAnchorType (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Ddrawingbase.cxx87 meAnchorType( ANCHOR_INVALID ), in ShapeAnchor()
98 meAnchorType = ANCHOR_ABSOLUTE; in importAnchor()
101 meAnchorType = ANCHOR_ONECELL; in importAnchor()
104 meAnchorType = ANCHOR_TWOCELL; in importAnchor()
115 …OSL_ENSURE( meAnchorType == ANCHOR_ABSOLUTE, "ShapeAnchor::importPos - unexpected 'xdr:pos' elemen… in importPos()
122 …OSL_ENSURE( (meAnchorType == ANCHOR_ABSOLUTE) || (meAnchorType == ANCHOR_ONECELL), "ShapeAnchor::i… in importExt()
139 …OSL_ENSURE( (meAnchorType == ANCHOR_ONECELL) || (meAnchorType == ANCHOR_TWOCELL), "ShapeAnchor::se… in setCellPos()
143 …OSL_ENSURE( meAnchorType == ANCHOR_TWOCELL, "ShapeAnchor::setCellPos - unexpected 'xdr:to' element… in setCellPos()
161 meAnchorType = ANCHOR_TWOCELL; // VML uses two-cell anchors only in importVmlAnchor()
185 meAnchorType = ANCHOR_TWOCELL; // BIFF/DFF use two-cell anchors only in importBiffAnchor()
[all …]
/trunk/main/oox/inc/oox/xls/
H A Ddrawingbase.hxx128 AnchorType meAnchorType; /// Type of this shape anchor. member in oox::xls::ShapeAnchor