Home
last modified time | relevance | path

Searched refs:rtl (Results 5551 – 5575 of 9916) sorted by path

1...<<221222223224225226227228229230>>...397

/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx305 rtl::OUString aStyles; in setFontStyle()
308 std::vector< rtl::OUString > aTokens; in setFontStyle()
312 rtl::OUString aToken = aStyles.getToken( 0, ' ', nIndex ); in setFontStyle()
316 std::vector< rtl::OUString >::iterator it; in setFontStyle()
334 rtl::OUStringBuffer aStyles; in getFontStyle()
477 return mxFont->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharContoured" ) ) ); in getOutlineFont()
480 rtl::OUString&
483 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaFont") ); in getServiceImplName()
487 uno::Sequence< rtl::OUString >
490 static uno::Sequence< rtl::OUString > aServiceNames; in getServiceNames()
[all …]
H A Dvbafont.hxx78 virtual rtl::OUString& getServiceImplName();
79 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
H A Dvbaformat.cxx68 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in ScVbaFormat()
106 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in setVerticalAlignment()
142 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in getVerticalAlignment()
325 rtl::OUString aPropName( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_WRAP ) ) ); in getWrapText()
371 uno::Any aRet = uno::makeAny( rtl::OUString() ); in getNumberFormatLocal()
384 rtl::OUString sFormat; in getNumberFormatLocal()
424 rtl::OUString sLocalFormatString; in setNumberFormatLocal()
453 rtl::OUString sFormatString; in setNumberFormat()
747 rtl::OUString sFormat; in getNumberFormat()
798 rtl::OUString&
[all …]
H A Dvbaformat.hxx56 bool isAmbiguous(const rtl::OUString& _sPropertyName) throw ( css::script::BasicErrorException );
59 …void setNumberFormat( css::lang::Locale _aLocale, const rtl::OUString& _sFormatString) throw( css:…
98 virtual rtl::OUString& getServiceImplName();
99 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
H A Dvbaformatcondition.cxx35 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in lcl_getScVbaFormatConditionsPtr()
66 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in Modify()
100 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in retrieveAPIType()
147 …mxParentRangePropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Conditiona… in notifyRange()
151 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in notifyRange()
155 rtl::OUString&
158 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaFormatCondition") ); in getServiceImplName()
162 uno::Sequence< rtl::OUString >
165 static uno::Sequence< rtl::OUString > aServiceNames; in getServiceNames()
169 …aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.FormatCondition" ) … in getServiceNames()
H A Dvbaformatcondition.hxx39 rtl::OUString msStyleName;
63 virtual rtl::OUString& getServiceImplName();
64 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
H A Dvbaformatconditions.cxx63 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in Delete()
75 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in Delete()
147 rtl::OUString sStyleName; in Add()
205 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in Add()
226 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in notifyRange()
230 rtl::OUString
234 rtl::OUString sFormula; in getA1Formula()
240 rtl::OUString
279 rtl::OUString&
286 uno::Sequence< rtl::OUString >
[all …]
H A Dvbaformatconditions.hxx45rtl::OUString getA1Formula(const css::uno::Any& _aFormula) throw ( css::script::BasicErrorExceptio…
46 rtl::OUString getStyleName();
47 …void removeFormatCondition( const rtl::OUString& _sStyleName, sal_Bool _bRemoveStyle) throw ( css:…
57 virtual rtl::OUString& getServiceImplName();
58 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
H A Dvbaglobals.cxx47 rtl::OUString sDocCtxName( RTL_CONSTASCII_USTRINGPARAM("ExcelDocumentContext") );
54 aInitArgs[ 0 ].Name = rtl::OUString::createFromAscii("Application"); in ScVbaGlobals()
98 throw uno::RuntimeException( rtl::OUString::createFromAscii( in getActiveWorkbook()
203 ScVbaGlobals::Evaluate( const ::rtl::OUString& Name ) throw (uno::RuntimeException) in Evaluate()
244 uno::Sequence< ::rtl::OUString > SAL_CALL
251 rtl::OUString names[] = { in getAvailableServiceNames()
252 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "ooo.vba.excel.Range" ) ), in getAvailableServiceNames()
254 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "ooo.vba.excel.Window" ) ), in getAvailableServiceNames()
270 rtl::OUString&
277 uno::Sequence< rtl::OUString >
[all …]
H A Dvbaglobals.hxx69 …virtual css::uno::Any SAL_CALL Evaluate( const ::rtl::OUString& Name ) throw (css::uno::RuntimeExc…
86 …virtual css::uno::Sequence< ::rtl::OUString > SAL_CALL getAvailableServiceNames( ) throw (css::un…
88 virtual rtl::OUString& getServiceImplName();
89 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
H A Dvbahelper.cxx297 rtl::OUString( in getCurrentDocument()
403 rtl::OUString sFileName; in PrintOutHelper()
484 rtl::OUString sString; in getAnyAsString()
535 rtl::OUString
536 …::getUniqueName( const uno::Sequence< ::rtl::OUString >& _slist, const rtl::OUString& _sElementNa… in getUniqueName()
541 rtl::OUString
542 …ties::getUniqueName( const uno::Sequence< rtl::OUString >& _slist, const rtl::OUString _sElementNa… in getUniqueName()
545 rtl::OUString scompname = _sElementName; in getUniqueName()
562 return rtl::OUString(); in getUniqueName()
590 rtl::OUString VBAToRegexp(const rtl::OUString &rIn, bool bForLike ) in VBAToRegexp()
[all …]
H A Dvbahyperlink.cxx36 using ::rtl::OUString;
37 using ::rtl::OUStringBuffer;
H A Dvbahyperlink.hxx52 virtual ::rtl::OUString SAL_CALL getName() throw (css::uno::RuntimeException);
53 … virtual void SAL_CALL setName( const ::rtl::OUString& rName ) throw (css::uno::RuntimeException);
54 virtual ::rtl::OUString SAL_CALL getAddress() throw (css::uno::RuntimeException);
55 …virtual void SAL_CALL setAddress( const ::rtl::OUString& rAddress ) throw (css::uno::RuntimeExcept…
56 virtual ::rtl::OUString SAL_CALL getSubAddress() throw (css::uno::RuntimeException);
57 …virtual void SAL_CALL setSubAddress( const ::rtl::OUString& rSubAddress ) throw (css::uno::Runtime…
58 virtual ::rtl::OUString SAL_CALL getScreenTip() throw (css::uno::RuntimeException);
59 …virtual void SAL_CALL setScreenTip( const ::rtl::OUString& rScreenTip ) throw (css::uno::RuntimeEx…
60 virtual ::rtl::OUString SAL_CALL getTextToDisplay() throw (css::uno::RuntimeException);
70 typedef ::std::pair< ::rtl::OUString, ::rtl::OUString > UrlComponents;
[all …]
H A Dvbahyperlinks.cxx34 using ::rtl::OUString;
45 …throw uno::RuntimeException( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Empty range objects" )… in lclContains()
H A Dvbahyperlinks.hxx38 typedef ::rtl::Reference< ScVbaHlinkContainer > ScVbaHlinkContainerRef;
56 typedef ::rtl::Reference< ScVbaHyperlinks > ScVbaHyperlinksRef;
H A Dvbainterior.cxx55 static const rtl::OUString BACKCOLOR( RTL_CONSTASCII_USTRINGPARAM( "CellBackColor" ) );
56 static const rtl::OUString PATTERN( RTL_CONSTASCII_USTRINGPARAM( "Pattern" ) );
57 static const rtl::OUString PATTERNCOLOR( RTL_CONSTASCII_USTRINGPARAM( "PatternColor" ) );
276 aAttributeData.Type = rtl::OUString::createFromAscii( "sal_Int32" ); in SetAttributeData()
277 aAttributeData.Value = rtl::OUString::valueOf( nValue ); in SetAttributeData()
281 ScVbaInterior::GetUserDefinedAttributes( const rtl::OUString& sName ) in GetUserDefinedAttributes()
291 ScVbaInterior::SetUserDefinedAttributes( const rtl::OUString& sName, const uno::Any& aValue ) in SetUserDefinedAttributes()
395 rtl::OUString&
398 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaInterior") ); in getServiceImplName()
402 uno::Sequence< rtl::OUString >
[all …]
H A Dvbainterior.hxx59 css::uno::Any GetUserDefinedAttributes( const rtl::OUString& sName );
60 void SetUserDefinedAttributes( const rtl::OUString& sName, const css::uno::Any& aValue );
80 virtual rtl::OUString& getServiceImplName();
81 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
H A Dvbaname.cxx64 ::rtl::OUString
80 ::rtl::OUString
103 ::rtl::OUString
108 ::rtl::OUString sSegmentation = ::rtl::OUString::createFromAscii( ";" ); in getValue()
109 ::rtl::OUString sNewSegmentation = ::rtl::OUString::createFromAscii( "," ); in getValue()
146 ::rtl::OUString sSegmentation = ::rtl::OUString::createFromAscii( "," ); in setValue()
180 ::rtl::OUString
192 ::rtl::OUString
204 ::rtl::OUString
216 ::rtl::OUString
[all …]
H A Dvbaname.hxx53 virtual ::rtl::OUString SAL_CALL getName() throw (css::uno::RuntimeException);
54 virtual void SAL_CALL setName( const ::rtl::OUString &rName ) throw (css::uno::RuntimeException);
55 virtual ::rtl::OUString SAL_CALL getNameLocal() throw (css::uno::RuntimeException);
59 virtual ::rtl::OUString SAL_CALL getValue() throw (css::uno::RuntimeException);
60 virtual void SAL_CALL setValue( const ::rtl::OUString &rValue ) throw (css::uno::RuntimeException);
61 virtual ::rtl::OUString SAL_CALL getRefersTo() throw (css::uno::RuntimeException);
63 virtual ::rtl::OUString SAL_CALL getRefersToLocal() throw (css::uno::RuntimeException);
65 virtual ::rtl::OUString SAL_CALL getRefersToR1C1() throw (css::uno::RuntimeException);
67 virtual ::rtl::OUString SAL_CALL getRefersToR1C1Local() throw (css::uno::RuntimeException);
76 virtual rtl::OUString& getServiceImplName();
[all …]
H A Dvbanames.cxx79 …throw uno::RuntimeException( rtl::OUString::createFromAscii("No ViewShell available"), uno::Refere… in getScDocument()
82 …throw uno::RuntimeException( rtl::OUString::createFromAscii("No ViewData available"), uno::Referen… in getScDocument()
99 rtl::OUString sName; in Add()
109 ::rtl::OUString sResult ; in Add()
119 …throw uno::RuntimeException( rtl::OUString::createFromAscii("This Name is a valid ."), uno::Refere… in Add()
155 mxNames->addNewByName( sName , rtl::OUString(sTmp) , aCellAddr , (sal_Int32)nType); in Add()
184 rtl::OUString&
187 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaNames") ); in getServiceImplName()
191 css::uno::Sequence<rtl::OUString>
194 static uno::Sequence< rtl::OUString > aServiceNames; in getServiceNames()
[all …]
H A Dvbanames.hxx73 virtual rtl::OUString& getServiceImplName();
74 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
H A Dvbaoleobject.cxx59 …olProvider > xControlProvider( xServiceManager->createInstanceWithContext( rtl::OUString( RTL_CONS… in ScVbaOLEObject()
84 …OSL_TRACE("OleObject %s returning visible %s", rtl::OUStringToOString( m_xControl->getName(), RTL_… in getVisible()
91 …OSL_TRACE("OleObject %s set visible %s", rtl::OUStringToOString( m_xControl->getName(), RTL_TEXTEN… in setVisible()
143 rtl::OUString&
146 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaOLEObject") ); in getServiceImplName()
150 uno::Sequence< rtl::OUString >
153 static uno::Sequence< rtl::OUString > aServiceNames; in getServiceNames()
157 aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.OLEObject" ) ); in getServiceNames()
H A Dvbaoleobject.hxx39 virtual rtl::OUString& getServiceImplName();
40 virtual css::uno::Sequence<rtl::OUString> getServiceNames();
H A Dvbaoleobjects.cxx133 ScVbaOLEObjects::getItemByStringIndex( const rtl::OUString& sIndex ) throw (uno::RuntimeException) in getItemByStringIndex()
164 rtl::OUString&
167 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaOLEObjects") ); in getServiceImplName()
171 uno::Sequence< rtl::OUString >
174 static uno::Sequence< rtl::OUString > aServiceNames; in getServiceNames()
178 aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.OLEObjects" ) ); in getServiceNames()
H A Dvbaoleobjects.hxx37 …virtual css::uno::Any getItemByStringIndex( const rtl::OUString& sIndex ) throw (css::uno::Runtime…
38 virtual rtl::OUString& getServiceImplName();
39 virtual css::uno::Sequence<rtl::OUString> getServiceNames();

Completed in 107 milliseconds

1...<<221222223224225226227228229230>>...397