Home
last modified time | relevance | path

Searched refs:RangeType (Results 1 – 9 of 9) sorted by relevance

/AOO42X/main/basegfx/source/range/
H A Db2xrange.cxx42 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 …]
/AOO42X/main/sc/inc/
H A Drangenam.hxx46 typedef sal_uInt16 RangeType; typedef
48 #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 …]
/AOO42X/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx449 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()
/AOO42X/main/basegfx/inc/basegfx/range/
H A Drangeexpander.hxx49 template< typename RangeType > class RangeExpander
52 typedef RangeType ValueType;
/AOO42X/main/sc/source/core/tool/
H A Drangenam.cxx62 RangeType nType, in ScRangeData()
112 RangeType nType ) : in ScRangeData()
/AOO42X/main/sc/source/filter/excel/
H A Dxiname.cxx148 RangeType nNameType = RT_NAME; in XclImpName()
/AOO42X/main/sc/source/ui/vba/
H A Dvbanames.cxx151 RangeType nType = RT_NAME; in Add()
H A Dvbarange.cxx1251 template< typename RangeType >
1252 inline table::CellRangeAddress lclGetRangeAddress( const uno::Reference< RangeType >& rxCellRange )… in lclGetRangeAddress()
/AOO42X/main/sc/source/ui/view/
H A Dviewfunc.cxx2891 RangeType nType = RT_NAME; in InsertName()