Lines Matching refs:CellDescriptor
29 typedef std::vector<CellDescriptor> CellData;
38 CellDescriptor& GetCell (
84 for (::std::vector<CellDescriptor>::iterator \
108 CellDescriptor& GridLayouter::GetCell ( in GetCell()
150 CellDescriptor::CellDescriptor (void) in CellDescriptor() function in sfx2::sidebar::CellDescriptor
162 CellDescriptor::~CellDescriptor (void) in ~CellDescriptor()
169 CellDescriptor& CellDescriptor::SetGridWidth (const sal_Int32 nColumnCount) in SetGridWidth()
178 CellDescriptor& CellDescriptor::SetControl (Window& rControl) in SetControl()
187 CellDescriptor& CellDescriptor::SetFixedWidth (const sal_Int32 nWidth) in SetFixedWidth()
196 CellDescriptor& CellDescriptor::SetOffset (const sal_Int32 nOffset) in SetOffset()
205 CellDescriptor& CellDescriptor::SetFixedWidth (void) in SetFixedWidth()
223 CellDescriptor& CellDescriptor::SetMinimumWidth (const sal_Int32 nWidth) in SetMinimumWidth()
231 sal_Int32 CellDescriptor::GetGridWidth (void) const in GetGridWidth()
239 Window* CellDescriptor::GetControl (void) const in GetControl()
247 sal_Int32 CellDescriptor::GetMinimumWidth (void) const in GetMinimumWidth()
255 sal_Int32 CellDescriptor::GetMaximumWidth (void) const in GetMaximumWidth()
262 sal_Int32 CellDescriptor::GetOffset (void) const in GetOffset()
289 CellDescriptor& GridLayouter::Implementation::GetCell ( in GetCell()