Home
last modified time | relevance | path

Searched refs:uTmp (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx209 OUString uTmp; in lcl_getCharFmt() local
210 aValue >>= uTmp; in lcl_getCharFmt()
230 OUString uTmp; in lcl_GetParaStyle() local
231 aValue >>= uTmp; in lcl_GetParaStyle()
250 OUString uTmp; in lcl_GetPageDesc() local
251 aValue >>= uTmp; in lcl_GetPageDesc()
366 OUString uTmp; in setPropertyValue() local
373 OUString uTmp; in setPropertyValue() local
450 OUString uTmp; in setPropertyValue() local
457 OUString uTmp; in setPropertyValue() local
[all …]
H A Dunosect.cxx648 OUString uTmp; in SetPropertyValues_Impl() local
649 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() local
665 pValues[nProperty] >>= uTmp; in SetPropertyValues_Impl()
666 String sTmp(uTmp); in SetPropertyValues_Impl()
1053 OUString uTmp( (m_bIsDescriptor) in GetPropertyValues_Impl() local
1056 pRet[nProperty] <<= uTmp; in GetPropertyValues_Impl()
H A Dunofield.cxx571 OUString uTmp; in setPropertyValue() local
572 rValue >>= uTmp; in setPropertyValue()
573 String sTypeName(uTmp); in setPropertyValue()
H A Dunotbl.cxx1953 OUString uTmp; in ApplyTblAttr() local
1954 (*pPage) >>= uTmp; in ApplyTblAttr()
1955 String sPageStyle = uTmp; in ApplyTblAttr()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh3.cxx228 OUString uTmp; in GetURLFromButton() local
229 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()
/trunk/main/idlc/source/
H A Didlccompile.cxx83 OUString uWorkingDir, uUrlFileName, uTmp; in convertToAbsoluteSystemPath() local
88 if (FileBase::getFileURLFromSystemPath(uFileName, uTmp) in convertToAbsoluteSystemPath()
93 if (FileBase::getAbsoluteFileURL(uWorkingDir, uTmp, uUrlFileName) in convertToAbsoluteSystemPath()
/trunk/main/cppuhelper/test/testcmp/
H A DTestComponent.cxx192 rtl::OUString uTmp(pImplName, rtl_str_getLength(pImplName), RTL_TEXTENCODING_ASCII_US); in component_getFactory() local
194 rtl::OUString uImplName(cppu::EnvDcp::getTypeName(uTmp)); in component_getFactory()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx1018 OUString uTmp; in PutValue() local
1019 rAny >>= uTmp; in PutValue()
1023 OUString sMyFormula = SwXFieldMaster::LocalizeFormula(*this, uTmp, sal_False); in PutValue()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1341 OUString uTmp; in lcl_FindColumnEntry() local
1343 (pFields[i].Value >>= uTmp)) in lcl_FindColumnEntry()
1345 sRet = String(uTmp); in lcl_FindColumnEntry()

Completed in 89 milliseconds