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()67 const typename RangeType::ValueType bx(b.getMinX()); in doComputeSetDifference()82 RangeType(ax,ay, in doComputeSetDifference()88 RangeType(ax, in doComputeSetDifference()95 RangeType(static_cast<typename RangeType::ValueType>(bx+bw), 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)54 #define RT_ABSAREA ((RangeType)0x0020)55 #define RT_REFAREA ((RangeType)0x0040)56 #define RT_ABSPOS ((RangeType)0x0080)57 #define RT_SHARED ((RangeType)0x0100)71 RangeType eType;91 RangeType nType = RT_NAME,[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()
Completed in 85 milliseconds