Searched refs:uTmp (Results 1 – 9 of 9) sorted by relevance
209 OUString uTmp; in lcl_getCharFmt() local210 aValue >>= uTmp; in lcl_getCharFmt()230 OUString uTmp; in lcl_GetParaStyle() local231 aValue >>= uTmp; in lcl_GetParaStyle()250 OUString uTmp; in lcl_GetPageDesc() local251 aValue >>= uTmp; in lcl_GetPageDesc()366 OUString uTmp; in setPropertyValue() local373 OUString uTmp; in setPropertyValue() local450 OUString uTmp; in setPropertyValue() local457 OUString uTmp; in setPropertyValue() local[all …]
648 OUString uTmp; in SetPropertyValues_Impl() local649 pValues[nProperty] >>= uTmp; in SetPropertyValues_Impl()652 m_pProps->m_sCondition = uTmp; in SetPropertyValues_Impl()656 pSectionData->SetCondition(uTmp); in SetPropertyValues_Impl()664 OUString uTmp; in SetPropertyValues_Impl() local665 pValues[nProperty] >>= uTmp; in SetPropertyValues_Impl()666 String sTmp(uTmp); in SetPropertyValues_Impl()1053 OUString uTmp( (m_bIsDescriptor) in GetPropertyValues_Impl() local1056 pRet[nProperty] <<= uTmp; in GetPropertyValues_Impl()
571 OUString uTmp; in setPropertyValue() local572 rValue >>= uTmp; in setPropertyValue()573 String sTypeName(uTmp); in setPropertyValue()
1953 OUString uTmp; in ApplyTblAttr() local1954 (*pPage) >>= uTmp; in ApplyTblAttr()1955 String sPageStyle = uTmp; in ApplyTblAttr()
228 OUString uTmp; in GetURLFromButton() local229 if( (aTmp >>= uTmp) && uTmp.getLength()) in GetURLFromButton()231 rDescr = String(uTmp); in GetURLFromButton()236 if( (aTmp >>= uTmp) && uTmp.getLength()) in GetURLFromButton()238 rURL = String(uTmp); in GetURLFromButton()
83 OUString uWorkingDir, uUrlFileName, uTmp; in convertToAbsoluteSystemPath() local88 if (FileBase::getFileURLFromSystemPath(uFileName, uTmp) in convertToAbsoluteSystemPath()93 if (FileBase::getAbsoluteFileURL(uWorkingDir, uTmp, uUrlFileName) in convertToAbsoluteSystemPath()
192 rtl::OUString uTmp(pImplName, rtl_str_getLength(pImplName), RTL_TEXTENCODING_ASCII_US); in component_getFactory() local194 rtl::OUString uImplName(cppu::EnvDcp::getTypeName(uTmp)); in component_getFactory()
1016 OUString uTmp; in PutValue() local1017 rAny >>= uTmp; in PutValue()1021 OUString sMyFormula = SwXFieldMaster::LocalizeFormula(*this, uTmp, sal_False); in PutValue()
1341 OUString uTmp; in lcl_FindColumnEntry() local1343 (pFields[i].Value >>= uTmp)) in lcl_FindColumnEntry()1345 sRet = String(uTmp); in lcl_FindColumnEntry()
Completed in 106 milliseconds