Searched refs:getInt32 (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysis.cxx | 213 sal_Int32 nMode = aAnyConv.getInt32( xPropSet, rAny, 0 ); in getDateMode() 968 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getBin2Oct() 984 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getBin2Hex() 993 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getOct2Bin() 1009 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getOct2Hex() 1017 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getDec2Bin() 1025 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getDec2Oct() 1033 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getDec2Hex() 1042 sal_Bool bUsePlaces = aAnyConv.getInt32( nPlaces, xOpt, rPlaces ); in getHex2Bin() 1058 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()
|
/aoo41x/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;
|
/aoo41x/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;
|
/aoo41x/main/sax/inc/sax/tools/ |
H A D | attributemap.hxx | 54 sal_Int32 getInt32( SaxToken nToken, sal_Int32 nDefault = 0 ) const;
|
/aoo41x/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()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | StaticSet.cxx | 367 ORowSetMatrix::iterator aPos = m_aSet.begin()+(_rDeleteRow->get())[0].getInt32(); in deleteRow()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | Aolevariant.cxx | 599 sal_Int32 OLEVariant::getInt32() const in getInt32() function in OLEVariant
|
Completed in 142 milliseconds