Lines Matching refs:OUString

64 ::rtl::OUString
71 return ::rtl::OUString( sName ); in getName()
75 ScVbaName::setName( const ::rtl::OUString & rName ) throw (css::uno::RuntimeException) in setName()
80 ::rtl::OUString
87 ScVbaName::setNameLocal( const ::rtl::OUString & rName ) throw (css::uno::RuntimeException) in setNameLocal()
103 ::rtl::OUString
106 ::rtl::OUString sValue = mxNamedRange->getContent(); in getValue()
107 ::rtl::OUString sSheetName = getWorkSheet()->getName(); in getValue()
108 ::rtl::OUString sSegmentation = ::rtl::OUString::createFromAscii( ";" ); in getValue()
109 ::rtl::OUString sNewSegmentation = ::rtl::OUString::createFromAscii( "," ); in getValue()
110 ::rtl::OUString sResult; in getValue()
116 ::rtl::OUString sTmpValue = sValue.copy( nFrom, nTo - nFrom ); in getValue()
119 ::rtl::OUString sTmp = sTmpValue.copy( 1 ); in getValue()
120 … sTmp.replaceAt(0, (sSheetName + ::rtl::OUString::createFromAscii(".")).getLength(), sSheetName + … in getValue()
127 ::rtl::OUString sTmpValue = sValue.copy( nFrom ); in getValue()
130 ::rtl::OUString sTmp = sTmpValue.copy(1); in getValue()
131 … sTmp.replaceAt(0, (sSheetName + ::rtl::OUString::createFromAscii(".")).getLength(), sSheetName + … in getValue()
136 sResult = ::rtl::OUString::createFromAscii("=") + sResult; in getValue()
142 ScVbaName::setValue( const ::rtl::OUString & rValue ) throw (css::uno::RuntimeException) in setValue()
144 ::rtl::OUString sSheetName = getWorkSheet()->getName(); in setValue()
145 ::rtl::OUString sValue = rValue; in setValue()
146 ::rtl::OUString sSegmentation = ::rtl::OUString::createFromAscii( "," ); in setValue()
147 ::rtl::OUString sNewSegmentation = ::rtl::OUString::createFromAscii( ";" ); in setValue()
148 ::rtl::OUString sResult; in setValue()
153 ::rtl::OUString sTmp = sValue.copy(1); in setValue()
159 ::rtl::OUString sTmpValue = sValue.copy( nFrom, nTo - nFrom ); in setValue()
160 …Value.replaceAt(0, (sSheetName + ::rtl::OUString::createFromAscii("!")).getLength(), sSheetName + … in setValue()
163 sTmpValue = ::rtl::OUString::createFromAscii("$") + sTmpValue; in setValue()
170 ::rtl::OUString sTmpValue = sValue.copy( nFrom ); in setValue()
171 …Value.replaceAt(0, (sSheetName + ::rtl::OUString::createFromAscii("!")).getLength(), sSheetName + … in setValue()
174 sTmpValue = ::rtl::OUString::createFromAscii("$") + sTmpValue; in setValue()
180 ::rtl::OUString
187 ScVbaName::setRefersTo( const ::rtl::OUString & rRefersTo ) throw (css::uno::RuntimeException) in setRefersTo()
192 ::rtl::OUString
199 ScVbaName::setRefersToLocal( const ::rtl::OUString & rRefersTo ) throw (css::uno::RuntimeException) in setRefersToLocal()
204 ::rtl::OUString
211 ScVbaName::setRefersToR1C1( const ::rtl::OUString & rRefersTo ) throw (css::uno::RuntimeException) in setRefersToR1C1()
216 ::rtl::OUString
223 ScVbaName::setRefersToR1C1Local( const ::rtl::OUString & rRefersTo ) throw (css::uno::RuntimeExcept… in setRefersToR1C1Local()
247 rtl::OUString&
250 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaName") ); in getServiceImplName()
254 uno::Sequence< rtl::OUString >
257 static uno::Sequence< rtl::OUString > aServiceNames; in getServiceNames()
261 aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.Name" ) ); in getServiceNames()