Home
last modified time | relevance | path

Searched refs:toInt32 (Results 101 – 125 of 232) sorted by relevance

12345678910

/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()
/aoo41x/main/oox/source/ppt/
H A Dpptshapegroupcontext.cxx78 mpGroupShapePtr->setSubTypeIndex( xAttribs->getOptionalValue( XML_idx ).toInt32() ); in createFastChildContext()
H A Dpptshapecontext.cxx112 mpShapePtr->setSubTypeIndex( xAttribs->getOptionalValue( XML_idx ).toInt32() ); in createFastChildContext()
H A Dslidefragmenthandler.cxx148 *pTheme->getFillStyle( xAttribs->getOptionalValue( XML_idx ).toInt32() ) ) ); in createFastChildContext()
/aoo41x/main/basebmp/inc/basebmp/
H A Dcolor.hxx62 sal_uInt32 toInt32() const { return mnColor; } in toInt32() function in basebmp::Color
/aoo41x/main/oox/source/drawingml/
H A Dtextfield.cxx76 int idx = p.toInt32(); in lclCreateTextFields()
H A Dhyperlinkcontext.cxx122 sal_Int32 nPageNumber = sHref.copy( nIndex2, nLength ).toInt32(); in HyperLinkContext()
/aoo41x/main/xmloff/source/draw/
H A Dximpshap.cxx306 nId = sValue.toInt32(); in addGluePoint()
803 mnZOrder = rValue.toInt32(); in processAttribute()
1903 mnStartGlueId = rValue.toInt32(); in processAttribute()
1913 mnEndGlueId = rValue.toInt32(); in processAttribute()
2269 mnPageNumber = rValue.toInt32(); in processAttribute()
3305 uno::makeAny( static_cast< sal_Int16 >( aValueStr.toInt32() ) ) ); in EndElement()
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx551 nRowStyleMask = sMask.toInt32( 2 ); in endTableGetCellProperties()
582 nCellStyleMask = sMask.toInt32( 2 ); in endTableGetCellProperties()
H A DNumberingManager.cxx713 m_pCurrentDefinition->SetId( rVal.getString().toInt32( ) ); in lcl_attribute()
740 sal_Int32 nVal = rVal.getString().toInt32(); in lcl_attribute()
/aoo41x/main/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx521 sal_Int32 nPointIndex( ObjectIdentifier::getParticleID(rObjectCID).toInt32() ); in getHelpText()
712 sal_Int32 nPointIndex( ObjectIdentifier::getParticleID(rObjectCID).toInt32() ); in getSelectedObjectText()
/aoo41x/main/xmloff/source/text/
H A DXMLTextListItemContext.cxx83 sal_Int32 nTmp = rValue.toInt32(); in XMLTextListItemContext()
/aoo41x/main/framework/source/fwi/threadhelp/
H A Dlockhelper.cxx534 eType = (ELockType)(sValue.toInt32()); in implts_getLockType()
/aoo41x/main/framework/source/application/
H A Dlogin.cxx287 m_nParentHandle = sValue.toInt32(); in impl_parseCommandline()
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpcontentprovider.cxx160 aURL.port().toInt32())) in queryContent()
/aoo41x/main/odk/examples/cpp/custompanel/
H A Dctp_factory.cxx86 const sal_Int32 nPanelColor = sColor.toInt32( 16 ); in createUIElement()
/aoo41x/main/basegfx/source/tools/
H A Dstringconversiontools.cxx141 o_nRetval = sNumberString.makeStringAndClear().toInt32(); in lcl_importNumberAndSpaces()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlRow.cxx83 m_pContainer->setRowSpanned(sValue.toInt32()); in DBG_NAME()
/aoo41x/main/svtools/source/graphic/
H A Dprovider.cxx298 const ResId aResId( rResourceURL.getToken( 0, '/', nIndex ).toInt32(), *pResMgr ); in implLoadResource()
331 sal_Int32 nImageId = ( nIndex > -1 ) ? rResourceURL.getToken( 0, '/', nIndex ).toInt32() : 0; in implLoadResource()
/aoo41x/main/filter/source/config/cache/
H A Dfiltercache.cxx2271 if (sValue.toInt32() == 1) in impl_interpretDataVal4Type()
2303 sal_Int32 nOrder = sValue.toInt32(); in impl_interpretDataVal4Filter()
2321 case 4: rItem[PROPNAME_FLAGS] <<= sValue.toInt32(); in impl_interpretDataVal4Filter()
2327 case 6: rItem[PROPNAME_FILEFORMATVERSION] <<= sValue.toInt32(); in impl_interpretDataVal4Filter()
/aoo41x/main/sc/source/filter/xml/
H A DXMLTextPContext.cxx77 nCount = sValue.toInt32(); in ScXMLTextTContext()
/aoo41x/main/sd/source/ui/framework/factories/
H A DFullScreenPane.cxx283 rnScreenNumberReturnValue = sValue.toInt32(); in ExtractArguments()
/aoo41x/main/oox/source/vml/
H A Dvmldrawing.cxx64 …() >= 3) && (rShapeId[ 0 ] == '\0') && (rShapeId[ 1 ] == 's')) ? rShapeId.copy( 2 ).toInt32() : -1; in lclGetShapeId()
/aoo41x/main/desktop/source/migration/services/
H A Dautocorrmigration.cxx171 …OUString sIsoName = MsLangId::convertLanguageToIsoString( (LanguageType) sLanguageType.toInt32() ); in copyFiles()
/aoo41x/main/sd/source/ui/view/
H A Dfrmview.cxx639 sal_Int32 nValue = sBuffer.makeStringAndClear().toInt32(); in createHelpLinesFromString()
659 aPoint.Y() = sBuffer.makeStringAndClear().toInt32(); in createHelpLinesFromString()

Completed in 145 milliseconds

12345678910