Home
last modified time | relevance | path

Searched refs:C2U (Results 176 – 200 of 322) sorted by relevance

12345678910>>...13

/aoo42x/main/sd/source/ui/table/
H A DTableDesignPane.cxx62 #define C2U(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x ) ) macro
87 C2U( "UseFirstRowStyle" ), in getPropertyNames()
88 C2U( "UseLastRowStyle" ), in getPropertyNames()
89 C2U( "UseBandingRowStyle" ), in getPropertyNames()
90 C2U( "UseFirstColumnStyle" ), in getPropertyNames()
91 C2U( "UseLastColumnStyle" ), in getPropertyNames()
92 C2U( "UseBandingColumnStyle" ) in getPropertyNames()
/aoo42x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx1810 sName = C2U("Name"); in OutputFlyFrame_Impl()
1819 sName = C2U("HelpText"); in OutputFlyFrame_Impl()
1829 sName = C2U("HelpF1Text"); in OutputFlyFrame_Impl()
1843 xPropSet->getPropertyValue(C2U("State")) >>= nTemp; in OutputFlyFrame_Impl()
1862 xPropSet->getPropertyValue(C2U("Name")) >>= aTmp; in OutputFlyFrame_Impl()
1878 xPropSet->getPropertyValue(C2U("Text")) >>= aTmp; in OutputFlyFrame_Impl()
1882 sName = C2U("HelpText"); in OutputFlyFrame_Impl()
1892 sName = C2U("HelpF1Text"); in OutputFlyFrame_Impl()
1930 sName = C2U("Name"); in OutputFlyFrame_Impl()
1939 sName = C2U("HelpText"); in OutputFlyFrame_Impl()
[all …]
/aoo42x/main/chart2/source/model/main/
H A DDataPoint.cxx298 aServices[ 0 ] = C2U( "com.sun.star.chart2.DataPoint" ); in getSupportedServiceNames_Static()
299 aServices[ 1 ] = C2U( "com.sun.star.chart2.DataPointProperties" ); in getSupportedServiceNames_Static()
300 aServices[ 2 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static()
310 APPHELPER_XSERVICEINFO_IMPL( DataPoint, C2U( "com.sun.star.comp.chart.DataPoint" ));
H A DFormattedString.cxx218 aServices[ 0 ] = C2U( "com.sun.star.chart2.FormattedString" ); in getSupportedServiceNames_Static()
219 aServices[ 1 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static()
259 C2U( "com.sun.star.comp.chart.FormattedString" ));
H A DGridProperties.cxx63 Property( C2U( "Show" ), in lcl_AddPropertiesToVector()
256 aServices[ 0 ] = C2U( "com.sun.star.chart2.GridProperties" ); in getSupportedServiceNames_Static()
257 aServices[ 1 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static()
/aoo42x/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_translation_unodialog.cxx53 #define C2U(cChar) rtl::OUString::createFromAscii(cChar) macro
243 if( rPropertyName.equals( C2U("IsDirectionToSimplified") ) ) in getPropertyValue()
247 else if( rPropertyName.equals( C2U("IsUseCharacterVariants") ) ) in getPropertyValue()
251 else if( rPropertyName.equals( C2U("IsTranslateCommonTerms") ) ) in getPropertyValue()
/aoo42x/main/chart2/source/model/template/
H A DChartType.cxx125 aDefaultSeq[0] = C2U( "label" ); in getSupportedMandatoryRoles()
126 aDefaultSeq[1] = C2U( "values-y" ); in getSupportedMandatoryRoles()
149 return C2U( "values-y" ); in getRoleOfSequenceForSeriesLabel()
184 C2U( "The given series is no element of this charttype" ), in removeDataSeries()
H A DFilledNetChartType.cxx81 aServices[ 1 ] = C2U( "com.sun.star.chart2.ChartType" ); in getSupportedServiceNames_Static()
82 aServices[ 2 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static()
88 C2U( "com.sun.star.comp.chart.FilledNetChartType" ));
H A DNetChartTypeTemplate.cxx135 … bool bCurrentHasSymbol = (xProp->getPropertyValue( C2U( "Symbol" )) >>= aSymbProp) && in matchesTemplate()
147 … bool bCurrentHasLine = (xProp->getPropertyValue( C2U( "LineStyle" )) >>= eLineStyle) && in matchesTemplate()
218 aServices[ 1 ] = C2U( "com.sun.star.chart2.ChartTypeTemplate" ); in getSupportedServiceNames_Static()
/aoo42x/main/sw/source/ui/uno/
H A Dunoatxt.cxx217 aIllegal.Message = C2U("group name must not be empty"); in insertNewByName()
233 aIllegal.Message = C2U("group name must contain a-z, A-z, '_', ' ' only"); in insertNewByName()
831 return C2U("SwXAutoTextGroup"); in getImplementationName()
838 return C2U("com.sun.star.text.AutoTextGroup") == rServiceName; in supportsService()
847 pArray[0] = C2U("com.sun.star.text.AutoTextGroup"); in getSupportedServiceNames()
1153 return C2U("SwXAutoTextEntry"); in getImplementationName()
1160 return C2U("com.sun.star.text.AutoTextEntry") == rServiceName; in supportsService()
1169 pArray[0] = C2U("com.sun.star.text.AutoTextEntry"); in getSupportedServiceNames()
H A Dunomod.cxx585 return C2U("SwXPrintSettings"); in getImplementationName()
592 return C2U("com.sun.star.text.PrintSettings") == rServiceName; in supportsService()
601 pArray[0] = C2U("com.sun.star.text.PrintSettings"); in getSupportedServiceNames()
1039 return C2U("SwXViewSettings"); in getImplementationName()
1044 return C2U("com.sun.star.text.ViewSettings") == rServiceName; in supportsService()
1051 pArray[0] = C2U("com.sun.star.text.ViewSettings"); in getSupportedServiceNames()
/aoo42x/main/chart2/source/controller/main/
H A DConfigurationAccess.cxx70 : ConfigItem( ::rtl::OUString( C2U( "Office.Calc/Layout" ))) in CalcConfigItem()
87 aNames[ 0 ] = ::rtl::OUString( C2U( "Other/MeasureUnit/Metric" )); in getFieldUnit()
89 aNames[ 0 ] = ::rtl::OUString( C2U( "Other/MeasureUnit/NonMetric" )); in getFieldUnit()
H A DChartController_Properties.cxx106 bool bAffectsMultipleObjects = aParticleID.equals(C2U("ALLELEMENTS")); in createItemConverter()
226 … (xSeriesProp->getPropertyValue(C2U("VaryColorsByPoint")) >>= bVaryColorsByPoint) && in createItemConverter()
339 return ObjectIdentifier::createClassifiedIdentifier( OBJECTTYPE_TITLE, C2U("ALLELEMENTS") ); in lcl_getTitleCIDForCommand()
362 return ObjectIdentifier::createClassifiedIdentifier( OBJECTTYPE_AXIS, C2U("ALLELEMENTS") ); in lcl_getAxisCIDForCommand()
397 return ObjectIdentifier::createClassifiedIdentifier( OBJECTTYPE_GRID, C2U("ALLELEMENTS") ); in lcl_getGridCIDForCommand()
548 aChildParticle+=(C2U("=")); in lcl_getObjectCIDForCommand()
H A DStatusBarCommandDispatch.cxx92 fireStatusEventForURL( C2U(".uno:Context"), aArg, true, xSingleListener ); in fireStatusEvent()
98 aArg <<= C2U("*"); in fireStatusEvent()
99 fireStatusEventForURL( C2U(".uno:ModifiedStatus"), aArg, true, xSingleListener ); in fireStatusEvent()
H A DObjectHierarchy.cxx94 xInfo->hasPropertyByName( C2U("Name")) && in lcl_getChildOIDs()
95 (xShapeProp->getPropertyValue( C2U("Name")) >>= aName ) && in lcl_getChildOIDs()
453 aChildParticle+=(C2U("=")); in createDataSeriesTree()
479 … (xSeriesProp->getPropertyValue( C2U("ErrorBarY")) >>= xErrorBarProp) && in createDataSeriesTree()
483 … if( ( xErrorBarProp->getPropertyValue( C2U("ErrorBarStyle")) >>= nStyle ) && in createDataSeriesTree()
631 return ObjectIdentifier( C2U( "ROOT" ) ); in getRootNodeOID()
/aoo42x/main/chart2/source/view/charttypes/
H A DAreaChart.cxx110 m_xChartTypeModelProps->getPropertyValue( C2U( "CurveStyle" ) ) >>= m_eCurveStyle; in AreaChart()
111 … m_xChartTypeModelProps->getPropertyValue( C2U( "CurveResolution" ) ) >>= m_nCurveResolution; in AreaChart()
112 m_xChartTypeModelProps->getPropertyValue( C2U( "SplineOrder" ) ) >>= m_nSplineOrder; in AreaChart()
404 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in impl_createLine()
485 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in impl_createArea()
837 … xErrorBarProp->getPropertyValue( C2U( "ShowPositiveError" )) >>= bShowPositive; in createShapes()
838 … xErrorBarProp->getPropertyValue( C2U( "ShowNegativeError" )) >>= bShowNegative; in createShapes()
/aoo42x/main/sw/source/ui/dbui/
H A Ddbtablepreviewdialog.cxx89 …m_xFrame = uno::Reference< frame::XFrame >(xMgr->createInstance(C2U("com.sun.star.frame.Frame")), … in SwDBTablePreviewDialog()
103 aURL.Complete = C2U(".component:DB/DataSourceBrowser"); in SwDBTablePreviewDialog()
105 C2U(""), in SwDBTablePreviewDialog()
/aoo42x/main/svtools/source/config/
H A Dextcolorcfg.cxx58 #define C2U(cChar) OUString::createFromAscii(cChar) macro
218 ConfigItem(C2U("Office.ExtendedColorScheme")), in ExtendedColorConfig_Impl()
496 aCurrent.getArray()[0] = C2U("ExtendedColorScheme/CurrentColorScheme"); in CommitCurrentSchemeName()
534 return GetNodeNames(C2U("ExtendedColorScheme/ColorSchemes")); in GetSchemeNames()
541 if(ConfigItem::AddNode(C2U("ExtendedColorScheme/ColorSchemes"), rScheme)) in AddScheme()
556 return ClearNodeElements(C2U("ExtendedColorScheme/ColorSchemes"), aElements); in RemoveScheme()
/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedCharacterHeightProperty.cxx138 : WrappedCharacterHeightProperty_Base( C2U( "CharHeight" ), pRefSizePropProvider ) in WrappedCharacterHeightProperty()
148 : WrappedCharacterHeightProperty_Base( C2U( "CharHeightAsian" ), pRefSizePropProvider ) in WrappedAsianCharacterHeightProperty()
158 : WrappedCharacterHeightProperty_Base( C2U( "CharHeightComplex" ), pRefSizePropProvider ) in WrappedComplexCharacterHeightProperty()
H A DWrappedScaleTextProperties.cxx63 : ::chart::WrappedProperty( C2U( "ScaleText" ), rtl::OUString() ) in WrappedScaleTextProperty()
83 …throw lang::IllegalArgumentException( C2U("Property ScaleText requires value of type boolean"), 0,… in setPropertyValue()
143 Property( C2U( "ScaleText" ), in addProperties()
/aoo42x/main/chart2/source/tools/
H A DConfigColorScheme.cxx81 ::utl::ConfigItem( C2U("Office.Chart/DefaultColor")), in ChartConfigItem()
188 aServices[ 0 ] = C2U( "com.sun.star.chart2.ColorScheme" ); in getSupportedServiceNames_Static()
194 C2U( "com.sun.star.comp.chart2.ConfigDefaultColorScheme" ))
H A DChartTypeHelper.cxx263 xChartTypeProp->getPropertyValue( C2U("UseRings")) >>= bDonut; in getSupportedLabelPlacements()
302 xSeriesProp->getPropertyValue( C2U("StackingDirection") ) >>= eStacking; in getSupportedLabelPlacements()
562 if( (xChartTypeProp->getPropertyValue( C2U("UseRings")) >>= bDonut) in getNumberOfDisplayedSeries()
652 rtl::OUString aRet( C2U( "values-y" ) ); in getRoleOfSequenceForYAxisNumberFormatDetection()
663 rtl::OUString aRet( C2U( "values-y" ) ); in getRoleOfSequenceForDataLabelNumberFormatDetection()
/aoo42x/main/extensions/source/bibliography/
H A Dbibview.cxx54 #define C2U( cChar ) ::rtl::OUString::createFromAscii( cChar ) macro
86 Any aModified = xProps->getPropertyValue( C2U( "IsModified" ) ); in ~BibView()
93 Any aNew = xProps->getPropertyValue( C2U( "IsNew" ) ); in ~BibView()
/aoo42x/main/sd/source/ui/slideshow/
H A Dslideshow.cxx79 #define C2U(x) OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) macro
835 aArguments[0].Name = C2U("RehearseTimings"); in rehearseTimings()
953 aArguments[0].Name = C2U("Preview"); in startPreview()
956 aArguments[1].Name = C2U("FirstPage"); in startPreview()
959 aArguments[2].Name = C2U("AnimationNode"); in startPreview()
966 aArguments[3].Name = C2U("ParentWindow"); in startPreview()
/aoo42x/main/sw/source/core/unocore/
H A Dunosrch.cxx764 return C2U("SwXTextSearch"); in getImplementationName()
771 return C2U("com.sun.star.util.SearchDescriptor") == rServiceName || in supportsService()
772 C2U("com.sun.star.util.ReplaceDescriptor") == rServiceName; in supportsService()
781 pArray[0] = C2U("com.sun.star.util.SearchDescriptor"); in getSupportedServiceNames()
782 pArray[1] = C2U("com.sun.star.util.ReplaceDescriptor"); in getSupportedServiceNames()

Completed in 128 milliseconds

12345678910>>...13