Home
last modified time | relevance | path

Searched refs:toInt32 (Results 76 – 100 of 231) sorted by relevance

12345678910

/aoo41x/main/oox/source/xls/
H A Dsheetdatacontext.cxx223 mrSheetData.setStringCell( maCellData, maCellValue.toInt32() ); in onEndElement()
309 … sal_Int32 nLastCol = ::std::min( aColSpanToken.copy( nSepPos + 1 ).toInt32() - 1, nMaxCol ); in importRow()
310 … aModel.insertColSpan( ValueRange( aColSpanToken.copy( 0, nSepPos ).toInt32() - 1, nLastCol ) ); in importRow()
H A Dpagesettings.cxx964 rColor.copy( 0, 2 ).toInt32(), in convertFontColor()
965 static_cast< double >( rColor.copy( 2 ).toInt32() ) / 100.0 ); in convertFontColor()
968 maFontModel.maColor.setRgb( rColor.toInt32( 16 ) ); in convertFontColor()
/aoo41x/main/xmlscript/source/xmldlg_imexp/
H A Dimp_share.hxx50 inline sal_Int32 toInt32( ::rtl::OUString const & rStr ) SAL_THROW( () ) in toInt32() function
54 nVal = rStr.copy( 2 ).toInt32( 16 ); in toInt32()
56 nVal = rStr.toInt32(); in toInt32()
105 *pRet = toInt32( aValue ); in getLongAttr()
/aoo41x/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx573 if ( getString( STR_IMAGE_RESOLUTION_0 ).getToken( 0, ';', nI0 ).toInt32() == nImageResolution ) in UpdateControlStatesPage2()
575 …else if ( getString( STR_IMAGE_RESOLUTION_1 ).getToken( 0, ';', nI1 ).toInt32() == nImageResolutio… in UpdateControlStatesPage2()
577 …else if ( getString( STR_IMAGE_RESOLUTION_2 ).getToken( 0, ';', nI2 ).toInt32() == nImageResolutio… in UpdateControlStatesPage2()
579 …else if ( getString( STR_IMAGE_RESOLUTION_3 ).getToken( 0, ';', nI3 ).toInt32() == nImageResolutio… in UpdateControlStatesPage2()
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx590 mnValue = rValue.toInt32(); in OOXMLIntegerValue()
633 mnValue = static_cast<sal_uInt32>(rValue.toInt32(16)); in OOXMLHexValue()
/aoo41x/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx549 nDistance = rsDistance.copy(0,rsDistance.getLength()-2).toInt32(); in ParseDistance()
553 const sal_Int32 nLines (rsDistance.copy(0,rsDistance.getLength()-1).toInt32()); in ParseDistance()
/aoo41x/main/sc/source/filter/xml/
H A Dxmldrani.cxx811 pDatabaseRangeContext->SetSubTotalsUserListIndex(static_cast<sal_Int16>(sTemp.toInt32())); in ScXMLSortGroupsContext()
887 aSubTotalRule.nSubTotalRuleGroupFieldNumber = static_cast<sal_Int16>(sValue.toInt32()); in ScXMLSubTotalRuleContext()
983 aSubTotalColumn.Column = sFieldNumber.toInt32(); in EndElement()
H A Dxmlconti.cxx80 nRepeat = sAttrValue.toInt32(); in CreateChildContext()
H A Dxmlfilti.cxx292 nField = sValue.toInt32(); in ScXMLConditionContext()
668 nField = sValue.toInt32(); in ScXMLDPConditionContext()
/aoo41x/main/svtools/source/misc/
H A Dtransfer.cxx265 …wAspect = static_cast< sal_uInt16 >( xMimeType->getParameterValue( aViewAspectString ).toInt32() ); in ImplSetParameterString()
270 … rObjDesc.maSize.Width() = xMimeType->getParameterValue( aWidthString ).toInt32(); in ImplSetParameterString()
275 … rObjDesc.maSize.Height() = xMimeType->getParameterValue( aHeightString ).toInt32(); in ImplSetParameterString()
280 … rObjDesc.maDragStartPos.X() = xMimeType->getParameterValue( aPosXString ).toInt32(); in ImplSetParameterString()
285 … rObjDesc.maDragStartPos.Y() = xMimeType->getParameterValue( aPosYString ).toInt32(); in ImplSetParameterString()
/aoo41x/main/framework/source/fwe/xml/
H A Dstatusbardocumenthandler.cxx373 nWidth = (sal_Int16)(xAttribs->getValueByIndex( n ).toInt32()); in startElement()
379 nOffset = (sal_Int16)(xAttribs->getValueByIndex( n ).toInt32()); in startElement()
/aoo41x/main/xmloff/source/style/
H A Dxmlnumi.cxx369 nLevel = rValue.toInt32(); in SvxXMLListLevelStyleContext_Impl()
407 sal_Int32 nTmp = rValue.toInt32(); in SvxXMLListLevelStyleContext_Impl()
416 sal_Int32 nTmp = rValue.toInt32(); in SvxXMLListLevelStyleContext_Impl()
/aoo41x/main/sw/source/filter/xml/
H A Dxmltbli.cxx479 nColSpan = (sal_uInt32)rValue.toInt32(); in SwXMLTableCellContext_Impl()
484 nRowSpan = (sal_uInt32)rValue.toInt32(); in SwXMLTableCellContext_Impl()
489 nColRepeat = (sal_uInt32)rValue.toInt32(); in SwXMLTableCellContext_Impl()
762 nColRep = (sal_uInt32)rValue.toInt32(); in SwXMLTableColContext_Impl()
924 nRowRepeat = (sal_uInt32)rValue.toInt32(); in SwXMLTableRowContext_Impl()
/aoo41x/main/oox/source/drawingml/table/
H A Dtablerowcontext.cxx40 rTableRow.setHeight( xAttribs->getOptionalValue( XML_h ).toInt32() ); in TableRowContext()
H A Dtablecontext.cxx85 rvTableGrid.push_back( xAttribs->getOptionalValue( XML_w ).toInt32() ); in createFastChildContext()
/aoo41x/main/writerfilter/source/dmapper/
H A DMeasureHandler.cxx90 m_nMeasureValue = sHeight.toInt32(); in lcl_attribute()
/aoo41x/main/basebmp/source/
H A Ddebug.cxx98 …Stream << std::setw(8) << (sal_uInt32)rDevice->getPixel( basegfx::B2IPoint(x,y) ).toInt32() << " "; in debugDump()
/aoo41x/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx375 pValues[ n ] <<= aValue.toInt32(); in createNewContent()
381 pValues[ n ] <<= sal_Int16( aValue.toInt32() ) ; in createNewContent()
/aoo41x/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx259 sal_uInt32 nColor = aColor.copy( 1 ).toInt32( 16 ); in startElement()
360 pItem->nIndex = xAttribs->getValueByIndex( n ).toInt32(); in startElement()
/aoo41x/main/vcl/unx/generic/dtrans/
H A Dconfig.cxx96 m_nSelectionTimeout = pLine->toInt32(); in DtransX11ConfigItem()
/aoo41x/main/oox/source/drawingml/
H A Dshapecontext.cxx92 mpShapePtr->setSubTypeIndex( xAttribs->getOptionalValue( XML_idx ).toInt32() ); in createFastChildContext()
H A Dshapegroupcontext.cxx77 mpGroupShapePtr->setSubTypeIndex( xAttribs->getOptionalValue( XML_idx ).toInt32() ); in createFastChildContext()
/aoo41x/main/xmloff/source/core/
H A Dunointerfacetouniqueidentifiermapper.cxx101 sal_Int32 nId = rIdentifier.copy(2).toInt32(); in registerReference()
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlLogin.cxx127 … Reference< XDataSource>(xDataSource,UNO_QUERY_THROW)->setLoginTimeout(sValue.toInt32()); in DBG_NAME()
/aoo41x/main/chart2/source/controller/main/
H A DChartController_Properties.cxx222 nPointIndex = aParticleID.toInt32(); in createItemConverter()
543 sal_Int32 nPointIndex = ObjectIdentifier::getParticleID( rSelectedCID ).toInt32(); in lcl_getObjectCIDForCommand()

Completed in 204 milliseconds

12345678910