Searched refs:nDimFlags (Results 1 – 4 of 4) sorted by relevance
733 sal_Int32 nDimFlags = 0; in ScDPShowDetailDlg() local734 String aName = rDPObj.GetDimName( nDim, bIsDataLayout, &nDimFlags ); in ScDPShowDetailDlg()735 …aLayout && !rDPObj.IsDuplicated( nDim ) && ScDPObject::IsOrientationAllowed( nOrient, nDimFlags ) ) in ScDPShowDetailDlg()
312 sal_Int32 nDimFlags = 0; in DPTestMouse() local313 String aDimName = pDragDPObj->GetDimName( nDPField, bIsDataLayout, &nDimFlags ); in DPTestMouse()314 bool bAllowed = !bHasRange || ScDPObject::IsOrientationAllowed( nOrient, nDimFlags ); in DPTestMouse()
2233 bool ScDPObject::IsOrientationAllowed( sal_uInt16 nOrient, sal_Int32 nDimFlags ) in IsOrientationAllowed() argument2239 bAllowed = ( nDimFlags & sheet::DimensionFlags::NO_PAGE_ORIENTATION ) == 0; in IsOrientationAllowed()2242 bAllowed = ( nDimFlags & sheet::DimensionFlags::NO_COLUMN_ORIENTATION ) == 0; in IsOrientationAllowed()2245 bAllowed = ( nDimFlags & sheet::DimensionFlags::NO_ROW_ORIENTATION ) == 0; in IsOrientationAllowed()2248 bAllowed = ( nDimFlags & sheet::DimensionFlags::NO_DATA_ORIENTATION ) == 0; in IsOrientationAllowed()
256 static bool IsOrientationAllowed( sal_uInt16 nOrient, sal_Int32 nDimFlags );
Completed in 83 milliseconds