Searched refs:getInt32 (Results 1 – 13 of 13) sorted by relevance
/trunk/main/scaddins/source/analysis/ |
H A D | analysis.cxx | 213 sal_Int32 nMode = aAnyConv.getInt32( xPropSet, rAny, 0 ); in getDateMode() 953 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getBin2Oct() 969 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getBin2Hex() 978 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getOct2Bin() 994 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getOct2Hex() 1002 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getDec2Bin() 1010 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getDec2Oct() 1018 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getDec2Hex() 1027 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getHex2Bin() 1043 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getHex2Oct()
|
H A D | analysishelper.hxx | 1087 sal_Bool getInt32( 1098 sal_Int32 getInt32(
|
H A D | analysishelper.cxx | 3122 sal_Bool ScaAnyConverter::getInt32( in getInt32() function in ScaAnyConverter 3136 sal_Int32 ScaAnyConverter::getInt32( in getInt32() function in ScaAnyConverter 3142 if( !getInt32( nResult, xPropSet, rAny ) ) in getInt32()
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | Aolevariant.hxx | 135 operator sal_Int32() const { return getInt32(); } in operator sal_Int32() 150 sal_Int32 getInt32() const;
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | FValue.hxx | 260 operator sal_Int32() const { return isNull() ? 0 : getInt32(); } in operator sal_Int32() 324 sal_Int32 getInt32() const;
|
/trunk/main/sax/inc/sax/tools/ |
H A D | attributemap.hxx | 54 sal_Int32 getInt32( SaxToken nToken, sal_Int32 nDefault = 0 ) const;
|
/trunk/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 230 (*this) = getInt32(); in setTypeKind() 1315 sal_Int32 ORowSetValue::getInt32() const in getInt32() function in connectivity::ORowSetValue 1986 (*this) = getInt32(); in setSigned() 1992 (*this) = getInt32(); in setSigned()
|
H A D | RowFunctionParser.cxx | 268 return _aRow[mpArg->evaluate(_aRow )->getValue().getInt32()]; in evaluate()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | ORowSetValue.java | 256 setInt32(getInt32()); in setTypeKind() 876 public int getInt32() { in getInt32() method in ORowSetValue
|
H A D | CustomResultSet.java | 282 return field.getInt32(); in getInt()
|
H A D | DatabaseMetaDataResultSet.java | 304 return field.getInt32(); in getInt()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | StaticSet.cxx | 367 ORowSetMatrix::iterator aPos = m_aSet.begin()+(_rDeleteRow->get())[0].getInt32(); in deleteRow()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | Aolevariant.cxx | 599 sal_Int32 OLEVariant::getInt32() const in getInt32() function in OLEVariant
|
Completed in 63 milliseconds