Home
last modified time | relevance | path

Searched refs:toInt32 (Results 176 – 200 of 232) sorted by relevance

12345678910

/aoo41x/main/sc/source/filter/xml/
H A Dxmldpimp.cxx950 nUsedHierarchy = sValue.toInt32(); in ScXMLDataPilotFieldContext()
1250 aInfo.ItemCount = sValue.toInt32(); in ScXMLDataPilotDisplayInfoContext()
/aoo41x/main/xmloff/source/style/
H A Dxmlstyle.cxx150 sal_Int32 nTmp = rValue.toInt32(); in SetAttribute()
/aoo41x/main/sw/source/filter/xml/
H A Dxmlimpit.cxx903 sal_Int32 nValue = rValue.toInt32(); in PutXMLValue()
H A Dxmlfmt.cxx140 rNumber = sNum.toInt32(); in MatchNumber()
/aoo41x/main/basic/source/runtime/
H A Ddllmgr.cxx581 sal_Int32 n = name.copy(1).toInt32(); //TODO: handle bad input in getProcData()
/aoo41x/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx236 nPresetSubType = (sal_uInt32)rPresetSubType.toInt32(); in ImplTranslatePresetSubType()
1035 nPresetId = aNumber.toInt32(); in exportAnimPropertySet()
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx1283 return aValue.copy(0,aValue.indexOf('.')).toInt32(); in getDriverMajorVersion()
1297 return aValue.copy(0,aValue.lastIndexOf('.')).toInt32(); in getDriverMinorVersion()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr4.cxx266 nUnit[eState-1] = aStr.copy( 0, nParseEnd).toInt32(); in ConvertStringToValue()
292 … nUnit[eState] = aStr.copy( pLastStart - pStart, p - pLastStart).toInt32(); in ConvertStringToValue()
366 … nUnit[eState] = aStr.copy( pLastStart - pStart, p - pLastStart).toInt32(); in ConvertStringToValue()
/aoo41x/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx270 rDateTime.HundredthSeconds = static_cast<sal_uInt16>(sHundredth.toInt32()); in convertDateTime()
/aoo41x/main/tools/source/memtools/
H A Dmultisel.cxx1000 nNumber = aNumberBuf.makeStringAndClear().toInt32(); in setRange()
/aoo41x/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx745 SetConfigProperty( TK_ImageResolution, Any( aString.toInt32() ) ); in textChanged()
/aoo41x/main/forms/source/xforms/
H A Ddatatypes.cxx953 fValue = (double)(sal_Int16)value.toInt32(); in _getValue()
/aoo41x/main/sal/qa/rtl_strings/
H A Drtl_OString.cxx3024 sal_Int32 intRes = str.toInt32(radix); in test_toInt32()
3053 sal_Int32 iRes = str.toInt32(-1); in test_rtl_OString_toInt32_wrongRadix()
/aoo41x/main/oox/source/ole/
H A Daxcontrol.cxx772 maSize.first = rValue.copy( 0, nSepPos ).toInt32(); in importProperty()
773 maSize.second = rValue.copy( nSepPos + 1 ).toInt32(); in importProperty()
/aoo41x/main/sw/source/ui/lingu/
H A Dolmenu.cxx227 sal_uInt16 nScriptType = static_cast< sal_Int16 >(aSeq[1].toInt32()); in fillLangPopupMenu()
/aoo41x/main/xmloff/source/chart/
H A DSchXMLTools.cxx127 nBuildId = sBuildId.toInt32(); in lcl_getBuildIDFromGenerator()
/aoo41x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx2126 _nBasePosX += toInt32( aValue ); in BulletinBoardElement()
2133 _nBasePosY += toInt32( aValue ); in BulletinBoardElement()
/aoo41x/main/cppu/source/typelib/
H A Dtypelib.cxx2193 name.copy(i2, i3 - i2).toInt32(), in typelib_typedescription_getByName()
2194 name.copy(i3 + 1, i4 - i3 - 1).toInt32())) in typelib_typedescription_getByName()
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx508 sal_Unicode value = (sal_Unicode)(aToken.toInt32()); in decodeOutput()
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx690 m_nHitCount = value.toInt32(); in query()
/aoo41x/main/sal/rtl/source/
H A Dstrtmpl.c843 sal_Int32 SAL_CALL IMPL_RTL_STRNAME( toInt32 )( const IMPL_RTL_STRCODE* pStr, in IMPL_RTL_STRNAME() argument
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh.cxx1010 rLang = static_cast<LanguageType>(aTokens[0].toInt32()); in lcl_parseHtmlFilterOption()
1011 rDateConvert = static_cast<bool>(aTokens[1].toInt32()); in lcl_parseHtmlFilterOption()
/aoo41x/main/framework/test/typecfg/
H A Dxml2xcd.cxx396 rMember.nVersionInput = sVersion.toInt32(); in impl_parseCommandLine()
404 rMember.nVersionOutput = sVersion.toInt32(); in impl_parseCommandLine()
/aoo41x/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx187 nResult = aRep.toInt32(); in lcl_getValuesRepresentationIndex()
/aoo41x/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx368 sal_Int32 nIndex = pStyleNames[nStyle].copy( nDefaultLength ).toInt32(); in lcl_FindUnusedPageStyleName()

Completed in 236 milliseconds

12345678910