Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DColumnStyle.java114 public int getColWidth() { in getColWidth() method in ColumnStyle
211 if ((colWidth == 0) && (parentStyle.getColWidth() != 0)) in getResolved()
212 resolved.setColWidth(parentStyle.getColWidth()); in getResolved()
251 if(colWidth!=tStyle.getColWidth()) in isSubset()
H A DSxcDocumentSerializer.java549 columnWidth = cStyle.getColWidth(); in traverseTableColumn()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DColInfo.java113 public short getColWidth() { in getColWidth() method in ColInfo
/trunk/main/dbaccess/source/ui/inc/
H A DQueryDesignView.hxx143 sal_Int32 getColWidth( sal_uInt16 _nColPos) const;
H A Dquerycontroller.hxx169 sal_Int32 getColWidth(sal_uInt16 _nColPos) const;
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java148 ColumnRowInfo colInfo = new ColumnRowInfo( ci.getColWidth(), in getColumnRowInfos()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2836 sal_Int32 OQueryDesignView::getColWidth(sal_uInt16 _nColPos) const in getColWidth() function in OQueryDesignView
2839 sal_Int32 nWidth = static_cast<OQueryController&>(getController()).getColWidth(_nColPos); in getColWidth()
H A Dquerycontroller.cxx1235 sal_Int32 OQueryController::getColWidth(sal_uInt16 _nColPos) const in getColWidth() function in dbaui::OQueryController
H A DSelectionBrowseBox.cxx1648 SetColWidth(nColumnId,getDesignView()->getColWidth(GetColumnPos(nColumnId)-1)); in InsertColumn()

Completed in 95 milliseconds