Searched refs:RangeType (Results 1 – 9 of 9) sorted by relevance
42 template< class RangeType > void doComputeSetDifference( in doComputeSetDifference()43 ::std::vector< RangeType >& o_rRanges, in doComputeSetDifference()44 const RangeType& a, in doComputeSetDifference()45 const RangeType& b ) in doComputeSetDifference()63 const typename RangeType::ValueType ax(a.getMinX()); in doComputeSetDifference()64 const typename RangeType::ValueType ay(a.getMinY()); in doComputeSetDifference()65 const typename RangeType::TraitsType::DifferenceType aw(a.getWidth()); in doComputeSetDifference()66 const typename RangeType::TraitsType::DifferenceType ah(a.getHeight()); in doComputeSetDifference()67 const typename RangeType::ValueType bx(b.getMinX()); in doComputeSetDifference()68 const typename RangeType::ValueType by(b.getMinY()); in doComputeSetDifference()[all …]
46 typedef sal_uInt16 RangeType; typedef48 #define RT_NAME ((RangeType)0x0000)49 #define RT_DATABASE ((RangeType)0x0001)50 #define RT_CRITERIA ((RangeType)0x0002)51 #define RT_PRINTAREA ((RangeType)0x0004)52 #define RT_COLHEADER ((RangeType)0x0008)53 #define RT_ROWHEADER ((RangeType)0x0010)54 #define RT_ABSAREA ((RangeType)0x0020)55 #define RT_REFAREA ((RangeType)0x0040)56 #define RT_ABSPOS ((RangeType)0x0080)[all …]
449 RangeType nType = RT_NAME; in IMPL_LINK_INLINE_END()467 | (aBtnRowHeader .IsChecked() ? RT_ROWHEADER : RangeType(0)) in IMPL_LINK_INLINE_END()468 | (aBtnColHeader .IsChecked() ? RT_COLHEADER : RangeType(0)) in IMPL_LINK_INLINE_END()469 | (aBtnPrintArea .IsChecked() ? RT_PRINTAREA : RangeType(0)) in IMPL_LINK_INLINE_END()470 | (aBtnCriteria .IsChecked() ? RT_CRITERIA : RangeType(0)); in IMPL_LINK_INLINE_END()
49 template< typename RangeType > class RangeExpander52 typedef RangeType ValueType;
62 RangeType nType, in ScRangeData()112 RangeType nType ) : in ScRangeData()
148 RangeType nNameType = RT_NAME; in XclImpName()
151 RangeType nType = RT_NAME; in Add()
1251 template< typename RangeType >1252 inline table::CellRangeAddress lclGetRangeAddress( const uno::Reference< RangeType >& rxCellRange )… in lclGetRangeAddress()
2891 RangeType nType = RT_NAME; in InsertName()