Home
last modified time | relevance | path

Searched refs:strRet (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/access/
H A Dacccell.cxx391 ::rtl::OUString strRet; in getCurrentValue()
403 strRet += ::rtl::OUString::createFromAscii(" "); in getCurrentValue()
405 strRet +=((SwTxtNode*)pCNd)->GetTxt(); in getCurrentValue()
408 aAny <<= strRet; in getCurrentValue()
468 ::com::sun::star::uno::Any strRet; in getExtendedAttributes()
478 strRet <<= strFor; in getExtendedAttributes()
480 return strRet; in getExtendedAttributes()
H A Daccembedded.cxx124 ::com::sun::star::uno::Any strRet; in getExtendedAttributes()
143 strRet <<= style; in getExtendedAttributes()
144 return strRet; in getExtendedAttributes()
/trunk/main/sc/source/core/data/
H A Ddpglobal.cxx50 String strRet = rString; in GetFuncString() local
51 strRet.Append( String::CreateFromAscii( szTemp, static_cast<sal_uInt16>(nLen) )); in GetFuncString()
52 return strRet; in GetFuncString()
/trunk/main/svx/source/accessibility/
H A DAccessibleOLEShape.cxx175 uno::Any strRet; in getExtendedAttributes() local
184 strRet <<= style; in getExtendedAttributes()
185 return strRet; in getExtendedAttributes()
H A DAccessibleShape.cxx1013 uno::Any strRet; in getExtendedAttributes() local
1015 if( getAccessibleRole() != AccessibleRole::SHAPE ) return strRet; in getExtendedAttributes()
1023 strRet <<= style; in getExtendedAttributes()
1024 return strRet; in getExtendedAttributes()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx503 uno::Any strRet; in getExtendedAttributes() local
528 strRet <<= strFor ; in getExtendedAttributes()
530 return strRet; in getExtendedAttributes()