Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/access/
H A Dacccell.cxx399 ::rtl::OUString strRet; in getCurrentValue()
411 strRet += ::rtl::OUString::createFromAscii(" "); in getCurrentValue()
413 strRet +=((SwTxtNode*)pCNd)->GetTxt(); in getCurrentValue()
416 aAny <<= strRet; in getCurrentValue()
480 ::com::sun::star::uno::Any strRet; in getExtendedAttributes()
490 strRet <<= strFor; in getExtendedAttributes()
492 return strRet; in getExtendedAttributes()
H A Daccembedded.cxx130 ::com::sun::star::uno::Any strRet; in getExtendedAttributes()
149 strRet <<= style; in getExtendedAttributes()
150 return strRet; in getExtendedAttributes()
/aoo41x/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()
/aoo41x/main/svx/source/accessibility/
H A DAccessibleOLEShape.cxx186 uno::Any strRet; in getExtendedAttributes() local
195 strRet <<= style; in getExtendedAttributes()
196 return strRet; in getExtendedAttributes()
H A DAccessibleShape.cxx1039 uno::Any strRet; in getExtendedAttributes() local
1041 if( getAccessibleRole() != AccessibleRole::SHAPE ) return strRet; in getExtendedAttributes()
1049 strRet <<= style; in getExtendedAttributes()
1050 return strRet; in getExtendedAttributes()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx515 uno::Any strRet; in getExtendedAttributes() local
540 strRet <<= strFor ; in getExtendedAttributes()
542 return strRet; in getExtendedAttributes()

Completed in 43 milliseconds