Home
last modified time | relevance | path

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

/trunk/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()
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 …]
/trunk/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)
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 …]
/trunk/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()
/trunk/main/basegfx/inc/basegfx/range/
H A Drangeexpander.hxx49 template< typename RangeType > class RangeExpander
52 typedef RangeType ValueType;
/trunk/main/sc/source/core/tool/
H A Drangenam.cxx62 RangeType nType, in ScRangeData()
112 RangeType nType ) : in ScRangeData()
/trunk/main/sc/source/filter/excel/
H A Dxiname.cxx148 RangeType nNameType = RT_NAME; in XclImpName()
/trunk/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()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2891 RangeType nType = RT_NAME; in InsertName()

Completed in 83 milliseconds