Home
last modified time | relevance | path

Searched refs:C2U (Results 101 – 125 of 322) sorted by relevance

12345678910>>...13

/trunk/main/chart2/source/tools/
H A DRegressionCurveModel.cxx191 return C2U( "com.sun.star.chart2.MeanValueRegressionCurve" ); in getServiceName()
193 return C2U( "com.sun.star.chart2.LinearRegressionCurve" ); in getServiceName()
195 return C2U( "com.sun.star.chart2.LogarithmicRegressionCurve" ); in getServiceName()
197 return C2U( "com.sun.star.chart2.ExponentialRegressionCurve" ); in getServiceName()
199 return C2U( "com.sun.star.chart2.PotentialRegressionCurve" ); in getServiceName()
312 aServices[ 1 ] = C2U( "com.sun.star.chart2.MeanValueRegressionCurve" ); in getSupportedServiceNames_Static()
340 aServices[ 1 ] = C2U( "com.sun.star.chart2.LinearRegressionCurve" ); in getSupportedServiceNames_Static()
368 aServices[ 1 ] = C2U( "com.sun.star.chart2.LogarithmicRegressionCurve" ); in getSupportedServiceNames_Static()
396 aServices[ 1 ] = C2U( "com.sun.star.chart2.ExponentialRegressionCurve" ); in getSupportedServiceNames_Static()
424 aServices[ 1 ] = C2U( "com.sun.star.chart2.PotentialRegressionCurve" ); in getSupportedServiceNames_Static()
H A DRegressionEquation.cxx75 Property( C2U( "ShowEquation" ), in lcl_AddPropertiesToVector()
82 Property( C2U( "ShowCorrelationCoefficient" ), in lcl_AddPropertiesToVector()
96 Property( C2U( "ReferencePageSize" ), in lcl_AddPropertiesToVector()
103 Property( C2U( "RelativePosition" ), in lcl_AddPropertiesToVector()
110 Property( C2U( "NumberFormat" ), in lcl_AddPropertiesToVector()
337 aServices[ nI++ ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static()
338 aServices[ nI++ ] = C2U( "com.sun.star.drawing.FillProperties" ); in getSupportedServiceNames_Static()
339 aServices[ nI++ ] = C2U( "com.sun.star.drawing.LineProperties" ); in getSupportedServiceNames_Static()
340 aServices[ nI++ ] = C2U( "com.sun.star.style.CharacterProperties" ); in getSupportedServiceNames_Static()
H A DAxisHelper.cxx105 C2U( "com.sun.star.chart2.LogarithmicScaling" ))); in isLogarithmic()
244 aRoleToMatch = C2U("values-x"); in getExplicitNumberFormatKeyForAxis()
343 C2U( "com.sun.star.chart2.Axis" ), xContext ), uno::UNO_QUERY ); in createAxis()
472 xProps->setPropertyValue( C2U( "Show" ), uno::makeAny( sal_True ) ); in makeAxisVisible()
474 xProps->setPropertyValue( C2U( "DisplayLabels" ), uno::makeAny( sal_True ) ); in makeAxisVisible()
482 xGridProperties->setPropertyValue( C2U( "Show" ), uno::makeAny( sal_True ) ); in makeGridVisible()
498 xProps->setPropertyValue( C2U( "Show" ), uno::makeAny( sal_False ) ); in makeAxisInvisible()
674 xProps->getPropertyValue( C2U( "Show" ) ) >>= bRet; in isAxisVisible()
687 xAxisProperties->getPropertyValue( C2U( "DisplayLabels" ) ) >>= bRet; in areAxisLabelsVisible()
698 xGridProperies->getPropertyValue( C2U( "Show" ) ) >>= bRet; in isGridVisible()
[all …]
H A DTitleHelper.cxx167 xProps->setPropertyValue( C2U( "Show" ), uno::makeAny( sal_False ) ); in createTitle()
177 C2U( "com.sun.star.chart2.Title" ), in createTitle()
232 … xTitleProps->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fNewAngleDegree )); in createTitle()
271 xTitleProperties->getPropertyValue( C2U( "StackCharacters" ) ) >>= bStacked; in setCompleteString()
309 C2U( "com.sun.star.chart2.FormattedString" ), xContext ) ); in setCompleteString()
323 xProp->setPropertyValue( C2U("CharHeight"), aFontSize ); in setCompleteString()
324 xProp->setPropertyValue( C2U("CharHeightAsian"), aFontSize ); in setCompleteString()
325 xProp->setPropertyValue( C2U("CharHeightComplex"), aFontSize ); in setCompleteString()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedNumberFormatProperty.cxx46 : WrappedDirectStateProperty( C2U("NumberFormat"), C2U("NumberFormat") ) in WrappedNumberFormatProperty()
66 …throw lang::IllegalArgumentException( C2U("Property 'NumberFormat' requires value of type sal_Int3… in setPropertyValue()
71 … bool bUseSourceFormat = !xInnerPropertySet->getPropertyValue( C2U("NumberFormat" )).hasValue(); in setPropertyValue()
119 : WrappedProperty( C2U("LinkNumberFormatToSource"), C2U("") ) in WrappedLinkNumberFormatProperty()
169 xInnerPropertySet->setPropertyValue( C2U("NumberFormat"), aValue ); in setPropertyValue()
181 bool bLink = ! xInnerPropertySet->getPropertyValue( C2U("NumberFormat" )).hasValue(); in getPropertyValue()
H A DAreaWrapper.cxx134 return C2U( "com.sun.star.chart.ChartArea" ); in getShapeType()
185 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U("LineStyle"), C2U("LineStyle") )… in createWrappedProperties()
195 aServices[ 0 ] = C2U( "com.sun.star.xml.UserDefinedAttributeSupplier" ); in getSupportedServiceNames_Static()
196 aServices[ 1 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static()
197 aServices[ 2 ] = C2U( "com.sun.star.drawing.FillProperties" ); in getSupportedServiceNames_Static()
198 aServices[ 3 ] = C2U( "com.sun.star.drawing.LineProperties" ); in getSupportedServiceNames_Static()
H A DWrappedAutomaticPositionProperties.cxx60 : ::chart::WrappedProperty( C2U( "AutomaticPosition" ), rtl::OUString() ) in WrappedAutomaticPositionProperty()
74 …throw lang::IllegalArgumentException( C2U("Property AutomaticPosition requires value of type boole… in setPropertyValue()
80 … Any aRelativePosition( xInnerPropertySet->getPropertyValue( C2U( "RelativePosition" ) ) ); in setPropertyValue()
82 xInnerPropertySet->setPropertyValue( C2U( "RelativePosition" ), Any() ); in setPropertyValue()
98 Any aRelativePosition( xInnerPropertySet->getPropertyValue( C2U( "RelativePosition" ) ) ); in getPropertyValue()
133 Property( C2U( "AutomaticPosition" ), in addProperties()
H A DGridWrapper.cxx185 …aWrappedProperties.push_back( new WrappedDefaultProperty( C2U("LineColor"), C2U("LineColor"), uno:… in createWrappedProperties()
195 aServices[ 0 ] = C2U( "com.sun.star.chart.ChartGrid" ); in getSupportedServiceNames_Static()
196 aServices[ 1 ] = C2U( "com.sun.star.xml.UserDefinedAttributeSupplier" ); in getSupportedServiceNames_Static()
197 aServices[ 2 ] = C2U( "com.sun.star.drawing.LineProperties" ); in getSupportedServiceNames_Static()
198 aServices[ 3 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static()
/trunk/main/chart2/source/controller/main/
H A DPositionAndSizeHelper.cxx68 xObjectProp->setPropertyValue( C2U( "RelativePosition" ), uno::makeAny(aRelativePosition) ); in moveObject()
79 xObjectProp->setPropertyValue( C2U( "RelativePosition" ), uno::makeAny(aRelativePosition) ); in moveObject()
83 …xObjectProp->setPropertyValue( C2U( "AnchorPosition" ), uno::makeAny(LegendPosition(LegendPosition… in moveObject()
84 …xObjectProp->setPropertyValue( C2U( "Expansion" ), uno::makeAny(::com::sun::star::chart::ChartLege… in moveObject()
96 xObjectProp->setPropertyValue( C2U( "RelativePosition" ), uno::makeAny(aRelativePosition) ); in moveObject()
109 xObjectProp->setPropertyValue( C2U( "RelativeSize" ), uno::makeAny(aRelativeSize) ); in moveObject()
122 xObjectProp->setPropertyValue( C2U( "RelativePosition" ), uno::makeAny(aRelativePosition) ); in moveObject()
130 xObjectProp->setPropertyValue( C2U( "RelativeSize" ), uno::makeAny(aRelativeSize) ); in moveObject()
/trunk/main/unotools/source/config/
H A Djavaoptions.cxx40 #define C2U(cChar) OUString::createFromAscii(cChar) macro
75 utl::ConfigItem(C2U("Office.Common/Java/Applet")), in SvtExecAppletsItem_Impl()
82 aNames.getArray()[0] = C2U("Enable"); in SvtExecAppletsItem_Impl()
99 aNames.getArray()[0] = C2U("Enable"); in Commit()
135 pNames[0] = C2U("Enable"); in SvtJavaOptions_Impl()
136 pNames[1] = C2U("Security"); in SvtJavaOptions_Impl()
137 pNames[2] = C2U("NetAccess"); in SvtJavaOptions_Impl()
138 pNames[3] = C2U("UserClassPath"); in SvtJavaOptions_Impl()
145 utl::ConfigItem(C2U("Office.Java/VirtualMachine")), in SvtJavaOptions()
/trunk/main/chart2/source/model/template/
H A DBubbleChartType.cxx186 aMandRolesSeq[0] = C2U( "label" ); in getSupportedMandatoryRoles()
187 aMandRolesSeq[1] = C2U( "values-x" ); in getSupportedMandatoryRoles()
188 aMandRolesSeq[2] = C2U( "values-y" ); in getSupportedMandatoryRoles()
189 aMandRolesSeq[3] = C2U( "values-size" ); in getSupportedMandatoryRoles()
198 return C2U( "values-size" ); in getRoleOfSequenceForSeriesLabel()
229 aServices[ 1 ] = C2U( "com.sun.star.chart2.ChartType" ); in getSupportedServiceNames_Static()
230 aServices[ 2 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static()
236 C2U( "com.sun.star.comp.chart.BubbleChartType" ));
H A DStockDataInterpreter.cxx154 SetRole( aData[nSourceIndex]->getValues(), C2U("values-y")); in interpretDataSource()
164 SetRole( aData[nSourceIndex]->getValues(), C2U("values-first")); in interpretDataSource()
172 SetRole( aData[nSourceIndex]->getValues(), C2U("values-min")); in interpretDataSource()
177 SetRole( aData[nSourceIndex]->getValues(), C2U("values-max")); in interpretDataSource()
182 SetRole( aData[nSourceIndex]->getValues(), C2U("values-last")); in interpretDataSource()
193 SetRole( aData[nSourceIndex]->getValues(), C2U("values-y")); in interpretDataSource()
212 SetRole( aData[nSourceIndex]->getValues(), C2U("values-min")); in interpretDataSource()
220 SetRole( aData[nSourceIndex]->getValues(), C2U("values-max")); in interpretDataSource()
230 SetRole( aData[nSourceIndex]->getValues(), C2U("values-last")); in interpretDataSource()
H A DXYDataInterpreter.cxx89 SetRole( xCategories->getValues(), C2U("categories")); in interpretDataSource()
99 SetRole( xValuesX->getValues(), C2U("values-x")); in interpretDataSource()
105 SetRole( aData[nDataIdx]->getValues(), C2U("values-y")); in interpretDataSource()
172 DataSeriesHelper::getDataSequenceByRole( xSeriesSource, C2U("values-y"), false )); in reinterpretDataSeries()
174 DataSeriesHelper::getDataSequenceByRole( xSeriesSource, C2U("values-x"), false )); in reinterpretDataSeries()
181 xSeriesSource->getDataSequences(), C2U("values"), true )); in reinterpretDataSeries()
193 SetRole( xValuesY->getValues(), C2U("values-y")); in reinterpretDataSeries()
201 SetRole( xValuesY->getValues(), C2U("values-x")); in reinterpretDataSeries()
H A DBarChartTypeTemplate.cxx63 Property( C2U( "Dimension" ), in lcl_AddPropertiesToVector()
69 Property( C2U( "Geometry3D" ), in lcl_AddPropertiesToVector()
273 …DataSeriesHelper::setPropertyAlsoToAllAttributedDataPoints( xSeries, C2U( "BorderStyle" ), uno::ma… in applyStyle()
281 …DataSeriesHelper::setPropertyAlsoToAllAttributedDataPoints( xSeries, C2U( "Geometry3D" ), aAGeomet… in applyStyle()
305 xState->setPropertyToDefault( C2U("Geometry3D")); in resetStyles()
308 xProp->getPropertyValue( C2U("BorderStyle")) == aLineStyleAny ) in resetStyles()
310 xState->setPropertyToDefault( C2U("BorderStyle")); in resetStyles()
334 aServices[ 1 ] = C2U( "com.sun.star.chart2.ChartTypeTemplate" ); in getSupportedServiceNames_Static()
/trunk/main/cui/source/options/
H A Doptsave.cxx70 #define C2U(cChar) OUString::createFromAscii(cChar) macro
103 ConfigItem(C2U("TypeDetection.Misc/Defaults"), in SvxAlienFilterWarningConfig_Impl()
108 aPropNames.getArray()[0] = C2U("ShowAlienFilterWarning"); in SvxAlienFilterWarningConfig_Impl()
523 xMSF->createInstance(C2U("com.sun.star.document.FilterFactory")), UNO_QUERY); in Reset()
533 sCommand = C2U("matchByDocumentService=%1:iflags="); in Reset()
535 sCommand += C2U(":eflags="); in Reset()
537 sCommand += C2U(":default_first"); in Reset()
541 … case APP_WRITER : sReplace = C2U("com.sun.star.text.TextDocument"); break; in Reset()
542 … case APP_WRITER_WEB : sReplace = C2U("com.sun.star.text.WebDocument"); break; in Reset()
543 … case APP_WRITER_GLOBAL : sReplace = C2U("com.sun.star.text.GlobalDocument"); break; in Reset()
[all …]
H A Doptlingu.cxx90 #define C2U(cChar) OUString::createFromAscii(cChar) macro
782 C2U(cSpell), Locale() ); in SvxLinguData_Impl()
808 C2U(cGrammar), Locale() ); in SvxLinguData_Impl()
832 C2U(cHyph), Locale() ); in SvxLinguData_Impl()
856 C2U(cThes), Locale() ); in SvxLinguData_Impl()
1563 aLngCfg.GetProperty( C2U(UPN_IS_SPELL_AUTO) ) >>= bVal; in Reset()
1638 aLngCfg.GetProperty( C2U(UPN_IS_HYPH_AUTO) ) >>= bVal; in Reset()
2217 case TYPE_SPELL : return C2U(cSpell); in lcl_GetServiceName()
2218 case TYPE_GRAMMAR : return C2U(cGrammar); in lcl_GetServiceName()
2219 case TYPE_HYPH : return C2U(cHyph); in lcl_GetServiceName()
[all …]
/trunk/main/svtools/source/config/
H A Dcolorcfg.cxx58 #define C2U(cChar) OUString::createFromAscii(cChar) macro
177 OUString sColor = C2U(cColor); in GetPropertyNames()
178 OUString sBase(C2U(cColorSchemes)); in GetPropertyNames()
201 ConfigItem(C2U("Office.UI/ColorScheme")), in ColorConfig_Impl()
203 m_sIsVisible(C2U("/IsVisible")) in ColorConfig_Impl()
237 aCurrent.getArray()[0] = C2U("CurrentColorScheme"); in Load()
300 rtl::OUString sNode(C2U("ColorSchemes")); in Commit()
312 aCurrent.getArray()[0] = C2U("CurrentColorScheme"); in CommitCurrentSchemeName()
333 return GetNodeNames(C2U("ColorSchemes")); in GetSchemeNames()
340 if(ConfigItem::AddNode(C2U("ColorSchemes"), rScheme)) in AddScheme()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dbibload.cxx87 #define C2U(cChar) OUString::createFromAscii(cChar) macro
126 return C2U("com.sun.star.extensions.Bibliography"); in getImplementationName_Static()
209 aSNS.getArray()[0] = C2U("com.sun.star.frame.FrameLoader"); in getSupportedServiceNames_Static()
211 aSNS.getArray()[1] = C2U("com.sun.star.frame.Bibliography"); in getSupportedServiceNames_Static()
269 xPrSet->setPropertyValue(C2U("Title"), aTitle); in load()
412 xResultSetProps->setPropertyValue(C2U("DataSourceName"), aBibUrlAny); in GetDataColumns()
414 xResultSetProps->setPropertyValue(C2U("CommandType"), aCommandType); in GetDataColumns()
416 xResultSetProps->setPropertyValue(C2U("Command"), aTableName); in GetDataColumns()
418 xResultSetProps->setPropertyValue(C2U("ResultSetType"), aResultSetType); in GetDataColumns()
420 xResultSetProps->setPropertyValue(C2U("ResultSetConcurrency"), aResultSetCurrency); in GetDataColumns()
[all …]
H A Dtoolbar.cxx55 #define C2U(cChar) OUString::createFromAscii(cChar) macro
279 …uno::Reference< util::XURLTransformer > xTrans ( xMgr->createInstance( C2U("com.sun.star.util.URL… in InitListener()
283 aQueryURL.Complete = C2U(".uno:Bib/MenuFilter"); in InitListener()
342 pPropertyVal[0].Name=C2U("QueryText"); in Select()
346 pPropertyVal[1].Name=C2U("QueryField"); in Select()
362 …uno::Reference< util::XURLTransformer > xTrans ( xMgr->createInstance( C2U("com.sun.star.util.URL… in SendDispatch()
472 pPropertyVal[0].Name = C2U("QueryText"); in PreNotify()
475 pPropertyVal[1].Name=C2U("QueryField"); in PreNotify()
498 pPropertyVal[0].Name = C2U("DataSourceName");
526 pPropertyVal[0].Name = C2U("QueryText");
[all …]
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx1079 OUString C2U( const char* s ) in C2U() function
1423 pValues[0].Name = C2U( "Prefix"); in getByIndex()
1425 pValues[1].Name = C2U("NumberingType"); in getByIndex()
1427 pValues[2].Name = C2U("Suffix"); in getByIndex()
1429 pValues[3].Name = C2U("BulletChar"); in getByIndex()
1431 pValues[4].Name = C2U("BulletFontName"); in getByIndex()
1433 pValues[5].Name = C2U("ParentNumbering"); in getByIndex()
1435 pValues[6].Name = C2U("LeftMargin"); in getByIndex()
1439 pValues[8].Name = C2U("FirstLineOffset"); in getByIndex()
1441 pValues[9].Name = C2U("Adjust"); in getByIndex()
[all …]
/trunk/main/sw/source/ui/dbui/
H A Dmmpreparemergepage.cxx150 aArgs[0].Name = C2U("Selection"); in IMPL_LINK()
152 aArgs[1].Name = C2U("DataSourceName"); in IMPL_LINK()
154 aArgs[2].Name = C2U("Command"); in IMPL_LINK()
156 aArgs[3].Name = C2U("CommandType"); in IMPL_LINK()
158 aArgs[4].Name = C2U("ActiveConnection"); in IMPL_LINK()
160 aArgs[5].Name = C2U("Filter"); in IMPL_LINK()
162 aArgs[6].Name = C2U("Cursor"); in IMPL_LINK()
/trunk/main/sw/source/ui/config/
H A Dusrpref.cxx129 ConfigItem(bIsWeb ? C2U("Office.WriterWeb/Content") : C2U("Office.Writer/Content")), in SwContentViewConfig()
280 ConfigItem(bIsWeb ? C2U("Office.WriterWeb/Layout") : C2U("Office.Writer/Layout"), in SwLayoutViewConfig()
429 ConfigItem(bIsWeb ? C2U("Office.WriterWeb/Grid") : C2U("Office.Writer/Grid"), in SwGridConfig()
522 pNames[i] = C2U(aPropNames[i]); in GetPropertyNames()
529 ConfigItem(C2U("Office.Writer/Cursor"), in SwCursorConfig()
604 ConfigItem(C2U("Office.WriterWeb/Background"), in SwWebColorConfig()
609 aPropNames.getArray()[0] = C2U("Color"); in SwWebColorConfig()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx2545 C2U("com.sun.star.form.component.ComboBox")); in Import()
2560 xPropSet->setPropertyValue(C2U("Name"), aTmp ); in Import()
2565 xPropSet->setPropertyValue(C2U("HelpText"), aTmp ); in Import()
2589 xPropSet->setPropertyValue(C2U("DefaultText"), aTmp ); in Import()
2621 uno::Any aAny(C2U("")); in lcl_AddToPropertyContainer()
2638 C2U("com.sun.star.form.component.CheckBox")); in Import()
2656 xPropSet->setPropertyValue(C2U("Name"), aTmp ); in Import()
2659 xPropSet->setPropertyValue(C2U("DefaultState"), aTmp); in Import()
2692 C2U("com.sun.star.drawing.ControlShape")); in InsertControl()
2714 xShapePropSet->setPropertyValue(C2U("AnchorType"), aTmp ); in InsertControl()
[all …]
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx464 xProps->getPropertyValue( C2U( "CharHeight" )) >>= fViewFontSize; in createDataLabel()
495 xPointProps->getPropertyValue( C2U( "LabelSeparator" ) ) >>= aSeparator; in createDataLabel()
503 bool bMultiLineLabel = aSeparator.equals(C2U("\n"));; in createDataLabel()
651 ? C2U("PositiveError") in lcl_getErrorBarLogicLength()
652 : C2U("NegativeError")) >>= fPercent ) in lcl_getErrorBarLogicLength()
665 ? C2U("PositiveError") in lcl_getErrorBarLogicLength()
666 : C2U("NegativeError")) >>= fResult; in lcl_getErrorBarLogicLength()
673 ? C2U("PositiveError") in lcl_getErrorBarLogicLength()
674 : C2U("NegativeError")) >>= fPercent ) in lcl_getErrorBarLogicLength()
1034 m_pShapeFactory->setShapeName( xShape, C2U("MarkHandles") ); in createRegressionCurvesShapes()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx1238 return C2U("SwXCell"); in getImplementationName()
1261 return C2U("SwXTextTableRow"); in getImplementationName()
1449 return C2U("SwXTextTableCursor"); in getImplementationName()
2506 aRuntime.Message = C2U("Table too complex"); in getDataArray()
2632 aRuntime.Message = C2U("Table too complex"); in getData()
2676 aRuntime.Message = C2U("Table too complex"); in setData()
2720 aRuntime.Message = C2U("Table too complex"); in getRowDescriptions()
3535 return C2U("SwXTextTable"); in getImplementationName()
3584 return C2U("SwXCellRange"); in getImplementationName()
4550 return C2U("SwXTableRows"); in getImplementationName()
[all …]

Completed in 156 milliseconds

12345678910>>...13