Searched refs:CellDescriptor (Results 1 – 4 of 4) sorted by relevance
29 typedef std::vector<CellDescriptor> CellData;38 CellDescriptor& GetCell (108 CellDescriptor& GridLayouter::GetCell ( in GetCell()150 CellDescriptor::CellDescriptor (void) in CellDescriptor() function in sfx2::sidebar::CellDescriptor162 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()[all …]
33 class CellDescriptor;58 CellDescriptor& GetCell (86 class SFX2_DLLPUBLIC CellDescriptor class89 CellDescriptor (void);90 ~CellDescriptor (void);95 CellDescriptor& SetGridWidth (const sal_Int32 nColumnCount);103 CellDescriptor& SetControl (Window& rWindow);108 CellDescriptor& SetFixedWidth (const sal_Int32 nWidth);113 CellDescriptor& SetFixedWidth (void);114 CellDescriptor& SetMinimumWidth (const sal_Int32 nWidth);[all …]
29 import jmc.CellDescriptor;300 CellDescriptor cellDes = new CellDescriptor(row, column, ca, cellContents); in addCell()
29 import jmc.CellDescriptor;66 private CellDescriptor cell = null;
Completed in 14 milliseconds