Home
last modified time | relevance | path

Searched refs:RTL_CONSTASCII_STRINGPARAM (Results 201 – 225 of 807) sorted by relevance

12345678910>>...33

/trunk/main/xmloff/source/chart/
H A DSchXMLPlotAreaContext.cxx367 …if( maChartTypeServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.chart2.PieChart… in StartElement()
368 …|| maChartTypeServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.chart2.DonutChar… in StartElement()
417 …if( maChartTypeServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.chart2.AreaChar… in StartElement()
418 …maChartTypeServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.chart2.LineChartTyp… in StartElement()
490 …if( maChartTypeServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.chart2.NetChart… in CreateChildContext()
502 …if( maChartTypeServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.chart2.ColumnCh… in CreateChildContext()
600 …maChartTypeServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.chart2.ColumnChartT… in EndElement()
621 RTL_CONSTASCII_STRINGPARAM( "com.sun.star.chart.StockDiagram" ))) && in EndElement()
H A DSchXMLSeries2Context.cxx290 …if( 0 == aGlobalChartTypeName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM( "com.sun.star.ch… in SchXMLSeries2Context()
376 …bool bIsCandleStick = maGlobalChartTypeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star… in StartElement()
379 …bIsCandleStick = maSeriesChartTypeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.char… in StartElement()
411 …else if( maSeriesChartTypeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.chart2.PieCh… in StartElement()
429 …if( maSeriesChartTypeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.chart2.BubbleChar… in StartElement()
512 …bool bIsScatterChart = maSeriesChartTypeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.sta… in EndElement()
513 …bool bIsBubbleChart = maSeriesChartTypeName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star… in EndElement()
/trunk/main/configmgr/source/
H A Dparsemanager.cxx55 RTL_CONSTASCII_STRINGPARAM("http://openoffice.org/2001/registry"))); in ParseManager()
59 RTL_CONSTASCII_STRINGPARAM("http://www.w3.org/2001/XMLSchema"))); in ParseManager()
63 RTL_CONSTASCII_STRINGPARAM( in ParseManager()
/trunk/main/extensions/source/update/ui/
H A Dupdatecheckui.cxx64 #define PROPERTY_TITLE RTL_CONSTASCII_STRINGPARAM("BubbleHeading")
65 #define PROPERTY_TEXT RTL_CONSTASCII_STRINGPARAM("BubbleText")
66 #define PROPERTY_IMAGE RTL_CONSTASCII_STRINGPARAM("BubbleImageURL")
67 #define PROPERTY_SHOW_BUBBLE RTL_CONSTASCII_STRINGPARAM("BubbleVisible")
68 #define PROPERTY_CLICK_HDL RTL_CONSTASCII_STRINGPARAM("MenuClickHDL")
69 #define PROPERTY_SHOW_MENUICON RTL_CONSTASCII_STRINGPARAM("MenuIconVisible")
428 if( rEvent.EventName.compareToAscii( RTL_CONSTASCII_STRINGPARAM("OnPrepareViewClosing") ) == 0 ) in notifyEvent()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx1304 appendAscii(RTL_CONSTASCII_STRINGPARAM(";AUTH=")); in setAbsURIRef()
1629 aSynAbsURIRef.appendAscii(RTL_CONSTASCII_STRINGPARAM("//")); in convertRelToAbs()
1965 aSynRelURIRef.appendAscii(RTL_CONSTASCII_STRINGPARAM("../")); in convertAbsToRel()
1979 aSynRelURIRef.appendAscii(RTL_CONSTASCII_STRINGPARAM("./")); in convertAbsToRel()
1989 appendAscii(RTL_CONSTASCII_STRINGPARAM("./")); in convertAbsToRel()
2515 aTheCanonic.appendAscii(RTL_CONSTASCII_STRINGPARAM("::")); in parseHost()
2900 RTL_CONSTASCII_STRINGPARAM("localhost"))) in setHost()
3183 aTheSynPath.appendAscii(RTL_CONSTASCII_STRINGPARAM("/~")); in parsePath()
4129 m_aAbsURIRef.appendAscii(RTL_CONSTASCII_STRINGPARAM("//")); in ConcatData()
4190 RTL_CONSTASCII_STRINGPARAM("localhost"))) in ConcatData()
[all …]
/trunk/main/svtools/source/misc/
H A Dimagemgr.cxx406 if ( aType == String( RTL_CONSTASCII_STRINGPARAM("factory") ) ) in GetImageId_Impl()
414 else if ( aType == String( RTL_CONSTASCII_STRINGPARAM("image") ) ) in GetImageId_Impl()
706 static String sVariable( RTL_CONSTASCII_STRINGPARAM( "%STAROFFICE" ) ); in ReplaceStarOfficeVar()
713 sProductName = String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "StarOffice" ) ); in ReplaceStarOfficeVar()
737 if ( aType == String( RTL_CONSTASCII_STRINGPARAM("factory") ) ) in GetDescription_Impl()
781 sDescription += String( RTL_CONSTASCII_STRINGPARAM(" (") ); in GetDescription_Impl()
/trunk/main/svtools/source/uno/
H A Dtoolboxcontroller.cxx200 if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Frame") )) in initialize()
202 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("CommandURL") )) in initialize()
204 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ServiceManager") )) in initialize()
206 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ParentWindow") )) in initialize()
208 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ModuleIdentifier" ) ) ) in initialize()
210 … else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Identifier" ) ) ) in initialize()
/trunk/main/stoc/source/javavm/
H A Djavavm.cxx652 RTL_CONSTASCII_STRINGPARAM( "UnoVirtualMachine"))) in initialize()
1129 if (aAccessor.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("ooInetProxyType"))) in elementReplaced()
1137 else if (aAccessor.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in elementReplaced()
1144 else if (aAccessor.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in elementReplaced()
1153 else if (aAccessor.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in elementReplaced()
1160 else if (aAccessor.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in elementReplaced()
1169 else if (aAccessor.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in elementReplaced()
1176 else if (aAccessor.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in elementReplaced()
1185 else if (aAccessor.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in elementReplaced()
1195 else if (aAccessor.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("NetAccess"))) in elementReplaced()
[all …]
/trunk/main/xmlscript/source/xmllib_imexp/
H A Dxmllib_import.cxx179 else if (mpLibArray && rLocalName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("libraries") )) in startRootElement()
183 else if (mpLibDesc && rLocalName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("library") )) in startRootElement()
238 else if (rLocalName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("library") )) in startChildElement()
300 else if (rLocalName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("element") )) in startChildElement()
/trunk/main/filter/source/xsltdialog/
H A Dtypedetectionexport.cxx56 (rURL.compareToAscii( RTL_CONSTASCII_STRINGPARAM("http:") ) != 0) && in createRelativeURL()
57 (rURL.compareToAscii( RTL_CONSTASCII_STRINGPARAM("shttp:") ) != 0) && in createRelativeURL()
58 (rURL.compareToAscii( RTL_CONSTASCII_STRINGPARAM("jar:") ) != 0) && in createRelativeURL()
59 (rURL.compareToAscii( RTL_CONSTASCII_STRINGPARAM("ftp:") ) != 0)) in createRelativeURL()
H A Dxmlfilterjar.cxx145 (rSourceFile.compareToAscii( RTL_CONSTASCII_STRINGPARAM("http:") ) != 0) && in addFile()
146 (rSourceFile.compareToAscii( RTL_CONSTASCII_STRINGPARAM("shttp:") ) != 0) && in addFile()
147 (rSourceFile.compareToAscii( RTL_CONSTASCII_STRINGPARAM("jar:") ) != 0) && in addFile()
148 (rSourceFile.compareToAscii( RTL_CONSTASCII_STRINGPARAM("ftp:") ) != 0)) in addFile()
/trunk/main/chart2/source/controller/main/
H A DUndoCommandDispatch.cxx92 if( bFireAll || rURL.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(".uno:Undo"))) in fireStatusEvent()
94 if( bFireAll || rURL.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(".uno:Redo"))) in fireStatusEvent()
112 if( URL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Undo" ))) in dispatch()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx840 RTL_CONSTASCII_STRINGPARAM( "135" ) ) ); in Paint()
842 RTL_CONSTASCII_STRINGPARAM( "180" ) ) ); in Paint()
846 RTL_CONSTASCII_STRINGPARAM( "225" ) ) ); in Paint()
849 RTL_CONSTASCII_STRINGPARAM( "-135" ) ) ); in Paint()
853 RTL_CONSTASCII_STRINGPARAM( "90" ) ) ); in Paint()
855 RTL_CONSTASCII_STRINGPARAM( "45" ) ) ); in Paint()
860 RTL_CONSTASCII_STRINGPARAM( "270" ) ) ); in Paint()
863 RTL_CONSTASCII_STRINGPARAM( "-90" ) ) ); in Paint()
866 RTL_CONSTASCII_STRINGPARAM( "0" ) ) ); in Paint()
871 RTL_CONSTASCII_STRINGPARAM( "315" ) ) ); in Paint()
[all …]
/trunk/main/scripting/source/storage/
H A DScriptURI.cxx191 if( attr.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "language" ) ) in parseIt()
198 else if ( attr.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "location" ) ) in parseIt()
205 else if ( attr.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "function" ) ) in parseIt()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1789 …if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.drawing.Das… in createInstance()
1811 …if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.document.Se… in createInstance()
1820 …if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.Docume… in createInstance()
1825 …if( 0 == rServiceName.reverseCompareToAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.chart2.data… in createInstance()
1854 …if( 0 == rServiceName.reverseCompareToAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "com.sun.star.drawing.… in createInstance()
1855 …0 == rServiceName.reverseCompareToAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "com.sun.star.drawing.Shap… in createInstance()
1921 …(rServiceName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM ( "com.sun.star.document.OfficeDocument" )))… in supportsService()
1922 … (rServiceName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM ( "com.sun.star.text.GenericTextDocument"))) in supportsService()
1931 …(bWebDoc && rServiceName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.WebDocument… in supportsService()
1932 …(bGlobalDoc && rServiceName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("com.sun.star.text.GlobalDocum… in supportsService()
[all …]
/trunk/main/sal/osl/all/
H A Ddebugbase.cxx97 RTL_CONSTASCII_STRINGPARAM("all") ) == 0) in osl_detail_ObjectRegistry_storeAddresses()
117 buf.append( RTL_CONSTASCII_STRINGPARAM("unexpected number of ") ); in osl_detail_ObjectRegistry_checkObjectCount()
119 buf.append( RTL_CONSTASCII_STRINGPARAM(": ") ); in osl_detail_ObjectRegistry_checkObjectCount()
/trunk/main/cui/source/dialogs/
H A Dhlinettp.cxx89 aURL.Append( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( STD_DOC_SUBPATH ) ) ); in SvxHyperlinkInternetTp()
90 aURL.Append( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( STD_DOC_NAME ) ) ); in SvxHyperlinkInternetTp()
172 maEdLogin.SetText( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM ( sAnonymous ) ) ); in setAnonymousFTPUser()
462 RTL_CONSTASCII_STRINGPARAM( "private:user" ) ) ); in IMPL_LINK()
/trunk/main/svl/source/items/
H A Drectitem.cxx91 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in GetPresentation()
93 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in GetPresentation()
95 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in GetPresentation()
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx782 if (aPropertyName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("MediaType"))) in setPropertyValue()
790 else if (aPropertyName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("Version"))) in setPropertyValue()
792 else if (aPropertyName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("Size") ) ) in setPropertyValue()
800 if (PropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "MediaType" ) ) ) in getPropertyValue()
808 else if (PropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "Version" ) ) ) in getPropertyValue()
810 else if (PropertyName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "Size" ) ) ) in getPropertyValue()
/trunk/main/sc/source/core/data/
H A Dattrib.cxx342 String aStrSep = String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM( ": " )); in GetPresentation()
343 String aStrDelim = String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM( ", " )); in GetPresentation()
476 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM( ": " )); in GetPresentation()
761 return String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("ScPageHFItem")); in GetValueText()
1055 String aDel = String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM(": ")); in GetPresentation()
1172 return String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("ScDoubleItem")); in GetValueText()
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.cxx801 rText.AppendAscii( RTL_CONSTASCII_STRINGPARAM("Client-Map")); in GetPresentation()
805 rText.AppendAscii( RTL_CONSTASCII_STRINGPARAM(" - ")); in GetPresentation()
806 rText.AppendAscii( RTL_CONSTASCII_STRINGPARAM("URL: ")); in GetPresentation()
809 rText.AppendAscii( RTL_CONSTASCII_STRINGPARAM(" (Server-Map)")); in GetPresentation()
813 rText.AppendAscii( RTL_CONSTASCII_STRINGPARAM(", Target: ")); in GetPresentation()
/trunk/main/package/source/xstor/
H A Docompinstream.cxx389 if ( aSeq[nInd].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Target" ) ) ) in getTargetByID()
414 if ( aSeq[nInd].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getTypeByID()
441 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Id" ) ) ) in getRelationshipByID()
474 if ( aSeq[nInd1][nInd2].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getRelationshipsByType()
505 if ( m_aProperties[aInd].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "RelationsInfo" ) ) ) in getAllRelationships()
/trunk/main/configmgr/qa/unit/
H A Dtest.cxx274 evt.PropertyName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("Label"))); in propertyChange()
393 ASSERT_TRUE(s.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("baa"))); in TEST_F()
409 ASSERT_TRUE(s.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("Foo"))); in TEST_F()
424 s.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("Fontwork Shape"))); in TEST_F()
456 s.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("Fontwork Gallery"))); in TEST_F()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx75 aRet.appendAscii( RTL_CONSTASCII_STRINGPARAM(".?AV") ); // class ".?AV"; struct ".?AU" in toRTTIname()
571 RTL_CONSTASCII_STRINGPARAM( in msci_filterCppException()
575 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM( in msci_filterCppException()
578 buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("\"!") ); in msci_filterCppException()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx97 rTxt.AppendAscii( RTL_CONSTASCII_STRINGPARAM(": " )); in lcl_GetRedlineHelp()
99 rTxt.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " - " )); in lcl_GetRedlineHelp()
153 sTxt.AssignAscii( RTL_CONSTASCII_STRINGPARAM( "=" )); in RequestHelp()
279 sTxt.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ": ")); in RequestHelp()

Completed in 197 milliseconds

12345678910>>...33