Home
last modified time | relevance | path

Searched refs:C2U (Results 126 – 150 of 322) sorted by relevance

12345678910>>...13

/aoo42x/main/chart2/source/model/template/
H A DLineChartType.cxx57 Property( C2U( "CurveStyle" ), in lcl_AddPropertiesToVector()
64 Property( C2U( "CurveResolution" ), in lcl_AddPropertiesToVector()
70 Property( C2U( "SplineOrder" ), in lcl_AddPropertiesToVector()
202 aServices[ 1 ] = C2U( "com.sun.star.chart2.ChartType" ); in getSupportedServiceNames_Static()
203 aServices[ 2 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static()
209 C2U( "com.sun.star.comp.chart.LineChartType" ));
H A DPieChartType.cxx60 Property( C2U( "UseRings" ), in lcl_AddPropertiesToVector()
66 Property( C2U("3DRelativeHeight"), in lcl_AddPropertiesToVector()
234 aServices[ 1 ] = C2U( "com.sun.star.chart2.ChartType" ); in getSupportedServiceNames_Static()
235 aServices[ 2 ] = C2U( "com.sun.star.beans.PropertySet" ); in getSupportedServiceNames_Static()
241 C2U( "com.sun.star.comp.chart.PieChartType" ));
/aoo42x/main/sw/source/core/unocore/
H A Dunotext.cxx553 aRuntime.Message = C2U(cInvalidObject); in insertTextContent()
664 aRuntime.Message = C2U(cInvalidObject); in insertTextContentBefore()
788 aRuntime.Message = C2U(cInvalidObject); in removeTextContentBefore()
844 aRuntime.Message = C2U(cInvalidObject); in removeTextContentAfter()
930 aRuntime.Message = C2U(cInvalidObject); in getStart()
949 aRuntime.Message = C2U(cInvalidObject); in getEnd()
968 aRuntime.Message = C2U(cInvalidObject); in getString()
2423 return C2U("SwXBodyText"); in getImplementationName()
2562 aRuntime.Message = C2U(cInvalidObject); in createTextCursor()
2580 aRuntime.Message = C2U(cInvalidObject); in createTextCursorByRange()
[all …]
H A Dunostyle.cxx170 return C2U("SwXStyleFamilies"); in getImplementationName()
249 pNames[0] = C2U("CharacterStyles"); in getElementNames()
250 pNames[1] = C2U("ParagraphStyles"); in getElementNames()
251 pNames[2] = C2U("FrameStyles"); in getElementNames()
252 pNames[3] = C2U("PageStyles"); in getElementNames()
253 pNames[4] = C2U("NumberingStyles"); in getElementNames()
448 return C2U("SwXStyleFamily"); in getImplementationName()
1265 return C2U("SwXStyle"); in getImplementationName()
4342 pNames[0] = C2U("CharacterStyles"); in getElementNames()
4343 pNames[1] = C2U("RubyStyles"); in getElementNames()
[all …]
H A Dunosett.cxx304 return C2U("SwXFootnoteProperties"); in getImplementationName()
320 pArray[0] = C2U("com.sun.star.text.FootnoteSettings"); in getSupportedServiceNames()
639 return C2U("SwXEndnoteProperties"); in getImplementationName()
894 return C2U("SwXLineNumberingProperties"); in getImplementationName()
1231 return C2U("SwXNumberingRules"); in getImplementationName()
1247 pArray[0] = C2U("com.sun.star.text.NumberingRules"); in getSupportedServiceNames()
1732 OUString sCmp = C2U(cName); in lcl_FindProperty()
2433 aExcept.Message = C2U("readonly"); in setName()
2455 return C2U("SwXChapterNumbering"); in getImplementationName()
2499 return C2U("SwXTextColumns"); in getImplementationName()
[all …]
H A Dunoport.cxx328 sRet = C2U( pRet ); in GetPropertyValue()
1009 pArray[0] = C2U("com.sun.star.text.TextContent"); in getAvailableServiceNames()
1018 return C2U("SwXTextPortion"); in getImplementationName()
1057 pArray[0] = C2U("com.sun.star.text.TextPortion"); in getSupportedServiceNames()
1058 pArray[1] = C2U("com.sun.star.style.CharacterProperties"); in getSupportedServiceNames()
1059 pArray[2] = C2U("com.sun.star.style.CharacterPropertiesAsian"); in getSupportedServiceNames()
1060 pArray[3] = C2U("com.sun.star.style.CharacterPropertiesComplex"); in getSupportedServiceNames()
1061 pArray[4] = C2U("com.sun.star.style.ParagraphProperties"); in getSupportedServiceNames()
1062 pArray[5] = C2U("com.sun.star.style.ParagraphPropertiesAsian"); in getSupportedServiceNames()
1063 pArray[6] = C2U("com.sun.star.style.ParagraphPropertiesComplex"); in getSupportedServiceNames()
/aoo42x/main/chart2/source/tools/
H A DErrorBar.cxx66 Property( C2U( "ErrorBarStyle" ), in lcl_AddPropertiesToVector()
73 Property( C2U( "PositiveError" ), in lcl_AddPropertiesToVector()
79 Property( C2U( "NegativeError" ), in lcl_AddPropertiesToVector()
86 Property( C2U( "Weight" ), in lcl_AddPropertiesToVector()
93 Property( C2U( "ShowPositiveError" ), in lcl_AddPropertiesToVector()
99 Property( C2U( "ShowNegativeError" ), in lcl_AddPropertiesToVector()
342 aServices[ 1 ] = C2U( "com.sun.star.chart2.ErrorBar" ); in getSupportedServiceNames_Static()
H A DDataSourceHelper.cxx94 if( ( xSeriesProp->getPropertyValue( C2U("ErrorBarY")) >>= xErrorBarProp ) && in lcl_addErrorBarRanges()
98 if( ( xErrorBarProp->getPropertyValue( C2U("ErrorBarStyle")) >>= eStyle ) && in lcl_addErrorBarRanges()
158 aArguments[0] = beans::PropertyValue( C2U("DataRowSource") in createArguments()
161 aArguments[1] = beans::PropertyValue( C2U("FirstCellAsLabel") in createArguments()
164 aArguments[2] = beans::PropertyValue( C2U("HasCategories") in createArguments()
179 beans::PropertyValue( C2U("CellRangeRepresentation") in createArguments()
186 beans::PropertyValue( C2U("SequenceMapping") in createArguments()
248 DataSeriesHelper::getDataSequenceByRole( xSeriesSource, C2U("values-x") ) ); in pressUsedDataIntoRectangularFormat()
256 if( !aRole.equals(C2U("values-x")) ) in pressUsedDataIntoRectangularFormat()
H A DUncachedDataSequence.cxx115 registerProperty( C2U( "NumberFormatKey" ), in registerProperties()
121 registerProperty( C2U( "Role" ), in registerProperties()
127 registerProperty( C2U( "CachedXMLRange" ), in registerProperties()
140 aServices[ 1 ] = C2U( "com.sun.star.chart2.data.DataSequence" ); in getSupportedServiceNames_Static()
141 aServices[ 2 ] = C2U( "com.sun.star.chart2.data.NumericalDataSequence" ); in getSupportedServiceNames_Static()
142 aServices[ 3 ] = C2U( "com.sun.star.chart2.data.TextualDataSequence" ); in getSupportedServiceNames_Static()
H A DChartModelHelper.cxx209 xProp->getPropertyValue(C2U("IncludeHiddenCells")) >>= bIncluded; in isIncludeHiddenCells()
229 xDiagramProperties->getPropertyValue( C2U("IncludeHiddenCells") ) >>= bOldValue; in setIncludeHiddenCells()
244 … xDataProviderProperties->setPropertyValue(C2U("IncludeHiddenCells"), aNewValue ); in setIncludeHiddenCells()
263 xProp->setPropertyValue(C2U("IncludeHiddenCells"), aNewValue ); in setIncludeHiddenCells()
266 xProp->setPropertyValue(C2U("IncludeHiddenCells"), aNewValue ); in setIncludeHiddenCells()
275 xDiagramProperties->setPropertyValue( C2U("IncludeHiddenCells"), aNewValue); in setIncludeHiddenCells()
H A DUserDefinedProperties.cxx42 Property( C2U( "ChartUserDefinedAttributes" ), in AddPropertiesToVector()
48 Property( C2U( "TextUserDefinedAttributes" ), in AddPropertiesToVector()
54 Property( C2U( "ParaUserDefinedAttributes" ), in AddPropertiesToVector()
62 Property( C2U( "UserDefinedAttributes" ), in AddPropertiesToVector()
H A DNamedLineProperties.cxx48 Property( C2U( "LineDash" ), in AddPropertiesToVector()
57 Property( C2U( "LineStartName" ), in AddPropertiesToVector()
65 Property( C2U( "LineEndName" ), in AddPropertiesToVector()
86 return C2U( "LineDashName" ); in GetPropertyNameForHandle()
/aoo42x/main/chart2/source/controller/itemsetwrapper/
H A DRegressionCurveItemConverter.cxx178 (xEqProp->getPropertyValue( C2U( "ShowEquation" )) >>= bOldShow) && in ApplySpecialItem()
181 xEqProp->setPropertyValue( C2U( "ShowEquation" ), uno::makeAny( bNewShow )); in ApplySpecialItem()
201 … (xEqProp->getPropertyValue( C2U( "ShowCorrelationCoefficient" )) >>= bOldShow) && in ApplySpecialItem()
204 … xEqProp->setPropertyValue( C2U( "ShowCorrelationCoefficient" ), uno::makeAny( bNewShow )); in ApplySpecialItem()
244 (xEqProp->getPropertyValue( C2U( "ShowEquation" )) >>= bShow)) in FillSpecialItem()
261 (xEqProp->getPropertyValue( C2U( "ShowCorrelationCoefficient" )) >>= bShow)) in FillSpecialItem()
/aoo42x/main/sw/source/ui/envelp/
H A Dmailmrge.cxx296 …xFrame = uno::Reference< XFrame >(xMgr->createInstance(C2U("com.sun.star.frame.Frame")), UNO_QUERY… in SwMailMergeDlg()
310 aURL.Complete = C2U(".component:DB/DataSourceBrowser"); in SwMailMergeDlg()
312 C2U(""), in SwMailMergeDlg()
318 pProperties[0].Name = C2U("DataSourceName"); in SwMailMergeDlg()
320 pProperties[1].Name = C2U("Command"); in SwMailMergeDlg()
322 pProperties[2].Name = C2U("CommandType"); in SwMailMergeDlg()
436 xMSF->createInstance(C2U("com.sun.star.document.FilterFactory")), UNO_QUERY_THROW); in SwMailMergeDlg()
438 OUString sCommand(C2U("matchByDocumentService=com.sun.star.text.TextDocument:iflags=")); in SwMailMergeDlg()
440 sCommand += C2U(":eflags="); in SwMailMergeDlg()
442 sCommand += C2U(":default_first"); in SwMailMergeDlg()
[all …]
/aoo42x/main/sw/source/ui/dbui/
H A Dselectdbtabledialog.cxx170 xPrSet->getPropertyValue(C2U("Name")) >>= sDataSourceName; in IMPL_LINK()
175 pProperties[0].Name = C2U("DataSourceName"); in IMPL_LINK()
177 pProperties[1].Name = C2U("Command"); in IMPL_LINK()
179 pProperties[2].Name = C2U("CommandType"); in IMPL_LINK()
181 pProperties[3].Name = C2U("ShowTreeView"); in IMPL_LINK()
184 pProperties[4].Name = C2U("ShowTreeViewButton"); in IMPL_LINK()
H A Ddbinsdlg.cxx223 ConfigItem(C2U("Office.Writer/InsertData/DataSet"), CONFIG_MODE_DELAYED_UPDATE), in SwInsertDBColAutoPilot()
290 Any aFormats = xSourceProps->getPropertyValue(C2U("NumberFormatsSupplier")); in SwInsertDBColAutoPilot()
332 Any aFormat = xCol->getPropertyValue(C2U("FormatKey")); in SwInsertDBColAutoPilot()
343 Any aLocale = xNumProps->getPropertyValue(C2U("Locale")); in SwInsertDBColAutoPilot()
1150 Any aType = xColumnProps->getPropertyValue(C2U("Type")); in DataToDoc()
1602 rtl::OUString sTest(C2U("_")); in lcl_CreateUniqueName()
1636 pSourceNames[0] += C2U("/DataSource"); in Commit()
1638 pSourceNames[1] += C2U("/Command"); in Commit()
1658 rtl::OUString sSlash(C2U("/")); in Commit()
1698 sNewNode += C2U("/ColumnSet"); in Commit()
[all …]
/aoo42x/main/chart2/source/view/main/
H A DVLegendSymbolFactory.cxx82 … pLineWidthAny = ::chart::PropertyMapper::getValuePointer(aPropValues,aPropNames,C2U("LineWidth")); in lcl_setPropetiesToShape()
114 C2U( "com.sun.star.drawing.GroupShape" )), uno::UNO_QUERY ); in createSymbol()
130 C2U( "com.sun.star.drawing.LineShape" )), uno::UNO_QUERY ); in createSymbol()
151 xLegendEntryProperties->getPropertyValue( C2U("Color")) >>= aSymbol.FillColor; in createSymbol()
180 C2U( "com.sun.star.drawing.EllipseShape" )), uno::UNO_QUERY ); in createSymbol()
193 C2U( "com.sun.star.drawing.RectangleShape" )), uno::UNO_QUERY ); in createSymbol()
/aoo42x/main/chart2/source/controller/dialogs/
H A Dres_LegendPosition.cxx106 xProp->getPropertyValue( C2U("Show") ) >>= bShowLegend; in writeToResources()
112 xProp->getPropertyValue( C2U( "AnchorPosition" )) >>= ePos; in writeToResources()
150 xProp->setPropertyValue( C2U("Show"), uno::makeAny( bShowLegend )); in writeToModel()
173 xProp->setPropertyValue( C2U( "AnchorPosition" ), uno::makeAny( eNewPos )); in writeToModel()
174 xProp->setPropertyValue( C2U( "Expansion" ), uno::makeAny( eExp )); in writeToModel()
175 xProp->setPropertyValue( C2U( "RelativePosition" ), uno::Any()); in writeToModel()
H A Dres_TextSeparator.cxx54 m_aEntryMap[ C2U( " " ) ] = 0; in TextSeparatorResources()
55 m_aEntryMap[ C2U( ", " ) ] = 1; in TextSeparatorResources()
56 m_aEntryMap[ C2U( "; " ) ] = 2; in TextSeparatorResources()
57 m_aEntryMap[ C2U( "\n" ) ] = 3; in TextSeparatorResources()
148 return C2U( " " ); in GetValue()
/aoo42x/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1241 OUString sSort(C2U(SW_PROP_NAME_STR(UNO_NAME_SORT))); in printPages()
1783 sal_Bool bShape = sCategory == C2U("drawing"); in createInstance()
1784 if( bShape || sCategory == C2U("form")) in createInstance()
1809 else if (sCategory == C2U ("document") ) in createInstance()
1818 else if (sCategory == C2U ("text") ) in createInstance()
1823 else if (sCategory == C2U ("chart2") ) in createInstance()
1913 return C2U("SwXTextDocument"); in getImplementationName()
3678 return C2U("SwXLinkTargetSupplier"); in getImplementationName()
4011 return C2U("SwXLinkNameAccessWrapper"); in getImplementationName()
4114 return C2U("SwXOutlineTarget"); in getImplementationName()
[all …]
H A Dunotxvw.cxx807 pValues[0].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_RUBY_BASE_TEXT)); in getRubyList()
809 pValues[1].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_RUBY_TEXT)); in getRubyList()
814 pValues[3].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_RUBY_ADJUST)); in getRubyList()
978 aURL.Complete = C2U(SwXDispatch::GetDBChangeURL()); in NotifyDBChanged()
1132 return C2U("SwXTextView"); in getImplementationName()
1149 pArray[0] = C2U("com.sun.star.text.TextDocumentView"); in getSupportedServiceNames()
1150 pArray[1] = C2U("com.sun.star.view.OfficeDocumentView"); in getSupportedServiceNames()
2081 return C2U("SwXTextViewCursor"); in getImplementationName()
2103 pArray[0] = C2U("com.sun.star.text.TextViewCursor"); in getSupportedServiceNames()
2104 pArray[1] = C2U("com.sun.star.style.CharacterProperties"); in getSupportedServiceNames()
[all …]
/aoo42x/main/cui/source/options/
H A Doptasian.cxx53 #define C2U(cChar) rtl::OUString::createFromAscii(cChar) macro
198 OUString sPunct(C2U(cIsKernAsianPunctuation)); in FillItemSet()
214 OUString sCompress(C2U(cCharacterCompressionType)); in FillItemSet()
263 xFact->createInstance(C2U("com.sun.star.document.Settings")), UNO_QUERY); in Reset()
267 OUString sForbidden(C2U("ForbiddenCharacters")); in Reset()
277 OUString sCompress(C2U(cCharacterCompressionType)); in Reset()
283 OUString sPunct(C2U(cIsKernAsianPunctuation)); in Reset()
/aoo42x/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx118 C2U("component has state DEFUNC" ), in CheckDisposeState()
886 aPropName = C2U("BorderColor"); in getColor()
887 aStylePropName = C2U("BorderTransparency"); in getColor()
891 aPropName = C2U("Color"); in getColor()
892 aStylePropName = C2U("Transparency"); in getColor()
898 aPropName = C2U("LineColor"); in getColor()
899 aStylePropName = C2U("LineTransparence"); in getColor()
903 aPropName = C2U("FillColor"); in getColor()
904 aStylePropName = C2U("FillTransparence"); in getColor()
/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedGapwidthProperty.cxx80 …throw lang::IllegalArgumentException( C2U("GapWidth and Overlap property require value of type sal… in setPropertyValue()
175 …: WrappedBarPositionProperty_Base( C2U("GapWidth"), C2U("GapwidthSequence"), DEFAULT_GAPWIDTH, spC… in WrappedGapwidthProperty()
188 …: WrappedBarPositionProperty_Base( C2U("Overlap"), C2U("OverlapSequence"), DEFAULT_OVERLAP, spChar… in WrappedBarOverlapProperty()
/aoo42x/main/chart2/source/view/charttypes/
H A DCandleStickChart.cxx152 m_xChartTypeModelProps->getPropertyValue( C2U( "ShowFirst" ) ) >>= bShowFirst; in createShapes()
156 m_xChartTypeModelProps->getPropertyValue( C2U( "Japanese" ) ) >>= bJapaneseStyle; in createShapes()
157 m_xChartTypeModelProps->getPropertyValue( C2U( "WhiteDay" ) ) >>= xWhiteDayProps; in createShapes()
158 m_xChartTypeModelProps->getPropertyValue( C2U( "BlackDay" ) ) >>= xBlackDayProps; in createShapes()
286 …xProp->setPropertyValue( C2U( UNO_NAME_POLYPOLYGON ), uno::makeAny( PolyToPointSequence(aPoly) ) ); in createShapes()
341 …xProp->setPropertyValue( C2U( UNO_NAME_POLYPOLYGON ), uno::makeAny( PolyToPointSequence(aPoly) ) ); in createShapes()

Completed in 146 milliseconds

12345678910>>...13