Home
last modified time | relevance | path

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

/AOO41X/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx35 class B3IBox class
42 B3IBox() in B3IBox() function in basegfx::B3IBox
46 explicit B3IBox(const B3ITuple& rTuple) : in B3IBox() function in basegfx::B3IBox
53 B3IBox(sal_Int32 x1, in B3IBox() function in basegfx::B3IBox
68 B3IBox(const B3ITuple& rTuple1, in B3IBox() function in basegfx::B3IBox
77 B3IBox(const B3IBox& rBox) : in B3IBox() function in basegfx::B3IBox
96 bool operator==( const B3IBox& rBox ) const in operator ==()
103 bool operator!=( const B3IBox& rBox ) const in operator !=()
110 void operator=(const B3IBox& rBox) in operator =()
207 bool isInside(const B3IBox& rBox) const in isInside()
[all …]
H A Db3ivolume.hxx35 typedef B3IRange B3IBox; typedef