Home
last modified time | relevance | path

Searched refs:nVertical (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/model/main/
H A DDiagram.cxx655 sal_Int32 nHorizontal, nVertical; in setFastPropertyValue() local
656 … ThreeDHelper::getRotationFromDiagram( const_cast< Diagram* >( this ), nHorizontal, nVertical ); in setFastPropertyValue()
660 nVertical = nNewAngleDegree; in setFastPropertyValue()
661 ThreeDHelper::setRotationToDiagram( this, nHorizontal, nVertical ); in setFastPropertyValue()
680 sal_Int32 nHorizontal, nVertical; in getFastPropertyValue() local
681 … ThreeDHelper::getRotationFromDiagram( const_cast< Diagram* >( this ), nHorizontal, nVertical ); in getFastPropertyValue()
686 nAngleDegree = nVertical; in getFastPropertyValue()
/trunk/main/sc/source/filter/inc/
H A Deeparser.hxx36 const sal_Char nVertical = 2; variable
37 const sal_Char nHoriVerti = nHorizontal | nVertical;
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx480 if ( nDir & nVertical ) in GraphicSize()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx1403 pIL->Last()->nDir = nVertical; in Image()
1620 pActEntry->pImageList->Last()->nDir = nVertical; in ProcToken()