Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/imp/xp/
H A DODi_Table_ListenerState.cpp178 if (!pStyle->getTableMarginLeft()->empty()) { in _parseTableStart()
183 props += pStyle->getTableMarginLeft()->c_str(); in _parseTableStart()
H A DODi_Style_Style.h240 const std::string* getTableMarginLeft() const {return &m_TableMarginLeft;} in getTableMarginLeft() function