Home
last modified time | relevance | path

Searched refs:nOrient (Results 1 – 25 of 26) sorted by path

12

/trunk/main/sc/inc/
H A Ddpobject.hxx247 const ScPivotFieldVector& rFields, sal_uInt16 nOrient,
256 static bool IsOrientationAllowed( sal_uInt16 nOrient, sal_Int32 nDimFlags );
H A Ddptabres.hxx323 void SetDataLayoutOrientation( sal_uInt16 nOrient );
H A Dscabstdlg.hxx427 sal_uInt16 nOrient ) = 0;
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1348 sal_Int32 nOrient = ScUnoHelpFunctions::GetEnumProperty( in ParseFilters() local
1353 if ( nOrient == sheet::DataPilotFieldOrientation_DATA ) in ParseFilters()
1361 else if ( nOrient != sheet::DataPilotFieldOrientation_HIDDEN ) in ParseFilters()
1722 sal_uInt16 nOrient, SCCOL nColAdd, bool bAddData ) in lcl_FillOldFields() argument
1743 if ( xDimProp.is() && nDimOrient == nOrient ) in lcl_FillOldFields()
1746 if ( nOrient == sheet::DataPilotFieldOrientation_DATA ) in lcl_FillOldFields()
1829 if( nOrient == sheet::DataPilotFieldOrientation_DATA ) in lcl_FillOldFields()
2125 const ScPivotFieldVector& rFields, sal_uInt16 nOrient, in ConvertOrientation() argument
2195 pCurrDim->SetOrientation( nOrient ); in ConvertOrientation()
2210 pDim->SetOrientation( nOrient ); in ConvertOrientation()
[all …]
H A Ddpsave.cxx1013 sal_uInt16 nOrient = pDim->GetOrientation(); in SetPosition() local
1021 if ( ((ScDPSaveDimension*)aDimList.GetObject(nInsPos))->GetOrientation() == nOrient ) in SetPosition()
H A Ddptabres.cxx826 void ScDPResultData::SetDataLayoutOrientation( sal_uInt16 nOrient ) in SetDataLayoutOrientation() argument
828 bDataAtCol = ( nOrient == sheet::DataPilotFieldOrientation_COLUMN ); in SetDataLayoutOrientation()
829 bDataAtRow = ( nOrient == sheet::DataPilotFieldOrientation_ROW ); in SetDataLayoutOrientation()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx903 sal_uInt16 nOrient = 0; in WriteSbs() local
904 ::set_flag( nOrient, EXC_OBJ_SCROLLBAR_HOR, mbScrollHor ); in WriteSbs()
915 << nOrient // 0 = vertical, 1 = horizontal in WriteSbs()
H A Dxichart.cxx965 sal_uInt8 nOrient = ::extract_value< sal_uInt8 >( maData.mnFlags, 8, 3 ); in ReadHeaderRecord() local
966 maData.mnRotation = XclTools::GetXclRotFromOrient( nOrient ); in ReadHeaderRecord()
3120 sal_uInt8 nOrient = ::extract_value< sal_uInt8 >( maData.mnFlags, 2, 3 ); in ReadChTick() local
3121 maData.mnRotation = XclTools::GetXclRotFromOrient( nOrient ); in ReadChTick()
/trunk/main/sc/source/filter/qpro/
H A Dqprostyle.cxx74 sal_uInt8 nOrient = ( nTmp & 0x60 ); in SetFormat() local
123 switch( nOrient ) in SetFormat()
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx1227 Window* pParent, int nId, ScDPObject& rDPObj, sal_uInt16 nOrient ) in CreateScDPShowDetailDlg() argument
1230 … return new AbstractScDPShowDetailDlg_Impl( new ScDPShowDetailDlg( pParent, rDPObj, nOrient ) ); in CreateScDPShowDetailDlg()
H A Dscdlgfact.hxx512 sal_uInt16 nOrient );
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx716 ScDPShowDetailDlg::ScDPShowDetailDlg( Window* pParent, ScDPObject& rDPObj, sal_uInt16 nOrient ) : in ScDPShowDetailDlg() argument
735 …aLayout && !rDPObj.IsDuplicated( nDim ) && ScDPObject::IsOrientationAllowed( nOrient, nDimFlags ) ) in ScDPShowDetailDlg()
738 if ( !pDimension || (pDimension->GetOrientation() != nOrient) ) in ScDPShowDetailDlg()
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx171 … sal_Bool bWidth, sal_uInt16 nOrient, long nAttrRotate, sal_Bool bPixelToLogic,
H A Dpvfundlg.hxx201 … explicit ScDPShowDetailDlg( Window* pParent, ScDPObject& rDPObj, sal_uInt16 nOrient );
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx5338 table::TableOrientation nOrient = table::TableOrientation_ROWS; in groupUnGroup() local
5340 nOrient = table::TableOrientation_COLUMNS; in groupUnGroup()
5345 xSheetOutline->ungroup( thisAddress, nOrient ); in groupUnGroup()
5347 xSheetOutline->group( thisAddress, nOrient ); in groupUnGroup()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx1487 sal_uInt16 nOrient = DataPilotFieldOrientation_HIDDEN; in DataPilotInput() local
1488 long nField = pDPObj->GetHeaderDim( rPos, nOrient ); in DataPilotInput()
1515 … else if (nOrient == DataPilotFieldOrientation_COLUMN || nOrient == DataPilotFieldOrientation_ROW) in DataPilotInput()
H A Dgridwin.cxx539 sal_uInt16 nOrient = sheet::DataPilotFieldOrientation_HIDDEN; in ExecPageFieldSelect() local
540 long nField = pDPObj->GetHeaderDim( ScAddress( nCol-1, nRow, nTab ), nOrient ); in ExecPageFieldSelect()
541 if ( nField >= 0 && nOrient == sheet::DataPilotFieldOrientation_PAGE ) in ExecPageFieldSelect()
621 sal_uInt16 nOrient = sheet::DataPilotFieldOrientation_HIDDEN; in LaunchPageFieldMenu() local
622 long nField = pDPObj->GetHeaderDim( ScAddress( nCol-1, nRow, nTab ), nOrient ); in LaunchPageFieldMenu()
623 if ( nField >= 0 && nOrient == sheet::DataPilotFieldOrientation_PAGE ) in LaunchPageFieldMenu()
3460 sal_uInt16 nOrient = pDim->GetOrientation(); in AcceptPrivateDrop() local
3461 if ( nOrient == sheet::DataPilotFieldOrientation_COLUMN ) in AcceptPrivateDrop()
3467 else if ( nOrient == sheet::DataPilotFieldOrientation_ROW ) in AcceptPrivateDrop()
H A Dgridwin2.cxx84 sal_uInt16 nOrient = DataPilotFieldOrientation_HIDDEN; in GetDPFieldOrientation() local
100 nOrient = sheet::DataPilotFieldOrientation_HIDDEN; in GetDPFieldOrientation()
104 …if (nField >= 0 && (nOrient == DataPilotFieldOrientation_COLUMN || nOrient == DataPilotFieldOrient… in GetDPFieldOrientation()
183 long nField = pDPObj->GetHeaderDim( aPos, nOrient ); in DoPushButton()
305 sal_uInt16 nOrient; in DPTestMouse() local
308 aPosRect, nOrient, nDimPos ); in DPTestMouse()
322 switch (nOrient) in DPTestMouse()
334 nOrient = sheet::DataPilotFieldOrientation_HIDDEN; in DPTestMouse()
351 pDim->SetOrientation( nOrient ); in DPTestMouse()
477 sal_uInt16 nOrient; in DPLaunchFieldPopupMenu() local
[all …]
H A Doutput2.cxx2033 sal_Bool bWidth, sal_uInt16 nOrient, long nAttrRotate, sal_Bool bPixelToLogic, in ShrinkEditEngine() argument
2048 … sal_Bool bSwap = ( nOrient == SVX_ORIENTATION_TOPBOTTOM || nOrient == SVX_ORIENTATION_BOTTOMTOP ); in ShrinkEditEngine()
/trunk/main/sw/inc/
H A Dfesh.hxx641 void SetBoxAlign( sal_uInt16 nOrient );
/trunk/main/sw/source/filter/inc/
H A Drtf.hxx33 sal_uInt16 nOrient : 4; member
42 RTFVertOrient( sal_uInt16 nOrient, sal_uInt16 nRelOrient ) { in RTFVertOrient() argument
43 Value.Flags.nOrient = nOrient; in RTFVertOrient()
47 sal_uInt16 GetOrient() const { return Value.Flags.nOrient; } in GetOrient()
57 sal_uInt16 nOrient : 4; member
67 RTFHoriOrient( sal_uInt16 nOrient, sal_uInt16 nRelOrient ) { in RTFHoriOrient() argument
68 Value.Flags.nOrient = nOrient; in RTFHoriOrient()
73 sal_uInt16 GetOrient() const { return Value.Flags.nOrient; } in GetOrient()
/trunk/main/sw/source/ui/table/
H A Dtabledlg.cxx1635 sal_uInt16 nOrient = USHRT_MAX; in FillItemSet() local
1638 case 0 : nOrient = text::VertOrientation::NONE; break; in FillItemSet()
1639 case 1 : nOrient = text::VertOrientation::CENTER; break; in FillItemSet()
1640 case 2 : nOrient = text::VertOrientation::BOTTOM; break; in FillItemSet()
1642 if(nOrient != USHRT_MAX) in FillItemSet()
1643 bModified |= 0 != rSet.Put(SfxUInt16Item(FN_TABLE_SET_VERT_ALIGN, nOrient)); in FillItemSet()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx441 …ngle& rRect2, long& rYOff, long& rWidth, FontEmphasisMark eEmphasis, long nHeight, short nOrient );
/trunk/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx490 sal_Int16 nOrient = text::HoriOrientation::LEFT_AND_WIDTH; in convertTableJustification() local
493 case 1 : nOrient = text::HoriOrientation::CENTER; break; in convertTableJustification()
494 case 2 : nOrient = text::HoriOrientation::RIGHT; break; in convertTableJustification()
500 return nOrient; in convertTableJustification()
H A DTablePropertiesHandler.cxx76 sal_Int16 nOrient = ConversionHelper::convertTableJustification( nIntValue ); in sprm() local
78 pTableMap->setValue( TablePropertyMap::HORI_ORIENT, nOrient ); in sprm()

Completed in 241 milliseconds

12