Searched refs:getInTwips (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/svx/source/table/ |
H A D | viewcontactoftableobj.cxx | 217 bool getInTwips() const { return mbInTwips; } in getInTwips() function in drawinglayer::primitive2d::SdrBorderlinePrimitive2D 291 const double fTwipsToMM(getInTwips() ? (127.0 / 72.0) : 1.0); in create2DDecomposition() 322 getChangedValue(getLeftLine().GetOutWidth(), getInTwips()), in create2DDecomposition() 323 getChangedValue(getLeftLine().GetDistance(), getInTwips()), in create2DDecomposition() 324 getChangedValue(getLeftLine().GetInWidth(), getInTwips()), in create2DDecomposition() 366 getChangedValue(getBottomLine().GetInWidth(), getInTwips()), in create2DDecomposition() 408 getChangedValue(getRightLine().GetInWidth(), getInTwips()), in create2DDecomposition() 448 getChangedValue(getTopLine().GetOutWidth(), getInTwips()), in create2DDecomposition() 449 getChangedValue(getTopLine().GetDistance(), getInTwips()), in create2DDecomposition() 450 getChangedValue(getTopLine().GetInWidth(), getInTwips()), in create2DDecomposition() [all …]
|
Completed in 9 milliseconds