Searched refs:rOrient (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 1841 long ScDPOutput::GetHeaderDim( const ScAddress& rPos, sal_uInt16& rOrient ) in GetHeaderDim() argument 1857 rOrient = sheet::DataPilotFieldOrientation_COLUMN; in GetHeaderDim() 1866 rOrient = sheet::DataPilotFieldOrientation_ROW; in GetHeaderDim() 1876 rOrient = sheet::DataPilotFieldOrientation_PAGE; in GetHeaderDim() 1883 rOrient = sheet::DataPilotFieldOrientation_HIDDEN; in GetHeaderDim() 1889 Rectangle& rPosRect, sal_uInt16& rOrient, long& rDimPos ) in GetHeaderDrag() argument 1953 rOrient = sheet::DataPilotFieldOrientation_COLUMN; in GetHeaderDrag() 2007 rOrient = sheet::DataPilotFieldOrientation_ROW; in GetHeaderDrag() 2063 rOrient = sheet::DataPilotFieldOrientation_PAGE; in GetHeaderDrag()
|
H A D | dpobject.cxx | 1076 long ScDPObject::GetHeaderDim( const ScAddress& rPos, sal_uInt16& rOrient ) in GetHeaderDim() argument 1080 return pOutput->GetHeaderDim( rPos, rOrient ); in GetHeaderDim() 1084 Rectangle& rPosRect, sal_uInt16& rOrient, long& rDimPos ) in GetHeaderDrag() argument 1088 return pOutput->GetHeaderDrag( rPos, bMouseLeft, bMouseTop, nDragDim, rPosRect, rOrient, rDimPos ); in GetHeaderDrag()
|
/aoo4110/main/sc/inc/ |
H A D | dpoutput.hxx | 152 long GetHeaderDim( const ScAddress& rPos, sal_uInt16& rOrient ); 155 Rectangle& rPosRect, sal_uInt16& rOrient, long& rDimPos );
|
H A D | dpobject.hxx | 186 long GetHeaderDim( const ScAddress& rPos, sal_uInt16& rOrient ); 189 Rectangle& rPosRect, sal_uInt16& rOrient, long& rDimPos );
|
H A D | dapiuno.hxx | 529 const ::com::sun::star::uno::Any& rOrient );
|
/aoo4110/main/sw/source/core/text/ |
H A D | itratr.cxx | 496 const SwFmtHoriOrient& rOrient = ((SwFrmFmt*)rpNd)->GetHoriOrient(); in lcl_MinMaxNode() local 497 sal_Int16 eHoriOri = rOrient.GetHoriOrient(); in lcl_MinMaxNode() 552 if( text::RelOrientation::FRAME != rOrient.GetRelationOrient() ) in lcl_MinMaxNode() 568 if( text::RelOrientation::FRAME != rOrient.GetRelationOrient() && in lcl_MinMaxNode()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | dapiuno.cxx | 1597 sal_Int32 lcl_GetFieldCount( const Reference<XDimensionsSupplier>& rSource, const Any& rOrient ) in lcl_GetFieldCount() argument 1604 if (rOrient.hasValue()) in lcl_GetFieldCount() 1611 …s() && (xDim->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ORIENTAT))) == rOrient)) in lcl_GetFieldCount() 1632 const Any& rOrient, SCSIZE nIndex, ScFieldIdentifier& rFieldId ) in lcl_GetFieldDataByIndex() argument 1642 if (rOrient.hasValue()) in lcl_GetFieldDataByIndex() 1648 …s() && (xDim->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_ORIENTAT))) == rOrient)) in lcl_GetFieldDataByIndex() 1693 if ( rOrient.hasValue() && lcl_IsDuplicated( xDim ) ) in lcl_GetFieldDataByIndex() 1848 const ScFieldIdentifier& rFieldId, const Any& rOrient ) : in ScDataPilotFieldObj() argument 1851 maOrient( rOrient ) in ScDataPilotFieldObj()
|
/aoo4110/main/sw/inc/ |
H A D | crsrsh.hxx | 859 SwRect& rRect, short& rOrient );
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 1837 SwRect& rRect, sal_Int16& rOrient ) in GetShadowCrsrPos() argument 1857 rOrient = aFPos.eOrient; in GetShadowCrsrPos()
|
Completed in 78 milliseconds