Home
last modified time | relevance | path

Searched refs:B2IBox (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/basegfx/inc/basegfx/range/
H A Db2ibox.hxx37 class B2IBox class
43 B2IBox() in B2IBox() function in basegfx::B2IBox
47 explicit B2IBox(const B2ITuple& rTuple) in B2IBox() function in basegfx::B2IBox
53 B2IBox(sal_Int32 x1, in B2IBox() function in basegfx::B2IBox
64 B2IBox(const B2ITuple& rTuple1, in B2IBox() function in basegfx::B2IBox
72 B2IBox(const B2IBox& rBox) : in B2IBox() function in basegfx::B2IBox
89 bool operator==( const B2IBox& rBox ) const in operator ==()
95 bool operator!=( const B2IBox& rBox ) const in operator !=()
101 void operator=(const B2IBox& rBox) in operator =()
177 bool isInside(const B2IBox& rBox) const in isInside()
[all …]
/AOO41X/main/basegfx/source/range/
H A Db2xrange.cxx127 ::std::vector< B2IBox >& computeSetDifference( ::std::vector< B2IBox >& o_rResult, in computeSetDifference()
128 const B2IBox& rFirst, in computeSetDifference()
129 const B2IBox& rSecond ) in computeSetDifference()