Searched refs:GetTotalCellWidth (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.hxx | 231 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId) const; 234 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId);
|
H A D | SelectionBrowseBox.cxx | 2478 sal_uInt32 OSelectionBrowseBox::GetTotalCellWidth(long nRow, sal_uInt16 nColId) const in GetTotalCellWidth() function in OSelectionBrowseBox 2521 sal_uInt32 OSelectionBrowseBox::GetTotalCellWidth(long nRowId, sal_uInt16 nColId) in GetTotalCellWidth() function in OSelectionBrowseBox
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | indexfieldscontrol.cxx | 230 sal_uInt32 IndexFieldsControl::GetTotalCellWidth(long _nRow, sal_uInt16 _nColId) in GetTotalCellWidth() function in dbaui::IndexFieldsControl 239 return EditBrowseBox::GetTotalCellWidth(_nRow, _nColId); in GetTotalCellWidth()
|
/aoo41x/main/cui/source/options/ |
H A D | connpooloptions.cxx | 96 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId); 215 sal_uInt32 DriverListControl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) in GetTotalCellWidth() function in offapp::DriverListControl
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | indexfieldscontrol.hxx | 91 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId);
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.hxx | 123 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId);
|
H A D | TEditControl.cxx | 1354 sal_uInt32 OTableEditorCtrl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) in GetTotalCellWidth() function in OTableEditorCtrl
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | editbrowsebox.cxx | 1283 nNewColWidth = std::max(nNewColWidth,GetTotalCellWidth(i,nColId) + 12); in GetAutoColumnWidth() 1294 sal_uInt32 EditBrowseBox::GetTotalCellWidth(long, sal_uInt16) in GetTotalCellWidth() function in svt::EditBrowseBox
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | editbrowsebox.hxx | 546 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId);
|
/aoo41x/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 316 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId);
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 2764 sal_uInt32 DbGridControl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) in GetTotalCellWidth() function in DbGridControl
|
Completed in 150 milliseconds