Searched refs:bIsDataLayout (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 853 sal_Bool bIsDataLayout; in HasSelectionForDateGroup() local 966 sal_Bool bIsDataLayout; in HasSelectionForNumGroup() local 1026 sal_Bool bIsDataLayout; in DateGroupDataPilot() local 1156 sal_Bool bIsDataLayout; in NumGroupDataPilot() local 1200 sal_Bool bIsDataLayout; in GroupDataPilot() local 1344 sal_Bool bIsDataLayout; in UngroupDataPilot() local 1940 sal_Bool bIsDataLayout; in DataPilotMove() local 1942 if ( !bIsDataLayout ) in DataPilotMove() 2014 sal_Bool bIsDataLayout; in HasSelectionForDrillDown() local 2016 if ( !bIsDataLayout ) in HasSelectionForDrillDown() [all …]
|
H A D | gridwin2.cxx | 93 sal_Bool bIsDataLayout = sal_False; in GetDPFieldOrientation() local 94 String aFieldName = pDPObj->GetDimName( nField, bIsDataLayout ); in GetDPFieldOrientation() 95 if ( aFieldName.Len() && !bIsDataLayout ) in GetDPFieldOrientation() 106 sal_Bool bIsDataLayout = sal_False; in GetDPFieldOrientation() local 107 String aFieldName = pDPObj->GetDimName(nField, bIsDataLayout); in GetDPFieldOrientation() 108 if (aFieldName.Len() && !bIsDataLayout) in GetDPFieldOrientation() 311 sal_Bool bIsDataLayout; in DPTestMouse() local 313 String aDimName = pDragDPObj->GetDimName( nDPField, bIsDataLayout, &nDimFlags ); in DPTestMouse() 347 if ( bIsDataLayout ) in DPTestMouse() 575 sal_Bool bIsDataLayout; in UpdateDPFromFieldPopupMenu() local [all …]
|
H A D | gridwin.cxx | 543 sal_Bool bIsDataLayout; in ExecPageFieldSelect() local 544 String aDimName = pDPObj->GetDimName( nField, bIsDataLayout ); in ExecPageFieldSelect() 545 if ( !bIsDataLayout ) in ExecPageFieldSelect() 628 sal_Bool bIsDataLayout; in LaunchPageFieldMenu() local 629 String aDimName = pDPObj->GetDimName( nField, bIsDataLayout ); in LaunchPageFieldMenu() 630 if ( pSaveData && !bIsDataLayout ) in LaunchPageFieldMenu() 3438 sal_Bool bIsDataLayout; in AcceptPrivateDrop() local 3439 String aDimName = pDPObj->GetDimName( aDestData.Dimension, bIsDataLayout ); in AcceptPrivateDrop()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dptabres.cxx | 2738 bIsDataLayout( sal_False ), in ScDPResultDimension() 2757 if( bIsDataLayout ) in FindMember() 2975 if (bIsDataLayout) in GetSize() 3044 if ( bIsDataLayout ) in FillMemberResults() 3069 if (bIsDataLayout) in FillDataResults() 3092 if (bIsDataLayout) in UpdateDataResults() 3222 if (bIsDataLayout) in UpdateRunningTotals() 3518 bIsDataLayout( sal_False ) in ScDPDataDimension() 3601 if (bIsDataLayout) in FillDataRow() 3631 if (bIsDataLayout) in UpdateDataRow() [all …]
|
H A D | dpoutput.cxx | 403 sal_Bool bIsDataLayout = ScUnoHelpFunctions::GetBoolProperty( in ScDPOutput() local 495 if ( bIsDataLayout ) in ScDPOutput() 510 else if ( bIsDataLayout ) in ScDPOutput() 1487 const bool bIsDataLayout = ( rField.nDim == nDataLayoutIndex ); in lcl_FilterInclude() local 1488 if (bIsDataLayout) in lcl_FilterInclude() 1493 if ( !bIsDataLayout ) // selection of data field is handled separately in lcl_FilterInclude() 1509 if ( !bIsDataLayout ) in lcl_FilterInclude() 1623 if ( bIsDataLayout ) in lcl_FilterInclude()
|
H A D | dpsave.cxx | 202 bIsDataLayout( bDataLayout ), in ScDPSaveDimension() 222 bIsDataLayout( r.bIsDataLayout ), in ScDPSaveDimension() 287 bIsDataLayout != r.bIsDataLayout || in operator ==()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | pvfundlg.cxx | 733 sal_Bool bIsDataLayout; in ScDPShowDetailDlg() local 735 String aName = rDPObj.GetDimName( nDim, bIsDataLayout, &nDimFlags ); in ScDPShowDetailDlg() 736 …if ( !bIsDataLayout && !rDPObj.IsDuplicated( nDim ) && ScDPObject::IsOrientationAllowed( nOrient, … in ScDPShowDetailDlg() 777 sal_Bool bIsDataLayout = false; in GetDimensionName() local 778 return mrDPObj.GetDimName(nDim, bIsDataLayout); in GetDimensionName()
|
/aoo41x/main/sc/inc/ |
H A D | dptabres.hxx | 554 sal_Bool bIsDataLayout; //! or ptr to IntDimension? member in ScDPResultDimension 644 sal_Bool IsDataLayout() const { return bIsDataLayout; } in IsDataLayout() 667 sal_Bool bIsDataLayout; //! or ptr to IntDimension? member in ScDPDataDimension
|
H A D | dpsave.hxx | 98 sal_Bool bIsDataLayout; member in ScDPSaveDimension 132 sal_Bool IsDataLayout() const { return bIsDataLayout; } in IsDataLayout()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | dapiuno.cxx | 297 sal_Bool bIsDataLayout = sal_False; in lcl_GetObjectIndex() local 298 OUString aDimName( pDPObj->GetDimName( nDim, bIsDataLayout ) ); in lcl_GetObjectIndex() 299 if ( rFieldId.mbDataLayout ? bIsDataLayout : (aDimName == rFieldId.maFieldName) ) in lcl_GetObjectIndex()
|
Completed in 141 milliseconds