Home
last modified time | relevance | path

Searched refs:C2U (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/AOO42X/main/chart2/source/view/main/
H A DPropertyMapper.cxx168 , bLimitedHeight ? C2U("TextMaximumFrameHeight") : C2U("TextMaximumFrameWidth") ); in getValuePointerForLimitedSpace()
198 ( C2U( "CharColor" ), C2U("CharColor") ) in getPropertyNameMapForCharacterProperties()
199 ( C2U( "CharContoured" ), C2U("CharContoured") ) in getPropertyNameMapForCharacterProperties()
201 …( C2U( "CharEmphasis" ), C2U("CharEmphasis") )//the service style::CharacterProperties … in getPropertyNameMapForCharacterProperties()
206 ( C2U( "CharFontFamily" ), C2U("CharFontFamily") ) in getPropertyNameMapForCharacterProperties()
207 ( C2U( "CharFontFamilyAsian" ), C2U("CharFontFamilyAsian") ) in getPropertyNameMapForCharacterProperties()
208 ( C2U( "CharFontFamilyComplex" ), C2U("CharFontFamilyComplex") ) in getPropertyNameMapForCharacterProperties()
209 ( C2U( "CharFontCharSet" ), C2U("CharFontCharSet") ) in getPropertyNameMapForCharacterProperties()
210 ( C2U( "CharFontCharSetAsian" ), C2U("CharFontCharSetAsian") ) in getPropertyNameMapForCharacterProperties()
211 ( C2U( "CharFontCharSetComplex" ), C2U("CharFontCharSetComplex") ) in getPropertyNameMapForCharacterProperties()
[all …]
/AOO42X/main/chart2/source/controller/main/
H A DControllerCommandDispatch.cxx73 xPropSet->getPropertyValue( C2U( "LayoutManager" ) ) >>= xLayoutManager; in lcl_isStatusBarVisible()
75 …bIsStatusBarVisible = xLayoutManager->isElementVisible( C2U("private:resource/statusbar/statusbar"… in lcl_isStatusBarVisible()
285 … xEqProp->getPropertyValue( C2U("ShowCorrelationCoefficient") ) >>= bHasR2Value; in update()
535 … xProps->getPropertyValue( C2U( "DisableDataTableDialog" ) ) >>= bDisableDataTableDialog; in updateCommandAvailability()
545 …m_aCommandAvailability[ C2U(".uno:Cut")] = bIsWritable && bControllerStateIsValid && m_apControlle… in updateCommandAvailability()
546 …m_aCommandAvailability[ C2U(".uno:Copy")] = bControllerStateIsValid && m_apControllerState->bHasSe… in updateCommandAvailability()
547 m_aCommandAvailability[ C2U(".uno:Paste")] = bIsWritable && bHasSuitableClipboardContent; in updateCommandAvailability()
550 m_aCommandAvailability[ C2U(".uno:ToggleGridHorizontal")] = bIsWritable; in updateCommandAvailability()
551 …m_aCommandArguments[ C2U(".uno:ToggleGridHorizontal")] = uno::makeAny( m_apModelState->bHasMainYGr… in updateCommandAvailability()
553 m_aCommandAvailability[ C2U(".uno:ToggleLegend")] = bIsWritable; in updateCommandAvailability()
[all …]
H A DChartController.cxx432 xPropSet->getPropertyValue( C2U( "LayoutManager" ) ) >>= xLayoutManager; in attachFrame()
436 xLayoutManager->requestElement( C2U( "private:resource/menubar/menubar" ) ); in attachFrame()
438 xLayoutManager->createElement( C2U( "private:resource/toolbar/standardbar" ) ); in attachFrame()
439 xLayoutManager->requestElement( C2U( "private:resource/toolbar/standardbar" ) ); in attachFrame()
441 xLayoutManager->createElement( C2U( "private:resource/toolbar/toolbar" ) ); in attachFrame()
442 xLayoutManager->requestElement( C2U( "private:resource/toolbar/toolbar" ) ); in attachFrame()
445 xLayoutManager->createElement( C2U( "private:resource/toolbar/drawbar" ) ); in attachFrame()
446 xLayoutManager->requestElement( C2U( "private:resource/toolbar/drawbar" ) ); in attachFrame()
448 xLayoutManager->requestElement( C2U( "private:resource/statusbar/statusbar" ) ); in attachFrame()
471 if( rEvent.NewMode.equals(C2U("dirty")) ) in modeChanged()
[all …]
H A DChartController_Window.cxx152 OUString aDispatchCommand( C2U(".uno:FormatSelection") ); in lcl_getFormatCommandForObjectCID()
160 aDispatchCommand = C2U(".uno:FormatWall"); in lcl_getFormatCommandForObjectCID()
163 aDispatchCommand = C2U(".uno:FormatFloor"); in lcl_getFormatCommandForObjectCID()
166 aDispatchCommand = C2U(".uno:FormatChartArea"); in lcl_getFormatCommandForObjectCID()
169 aDispatchCommand = C2U(".uno:FormatLegend"); in lcl_getFormatCommandForObjectCID()
172 aDispatchCommand = C2U(".uno:FormatTitle"); in lcl_getFormatCommandForObjectCID()
175 aDispatchCommand = C2U(".uno:FormatDataSeries"); in lcl_getFormatCommandForObjectCID()
179 aDispatchCommand = C2U(".uno:FormatAxis"); in lcl_getFormatCommandForObjectCID()
182 aDispatchCommand = C2U(".uno:FormatMajorGrid"); in lcl_getFormatCommandForObjectCID()
185 aDispatchCommand = C2U(".uno:FormatMinorGrid"); in lcl_getFormatCommandForObjectCID()
[all …]
/AOO42X/main/extensions/source/bibliography/
H A Dbibconfig.cxx49 #define C2U(cChar) OUString::createFromAscii(cChar) macro
62 pNames[0] = C2U("CurrentDataSource/DataSourceName"); in GetPropertyNames()
63 pNames[1] = C2U("CurrentDataSource/Command"); in GetPropertyNames()
64 pNames[2] = C2U("CurrentDataSource/CommandType"); in GetPropertyNames()
65 pNames[3] = C2U("BeamerHeight"); in GetPropertyNames()
66 pNames[4] = C2U("ViewHeight"); in GetPropertyNames()
67 pNames[5] = C2U("QueryText"); in GetPropertyNames()
68 pNames[6] = C2U("QueryField"); in GetPropertyNames()
69 pNames[7] = C2U("ShowColumnAssignmentWarning"); in GetPropertyNames()
77 ConfigItem(C2U("Office.DataAccess/Bibliography"), CONFIG_MODE_DELAYED_UPDATE), in BibConfig()
[all …]
/AOO42X/main/chart2/source/controller/chartapiwrapper/
H A DDataSeriesPointWrapper.cxx98 Property( C2U( "SolidType" ), in lcl_AddPropertiesToVector_PointProperties()
105 Property( C2U( "SegmentOffset" ), in lcl_AddPropertiesToVector_PointProperties()
112 Property( C2U( "D3DPercentDiagonal" ), in lcl_AddPropertiesToVector_PointProperties()
119 Property( C2U( "LabelSeparator" ), in lcl_AddPropertiesToVector_PointProperties()
126 Property( C2U( "NumberFormat" ), in lcl_AddPropertiesToVector_PointProperties()
133 Property( C2U( "PercentageNumberFormat" ), in lcl_AddPropertiesToVector_PointProperties()
140 Property( C2U( "LabelPlacement" ), in lcl_AddPropertiesToVector_PointProperties()
147 Property( C2U( "TextRotation" ), in lcl_AddPropertiesToVector_PointProperties()
158 Property( C2U( "Axis" ), in lcl_AddPropertiesToVector_SeriesOnly()
165 Property( C2U( "LinkNumberFormatToSource" ), in lcl_AddPropertiesToVector_SeriesOnly()
[all …]
H A DAxisWrapper.cxx117 Property( C2U( "Max" ), in lcl_AddPropertiesToVector()
124 Property( C2U( "Min" ), in lcl_AddPropertiesToVector()
131 Property( C2U( "StepMain" ), in lcl_AddPropertiesToVector()
138 Property( C2U( "StepHelpCount" ), in lcl_AddPropertiesToVector()
146 Property( C2U( "StepHelp" ), in lcl_AddPropertiesToVector()
153 Property( C2U( "AutoMax" ), in lcl_AddPropertiesToVector()
160 Property( C2U( "AutoMin" ), in lcl_AddPropertiesToVector()
167 Property( C2U( "AutoStepMain" ), in lcl_AddPropertiesToVector()
174 Property( C2U( "AutoStepHelp" ), in lcl_AddPropertiesToVector()
181 Property( C2U( "AxisType" ), in lcl_AddPropertiesToVector()
[all …]
H A DDiagramWrapper.cxx154 Property( C2U( "AttributedDataPoints" ), in lcl_AddPropertiesToVector()
162 Property( C2U( "Percent" ), in lcl_AddPropertiesToVector()
168 Property( C2U( "Stacked" ), in lcl_AddPropertiesToVector()
175 Property( C2U( "Dim3D" ), in lcl_AddPropertiesToVector()
183 Property( C2U( "SolidType" ), in lcl_AddPropertiesToVector()
191 Property( C2U( "Deep" ), in lcl_AddPropertiesToVector()
197 Property( C2U( "Vertical" ), in lcl_AddPropertiesToVector()
203 Property( C2U( "NumberOfLines" ), in lcl_AddPropertiesToVector()
209 Property( C2U( "StackedBarsConnected" ), in lcl_AddPropertiesToVector()
216 Property( C2U( "DataRowSource" ), in lcl_AddPropertiesToVector()
[all …]
H A DWrappedStatisticProperties.cxx126 xErrorBarProperties->getPropertyValue( C2U( "ErrorBarStyle" )) >>= nStyle; in lcl_getErrorBarStyle()
200 xSeriesPropertySet->getPropertyValue( C2U( "ErrorBarY" )) >>= xErrorBarProperties; in getOrCreateErrorBarProperties()
206 …xErrorBarProperties->setPropertyValue( C2U( "ShowPositiveError" ), uno::makeAny(sal_Bool(sal_False… in getOrCreateErrorBarProperties()
207 …xErrorBarProperties->setPropertyValue( C2U( "ShowNegativeError" ), uno::makeAny(sal_Bool(sal_False… in getOrCreateErrorBarProperties()
208 …xErrorBarProperties->setPropertyValue( C2U( "ErrorBarStyle" ), uno::makeAny(::com::sun::star::char… in getOrCreateErrorBarProperties()
209 … xSeriesPropertySet->setPropertyValue( C2U( "ErrorBarY" ), uno::makeAny( xErrorBarProperties ) ); in getOrCreateErrorBarProperties()
237 : WrappedStatisticProperty< double >( C2U("ConstantErrorLow") in WrappedConstantErrorLowProperty()
250 …if( xSeriesPropertySet.is() && ( xSeriesPropertySet->getPropertyValue( C2U( "ErrorBarY" )) >>= xEr… in getValueFromSeries()
253 xErrorBarProperties->getPropertyValue( C2U( "NegativeError" )) >>= aRet; in getValueFromSeries()
267 xErrorBarProperties->setPropertyValue( C2U( "NegativeError" ), m_aOuterValue ); in setValueToSeries()
[all …]
H A DChartDocumentWrapper.cxx119 ( C2U( "com.sun.star.chart.AreaDiagram" ), SERVICE_NAME_AREA_DIAGRAM ) in lcl_getStaticServiceNameMap()
120 ( C2U( "com.sun.star.chart.BarDiagram" ), SERVICE_NAME_BAR_DIAGRAM ) in lcl_getStaticServiceNameMap()
121 ( C2U( "com.sun.star.chart.DonutDiagram" ), SERVICE_NAME_DONUT_DIAGRAM ) in lcl_getStaticServiceNameMap()
122 ( C2U( "com.sun.star.chart.LineDiagram" ), SERVICE_NAME_LINE_DIAGRAM ) in lcl_getStaticServiceNameMap()
123 ( C2U( "com.sun.star.chart.NetDiagram" ), SERVICE_NAME_NET_DIAGRAM ) in lcl_getStaticServiceNameMap()
124 … ( C2U( "com.sun.star.chart.FilledNetDiagram" ), SERVICE_NAME_FILLED_NET_DIAGRAM ) in lcl_getStaticServiceNameMap()
125 ( C2U( "com.sun.star.chart.PieDiagram" ), SERVICE_NAME_PIE_DIAGRAM ) in lcl_getStaticServiceNameMap()
126 ( C2U( "com.sun.star.chart.StockDiagram" ), SERVICE_NAME_STOCK_DIAGRAM ) in lcl_getStaticServiceNameMap()
127 ( C2U( "com.sun.star.chart.XYDiagram" ), SERVICE_NAME_XY_DIAGRAM ) in lcl_getStaticServiceNameMap()
128 ( C2U( "com.sun.star.chart.BubbleDiagram" ), SERVICE_NAME_BUBBLE_DIAGRAM ) in lcl_getStaticServiceNameMap()
[all …]
H A DLegendWrapper.cxx82 : ::chart::WrappedProperty( C2U( "Alignment" ), C2U( "AnchorPosition" ) ) in WrappedLegendAlignmentProperty()
96 xInnerPropertySet->getPropertyValue( C2U( "Show" ) ) >>= bShowLegend; in getPropertyValue()
121 xInnerPropertySet->getPropertyValue( C2U( "Show" ) ) >>= bOldShowLegend; in setPropertyValue()
125 xInnerPropertySet->setPropertyValue( C2U( "Show" ), uno::makeAny(bNewShowLegend) ); in setPropertyValue()
146 xInnerPropertySet->getPropertyValue( C2U( "Expansion" ) ) >>= eOldExpansion ); in setPropertyValue()
149 … xInnerPropertySet->setPropertyValue( C2U( "Expansion" ), uno::makeAny( eNewExpansion )); in setPropertyValue()
153 Any aRelativePosition( xInnerPropertySet->getPropertyValue( C2U( "RelativePosition" ) ) ); in setPropertyValue()
156 xInnerPropertySet->setPropertyValue( C2U( "RelativePosition" ), Any() ); in setPropertyValue()
239 Property( C2U( "Alignment" ), in lcl_AddPropertiesToVector()
246 Property( C2U( "Expansion" ), in lcl_AddPropertiesToVector()
[all …]
/AOO42X/main/chart2/source/model/template/
H A DChartTypeManager.cxx143 ( C2U( "com.sun.star.chart2.template.Symbol" ), TEMPLATE_SYMBOL ) in lcl_DefaultChartTypeMap()
144 … ( C2U( "com.sun.star.chart2.template.StackedSymbol" ), TEMPLATE_STACKEDSYMBOL ) in lcl_DefaultChartTypeMap()
145 …( C2U( "com.sun.star.chart2.template.PercentStackedSymbol" ), TEMPLATE_PERCENTSTACKEDSYM… in lcl_DefaultChartTypeMap()
146 ( C2U( "com.sun.star.chart2.template.Line" ), TEMPLATE_LINE ) in lcl_DefaultChartTypeMap()
147 … ( C2U( "com.sun.star.chart2.template.StackedLine" ), TEMPLATE_STACKEDLINE ) in lcl_DefaultChartTypeMap()
148 …( C2U( "com.sun.star.chart2.template.PercentStackedLine" ), TEMPLATE_PERCENTSTACKEDLIN… in lcl_DefaultChartTypeMap()
149 … ( C2U( "com.sun.star.chart2.template.LineSymbol" ), TEMPLATE_LINESYMBOL ) in lcl_DefaultChartTypeMap()
150 …( C2U( "com.sun.star.chart2.template.StackedLineSymbol" ), TEMPLATE_STACKEDLINESYMBOL… in lcl_DefaultChartTypeMap()
151 …( C2U( "com.sun.star.chart2.template.PercentStackedLineSymbol" ), TEMPLATE_PERCENTSTACKEDLIN… in lcl_DefaultChartTypeMap()
152 … ( C2U( "com.sun.star.chart2.template.ThreeDLine" ), TEMPLATE_THREEDLINE ) in lcl_DefaultChartTypeMap()
[all …]
/AOO42X/main/chart2/source/controller/itemsetwrapper/
H A DCharacterPropertyItemConverter.cxx139 aPostfix = C2U( "Asian" ); in FillSpecialItem()
141 aPostfix = C2U( "Complex" ); in FillSpecialItem()
145 aItem.PutValue( GetPropertySet()->getPropertyValue( C2U( "CharFontName" ) + aPostfix), in FillSpecialItem()
147 aItem.PutValue( GetPropertySet()->getPropertyValue( C2U( "CharFontFamily" ) + aPostfix), in FillSpecialItem()
149 … aItem.PutValue( GetPropertySet()->getPropertyValue( C2U( "CharFontStyleName" ) + aPostfix), in FillSpecialItem()
151 … aItem.PutValue( GetPropertySet()->getPropertyValue( C2U( "CharFontCharSet" ) + aPostfix), in FillSpecialItem()
153 aItem.PutValue( GetPropertySet()->getPropertyValue( C2U( "CharFontPitch" ) + aPostfix), in FillSpecialItem()
165 uno::Any aValue( GetPropertySet()->getPropertyValue( C2U( "CharUnderline" ))); in FillSpecialItem()
172 aValue = GetPropertySet()->getPropertyValue( C2U( "CharUnderlineHasColor" )); in FillSpecialItem()
180 aValue = GetPropertySet()->getPropertyValue( C2U( "CharUnderlineColor" )); in FillSpecialItem()
[all …]
H A DGraphicPropertyItemConverter.cxx276 if( GetPropertySet()->getPropertyValue( C2U("FillBitmapMode")) >>= aMode ) in FillSpecialItem()
291 ? C2U( "TransparencyGradientName" ) in FillSpecialItem()
292 : C2U( "FillTransparenceGradientName" ); in FillSpecialItem()
301 … m_xNamedPropertyTableFactory, C2U("com.sun.star.drawing.TransparencyGradientTable"), in FillSpecialItem()
326 ? C2U( "GradientStepCount" ) in FillSpecialItem()
327 : C2U( "FillGradientStepCount" ); in FillSpecialItem()
344 ? C2U( "BorderDashName" ) in FillSpecialItem()
345 : C2U( "LineDashName" ); in FillSpecialItem()
351 m_xNamedPropertyTableFactory, C2U("com.sun.star.drawing.DashTable"), in FillSpecialItem()
368 ? C2U( "GradientName" ) in FillSpecialItem()
[all …]
H A DDataPointItemConverter.cxx112 …ring aPropertyName = (SID_ATTR_NUMBERFORMAT_VALUE==nWhichId) ? C2U( "NumberFormat" ) : C2U( "Perce… in lcl_NumberFormatFromItemToPropertySet()
159 …ing aPropertyName = (SID_ATTR_NUMBERFORMAT_SOURCE==nWhichId) ? C2U( "NumberFormat" ) : C2U( "Perce… in lcl_UseSourceFormatFromItemToPropertySet()
241 C2U( "ReferencePageSize" ))); in DataPointItemConverter()
327 uno::Any aOldValue( GetPropertySet()->getPropertyValue( C2U( "Label" ) )); in ApplySpecialItem()
340 … DataSeriesHelper::hasAttributedDataPointDifferentValue( xSeries, C2U( "Label" ), aOldValue ) ) in ApplySpecialItem()
342 …DataSeriesHelper::setPropertyAlsoToAllAttributedDataPoints( xSeries, C2U( "Label" ), uno::makeAny(… in ApplySpecialItem()
348 GetPropertySet()->setPropertyValue( C2U( "Label" ), uno::makeAny( aLabel )); in ApplySpecialItem()
375 GetPropertySet()->getPropertyValue( C2U( "LabelSeparator" ) ) >>= aOldValue; in ApplySpecialItem()
380 …DataSeriesHelper::hasAttributedDataPointDifferentValue( xSeries, C2U( "LabelSeparator" ), uno::mak… in ApplySpecialItem()
382 …DataSeriesHelper::setPropertyAlsoToAllAttributedDataPoints( xSeries, C2U( "LabelSeparator" ), uno:… in ApplySpecialItem()
[all …]
/AOO42X/main/chart2/source/tools/
H A DCharacterProperties.cxx77 Property( C2U( "CharFontName" ), in AddPropertiesToVector()
83 Property( C2U( "CharFontStyleName" ), in AddPropertiesToVector()
91 Property( C2U( "CharFontFamily" ), in AddPropertiesToVector()
98 Property( C2U( "CharFontCharSet" ), in AddPropertiesToVector()
105 Property( C2U( "CharFontPitch" ), in AddPropertiesToVector()
112 Property( C2U( "CharColor" ), in AddPropertiesToVector()
126 Property( C2U( "CharEscapement" ), in AddPropertiesToVector()
133 Property( C2U( "CharHeight" ), in AddPropertiesToVector()
140 Property( C2U( "CharUnderline" ), in AddPropertiesToVector()
147 Property( C2U( "CharUnderlineColor" ), in AddPropertiesToVector()
[all …]
H A DObjectIdentifier.cxx60 static OUString m_aMultiClick( C2U("MultiClick") );
61 static OUString m_aDragMethodEquals( C2U("DragMethod=") );
62 static OUString m_aDragParameterEquals( C2U("DragParameter=") );
63 static OUString m_aProtocol( C2U("CID/") );
65 static OUString m_aPieSegmentDragMethodServiceName( C2U("PieSegmentDraging") );
112 ( TitleHelper::MAIN_TITLE, C2U("") ) in lcl_getTitleMap()
113 ( TitleHelper::SUB_TITLE, C2U("D=0") ) in lcl_getTitleMap()
114 ( TitleHelper::X_AXIS_TITLE, C2U("D=0:CS=0:Axis=0,0") ) in lcl_getTitleMap()
115 ( TitleHelper::Y_AXIS_TITLE, C2U("D=0:CS=0:Axis=1,0") ) in lcl_getTitleMap()
116 ( TitleHelper::Z_AXIS_TITLE, C2U("D=0:CS=0:Axis=2,0") ) in lcl_getTitleMap()
[all …]
H A DSceneProperties.cxx53 Property( C2U( "D3DTransformMatrix" ), in AddPropertiesToVector()
62 Property( C2U( "D3DSceneDistance" ), in AddPropertiesToVector()
71 Property( C2U( "D3DSceneFocalLength" ), in AddPropertiesToVector()
80 Property( C2U( "D3DSceneShadowSlant" ), in AddPropertiesToVector()
89 Property( C2U( "D3DSceneShadeMode" ), in AddPropertiesToVector()
98 Property( C2U( "D3DSceneAmbientColor" ), in AddPropertiesToVector()
107 Property( C2U( "D3DSceneTwoSidedLighting" ), in AddPropertiesToVector()
116 Property( C2U( "D3DCameraGeometry" ), in AddPropertiesToVector()
125 Property( C2U( "D3DScenePerspective" ), in AddPropertiesToVector()
137 Property( C2U( "D3DSceneLightColor1" ), in AddPropertiesToVector()
[all …]
H A DWrappedIgnoreProperty.cxx93 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_S… in addIgnoreLineProperties()
95 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineDashName" ), uno::makeAny( rtl::OUString() )… in addIgnoreLineProperties()
96 … rList.push_back( new WrappedIgnoreProperty( C2U( "LineColor" ), uno::makeAny( sal_Int32(0) ) ) ); in addIgnoreLineProperties()
97 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineTransparence" ), uno::makeAny( sal_Int16(0) … in addIgnoreLineProperties()
98 … rList.push_back( new WrappedIgnoreProperty( C2U( "LineWidth" ), uno::makeAny( sal_Int32(0) ) ) ); in addIgnoreLineProperties()
99 …rList.push_back( new WrappedIgnoreProperty( C2U( "LineJoint" ), uno::makeAny( drawing::LineJoint_R… in addIgnoreLineProperties()
110 …rList.push_back( new WrappedIgnoreProperty( C2U( "FillStyle" ), uno::makeAny( drawing::FillStyle_S… in addIgnoreFillProperties_without_BitmapProperties()
111 … rList.push_back( new WrappedIgnoreProperty( C2U( "FillColor" ), uno::makeAny( sal_Int32(-1) ) ) ); in addIgnoreFillProperties_without_BitmapProperties()
112 …rList.push_back( new WrappedIgnoreProperty( C2U( "FillTransparence" ), uno::makeAny( sal_Int16(0) … in addIgnoreFillProperties_without_BitmapProperties()
113 …rList.push_back( new WrappedIgnoreProperty( C2U( "FillTransparenceGradientName" ), uno::makeAny( :… in addIgnoreFillProperties_without_BitmapProperties()
[all …]
H A DThreeDHelper.cxx64 xSceneProperties->getPropertyValue( C2U("RightAngledAxes")) >>= bRightAngledAxes; in lcl_isRightAngledAxesSetAndSupported()
112 …lcl_RotateLightSource( xSceneProperties, C2U("D3DSceneLightDirection1"), C2U("D3DSceneLightOn1"), … in lcl_rotateLights()
113 …lcl_RotateLightSource( xSceneProperties, C2U("D3DSceneLightDirection2"), C2U("D3DSceneLightOn2"), … in lcl_rotateLights()
114 …lcl_RotateLightSource( xSceneProperties, C2U("D3DSceneLightDirection3"), C2U("D3DSceneLightOn3"), … in lcl_rotateLights()
115 …lcl_RotateLightSource( xSceneProperties, C2U("D3DSceneLightDirection4"), C2U("D3DSceneLightOn4"), … in lcl_rotateLights()
116 …lcl_RotateLightSource( xSceneProperties, C2U("D3DSceneLightDirection5"), C2U("D3DSceneLightOn5"), … in lcl_rotateLights()
117 …lcl_RotateLightSource( xSceneProperties, C2U("D3DSceneLightDirection6"), C2U("D3DSceneLightOn6"), … in lcl_rotateLights()
118 …lcl_RotateLightSource( xSceneProperties, C2U("D3DSceneLightDirection7"), C2U("D3DSceneLightOn7"), … in lcl_rotateLights()
119 …lcl_RotateLightSource( xSceneProperties, C2U("D3DSceneLightDirection8"), C2U("D3DSceneLightOn8"), … in lcl_rotateLights()
161 xDiagramProps->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_2 ) ) >>= bIsOn; in lcl_isLightScheme()
[all …]
/AOO42X/main/chart2/source/view/diagram/
H A DVDiagram.cxx88 xSourceProp->getPropertyValue(C2U( "RightAngledAxes" )) >>= m_bRightAngledAxes; in VDiagram()
177 …XShapes > xGroupForWall( m_pShapeFactory->createGroup2D(xOuterGroup_Shapes,C2U("PlotAreaExcludingA… in createShapes_2d()
181 …ing::XShapes > xShapes = m_pShapeFactory->createGroup2D(xOuterGroup_Shapes,C2U("testonly;CooContai… in createShapes_2d()
191 m_xShapeFactory->createInstance( C2U( in createShapes_2d()
218 … xProp->setPropertyValue( C2U( UNO_NAME_MISC_OBJ_NAME ), uno::makeAny( aWallCID ) ); in createShapes_2d()
256 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_1 ), in lcl_setLightSources()
257 xSource->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_1 ))); in lcl_setLightSources()
258 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_2 ), in lcl_setLightSources()
259 xSource->getPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_2 ))); in lcl_setLightSources()
260 xDest->setPropertyValue( C2U( UNO_NAME_3D_SCENE_LIGHTON_3 ), in lcl_setLightSources()
[all …]
/AOO42X/main/chart2/source/controller/dialogs/
H A DChartTypeDialogController.cxx171 xTemplateProps->getPropertyValue( C2U( "CurveStyle" )) >>= aRet.eCurveStyle; in getChartTypeParameterForService()
172 xTemplateProps->getPropertyValue( C2U( "CurveResolution" )) >>= aRet.nCurveResolution; in getChartTypeParameterForService()
173 xTemplateProps->getPropertyValue( C2U( "SplineOrder" )) >>= aRet.nSplineOrder; in getChartTypeParameterForService()
183 xTemplateProps->getPropertyValue( C2U( "Geometry3D" )) >>= aRet.nGeometry3D; in getChartTypeParameterForService()
308 … xTemplateProps->setPropertyValue( C2U( "CurveStyle" ), uno::makeAny(rParameter.eCurveStyle) ); in getCurrentTemplate()
309 …xTemplateProps->setPropertyValue( C2U( "CurveResolution" ), uno::makeAny(rParameter.nCurveResoluti… in getCurrentTemplate()
310 … xTemplateProps->setPropertyValue( C2U( "SplineOrder" ), uno::makeAny(rParameter.nSplineOrder) ); in getCurrentTemplate()
319 … xTemplateProps->setPropertyValue( C2U( "Geometry3D" ), uno::makeAny(rParameter.nGeometry3D) ); in getCurrentTemplate()
366 … xDiaProp->setPropertyValue( C2U( "SortByXValues" ), uno::makeAny( rParameter.bSortByXValues ) ); in commitToModel()
462 …( C2U( "com.sun.star.chart2.template.Column" ), ChartTypeParameter(1,false… in getTemplateMap()
[all …]
/AOO42X/main/chart2/source/model/main/
H A DDataPointProperties.cxx69 Property( C2U( "Color" ), in AddPropertiesToVector()
77 Property( C2U( "Transparency" ), in AddPropertiesToVector()
86 Property( C2U( "FillStyle" ), in AddPropertiesToVector()
93 Property( C2U( "TransparencyGradientName" ), in AddPropertiesToVector()
101 Property( C2U( "GradientName" ), in AddPropertiesToVector()
110 beans::Property( C2U( "GradientStepCount" ), in AddPropertiesToVector()
117 Property( C2U( "HatchName" ), in AddPropertiesToVector()
125 Property( C2U( "FillBitmapName" ), in AddPropertiesToVector()
132 Property( C2U( "FillBackground" ), in AddPropertiesToVector()
141 Property( C2U( "BorderColor" ), in AddPropertiesToVector()
[all …]
/AOO42X/main/sw/source/ui/utlui/
H A Dunotools.cxx140 …uno::Reference< uno::XInterface > xInst = xMgr->createInstance( C2U("com.sun.star.frame.FrameCont… in CreateControl()
146 …uno::Reference< awt::XToolkit > xToolkit( xMgr->createInstance( C2U("com.sun.star.awt.Toolkit") )… in CreateControl()
167 pValues[0].Name = C2U("ReadOnly"); in CreateControl()
170 pValues[1].Name = C2U("OpenFlags"); in CreateControl()
171 pValues[1].Value <<= C2U("-RB"); in CreateControl()
172 pValues[2].Name = C2U("Referer"); in CreateControl()
173 pValues[2].Value <<= C2U("private:user"); in CreateControl()
177 xPrSet->setPropertyValue( C2U("LoaderArguments"), aArgs ); in CreateControl()
180 xPrSet->setPropertyValue(C2U("ComponentURL"), aURL); in CreateControl()
211 uno::Any aFrame = xPrSet->getPropertyValue(C2U("Frame")); in IMPL_LINK()
[all …]
/AOO42X/main/chart2/source/model/filter/
H A DXMLFilter.cxx113 C2U("com.sun.star.embed.StorageFactory"), in lcl_getWriteStorage()
160 ! ( xProp->getPropertyValue( C2U("MediaType")) >>= aMediaType ) || in lcl_getWriteStorage()
163 xProp->setPropertyValue( C2U("MediaType"), uno::makeAny( _sMediaType )); in lcl_getWriteStorage()
221 C2U("com.sun.star.embed.StorageFactory"), in lcl_getReadStorage()
352 if( ! xServInfo->supportsService( C2U( "com.sun.star.chart2.ChartDocument" ))) in impl_Import()
365 xFactory->createInstanceWithContext( C2U( "com.sun.star.xml.sax.Parser" ), m_xContext ), in impl_Import()
384 C2U("com.sun.star.comp.Svx.GraphicImportHelper"), aArgs ), uno::UNO_QUERY ); in impl_Import()
424 if( aModProps[nInd].Name.equals( C2U( "HierarchicalDocumentName" ) ) ) in impl_Import()
429 else if( aModProps[nInd].Name.equals( C2U( "DocumentBaseURL" ) ) ) in impl_Import()
437 xImportInfo->setPropertyValue( C2U("BaseURI"), uno::makeAny( aBaseUri ) ); in impl_Import()
[all …]

12345678910>>...13