Searched refs:mbHorizontal (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxsplitter.cxx | 79 mbHorizontal = bHorizontal; in VCLXSplitter() 119 mpSplitter = new Splitter( GetWindow() , mbHorizontal ? WB_HORZ : WB_VERT ); in ensureSplitter() 141 if ( mbHorizontal ) in allocateArea() 151 int width = mbHorizontal ? rArea.Width : rArea.Height; in allocateArea() 155 if ( mbHorizontal ) in allocateArea() 167 if ( mbHorizontal ) in allocateArea() 177 if ( mbHorizontal ) in allocateArea() 196 awt::Size size( mbHorizontal ? 2 : 0, mbHorizontal ? 0 : 2 ); in getMinimumSize() 202 if ( mbHorizontal ) in getMinimumSize()
|
H A D | vclxprinter.cxx | 86 mbHorizontal = sal_False; in IMPLEMENT_FORWARD_XINTERFACE2() 149 if( ( rValue >>= b ) && ( b != mbHorizontal ) ) in convertFastPropertyValue() 152 rOldValue <<= mbHorizontal; in convertFastPropertyValue() 178 rValue >>= mbHorizontal; in setFastPropertyValue_NoBroadcast() 198 rValue <<= mbHorizontal; in getFastPropertyValue()
|
H A D | vclxsplitter.hxx | 110 bool mbHorizontal; member in layoutimpl::VCLXSplitter
|
/aoo41x/main/toolkit/source/layout/core/ |
H A D | box.cxx | 74 , mbHorizontal( horizontal ) in Box() 108 if ( !mbHorizontal /*vertical*/ && bFlow ) in calculateSize() 155 return awt::Size( mbHorizontal ? nPrimSize : nSecSize, in calculateSize() 156 mbHorizontal ? nSecSize : nPrimSize ); in calculateSize() 214 if ( !mbHorizontal && hasHeightForWidth() ) in allocateArea() 242 if ( !mbHorizontal && bFlow ) in allocateArea() 266 area.X = mbHorizontal ? nChildPrimPoint : nChildSecPoint; in allocateArea() 267 area.Y = mbHorizontal ? nChildSecPoint : nChildPrimPoint; in allocateArea() 268 area.Width = mbHorizontal ? nChildPrimSize : nChildSecSize; in allocateArea() 269 area.Height = mbHorizontal ? nChildSecSize : nChildPrimSize; in allocateArea()
|
H A D | box.hxx | 40 sal_Bool mbHorizontal; // false for Vertical member in layoutimpl::Box 81 { if (mbHorizontal) return size.Width; else return size.Height; } in primDim() 83 { if (mbHorizontal) return size.Height; else return size.Width; } in secDim() 85 { if (mbHorizontal) return point.X; else return point.Y; } in primDim() 87 { if (mbHorizontal) return point.Y; else return point.X; } in secDim()
|
/aoo41x/main/svx/source/table/ |
H A D | tablehandles.cxx | 70 , mbHorizontal( bHorizontal ) in TableEdgeHdl() 93 if( mbHorizontal ) in GetPointer() 101 …return std::min( std::max( static_cast<sal_Int32>(mbHorizontal ? rDrag.GetDY() : rDrag.GetDX()), m… in GetValidDragOffset() 126 int n = mbHorizontal ? 1 : 0; in getPolyPolygon() 131 int nPos = mbHorizontal ? 0 : 1; in getPolyPolygon()
|
H A D | tablehandles.hxx | 59 bool IsHorizontalEdge() const { return mbHorizontal; } in IsHorizontalEdge() 69 bool mbHorizontal; member in sdr::table::TableEdgeHdl
|
H A D | svdotable.cxx | 242 void DragEdge( bool mbHorizontal, int nEdge, sal_Int32 nOffset ); 472 void SdrTableObjImpl::DragEdge( bool mbHorizontal, int nEdge, sal_Int32 nOffset ) in DragEdge() argument 478 if( mbHorizontal ) in DragEdge()
|
/aoo41x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxprinter.hxx | 67 sal_Bool mbHorizontal; member in VCLXPrinterPropertySet
|
Completed in 57 milliseconds