Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/xls/
H A Ddrawingbase.cxx93 meAnchorType( ANCHOR_INVALID ), in ShapeAnchor()
104 meAnchorType = ANCHOR_ABSOLUTE; in importAnchor()
107 meAnchorType = ANCHOR_ONECELL; in importAnchor()
110 meAnchorType = ANCHOR_TWOCELL; in importAnchor()
121 …OSL_ENSURE( meAnchorType == ANCHOR_ABSOLUTE, "ShapeAnchor::importPos - unexpected 'xdr:pos' elemen… in importPos()
128 …OSL_ENSURE( (meAnchorType == ANCHOR_ABSOLUTE) || (meAnchorType == ANCHOR_ONECELL), "ShapeAnchor::i… in importExt()
145 …OSL_ENSURE( (meAnchorType == ANCHOR_ONECELL) || (meAnchorType == ANCHOR_TWOCELL), "ShapeAnchor::se… in setCellPos()
149 …OSL_ENSURE( meAnchorType == ANCHOR_TWOCELL, "ShapeAnchor::setCellPos - unexpected 'xdr:to' element… in setCellPos()
167 meAnchorType = ANCHOR_TWOCELL; /// VML uses two-cell anchors only in importVmlAnchor()
191 meAnchorType = ANCHOR_TWOCELL; /// BIFF/DFF use two-cell anchors only in importBiffAnchor()
[all …]
/AOO41X/main/oox/inc/oox/xls/
H A Ddrawingbase.hxx128 AnchorType meAnchorType; /// Type of this shape anchor. member in oox::xls::ShapeAnchor