Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/awt/
H A Dvclxsplitter.cxx79 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 Dvclxprinter.cxx86 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 Dvclxsplitter.hxx110 bool mbHorizontal; member in layoutimpl::VCLXSplitter
/trunk/main/toolkit/source/layout/core/
H A Dbox.cxx74 , 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 Dbox.hxx40 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()
/trunk/main/svx/source/table/
H A Dtablehandles.cxx70 , 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 Dtablehandles.hxx59 bool IsHorizontalEdge() const { return mbHorizontal; } in IsHorizontalEdge()
69 bool mbHorizontal; member in sdr::table::TableEdgeHdl
H A Dsvdotable.cxx242 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()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxprinter.hxx67 sal_Bool mbHorizontal; member in VCLXPrinterPropertySet

Completed in 38 milliseconds