Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dpivottablebuffer.cxx744 DataPilotFieldOrientation eFieldOrient = DataPilotFieldOrientation_HIDDEN; in convertRowColPageField() local
747 case XML_axisRow: eFieldOrient = DataPilotFieldOrientation_ROW; break; in convertRowColPageField()
748 case XML_axisCol: eFieldOrient = DataPilotFieldOrientation_COLUMN; break; in convertRowColPageField()
749 case XML_axisPage: eFieldOrient = DataPilotFieldOrientation_PAGE; break; in convertRowColPageField()
751 if( eFieldOrient != DataPilotFieldOrientation_HIDDEN ) in convertRowColPageField()
752 aPropSet.setProperty( PROP_Orientation, eFieldOrient ); in convertRowColPageField()

Completed in 28 milliseconds