Lines Matching refs:nOrient
84 sal_uInt16 nOrient = DataPilotFieldOrientation_HIDDEN; in GetDPFieldOrientation() local
90 long nField = pDPObj->GetHeaderDim( ScAddress( nCol-1, nRow, nTab ), nOrient ); in GetDPFieldOrientation()
91 if ( nField >= 0 && nOrient == DataPilotFieldOrientation_PAGE ) in GetDPFieldOrientation()
100 nOrient = sheet::DataPilotFieldOrientation_HIDDEN; in GetDPFieldOrientation()
103 long nField = pDPObj->GetHeaderDim(ScAddress(nCol, nRow, nTab), nOrient); in GetDPFieldOrientation()
104 …if (nField >= 0 && (nOrient == DataPilotFieldOrientation_COLUMN || nOrient == DataPilotFieldOrient… in GetDPFieldOrientation()
109 return static_cast<DataPilotFieldOrientation>(nOrient); in GetDPFieldOrientation()
181 sal_uInt16 nOrient = sheet::DataPilotFieldOrientation_HIDDEN; in DoPushButton() local
183 long nField = pDPObj->GetHeaderDim( aPos, nOrient ); in DoPushButton()
305 sal_uInt16 nOrient; in DPTestMouse() local
308 aPosRect, nOrient, nDimPos ); in DPTestMouse()
314 bool bAllowed = !bHasRange || ScDPObject::IsOrientationAllowed( nOrient, nDimFlags ); in DPTestMouse()
322 switch (nOrient) in DPTestMouse()
334 nOrient = sheet::DataPilotFieldOrientation_HIDDEN; in DPTestMouse()
336 if ( bIsDataLayout && ( nOrient != sheet::DataPilotFieldOrientation_COLUMN && in DPTestMouse()
337 nOrient != sheet::DataPilotFieldOrientation_ROW ) ) in DPTestMouse()
351 pDim->SetOrientation( nOrient ); in DPTestMouse()
477 sal_uInt16 nOrient; in DPLaunchFieldPopupMenu() local
478 pDPData->mnDim = pDPObj->GetHeaderDim(rPos, nOrient); in DPLaunchFieldPopupMenu()