Searched refs:_oValue (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | ColumnPropertySet.java | 161 private void assignPropertyValue(String _spropname, Object _oValue) in assignPropertyValue() argument 167 nType = ((Integer) _oValue).intValue(); in assignPropertyValue() 172 String sName = (String) _oValue; in assignPropertyValue() 180 int nScale = ((Integer) _oValue).intValue(); in assignPropertyValue() 186 int nNullability = ((Integer) _oValue).intValue(); in assignPropertyValue() 192 String sTypeName = (String) _oValue; in assignPropertyValue() 197 xPropertySet.setPropertyValue(_spropname, _oValue); in assignPropertyValue()
|
H A D | TableDescriptor.java | 401 public boolean modifyColumn(String _sname, String _spropname, Object _oValue) in modifyColumn() argument 412 oColumnDescriptor.xColPropertySet.setPropertyValue(_spropname, _oValue); in modifyColumn() 415 oColumnDescriptor.Name = (String) _oValue; in modifyColumn()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbarange.hxx | 121 …:excel::XRange > SpecialCellsImpl( sal_Int32 nType, const css::uno::Any& _oValue) throw ( css::scr… 302 …SAL_CALL SpecialCells( const css::uno::Any& _oType, const css::uno::Any& _oValue) throw ( css::scr…
|
H A D | vbarange.cxx | 5494 ScVbaRange::SpecialCells( const uno::Any& _oType, const uno::Any& _oValue) throw ( script::BasicErr… in SpecialCells() argument 5525 xRange = xRange->SpecialCells( _oType, _oValue); in SpecialCells() 5571 return pRangeToUse->SpecialCellsImpl( nType, _oValue ); in SpecialCells() 5602 ScVbaRange::SpecialCellsImpl( sal_Int32 nType, const uno::Any& _oValue) throw ( script::BasicErrorE… in SpecialCellsImpl() argument 5631 sal_Int32 nFormulaResult = lcl_getFormulaResultFlags(_oValue); in SpecialCellsImpl()
|
Completed in 86 milliseconds