/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbafontbase.cxx | 64 sal_Int16 nValue = NORMAL; in setSuperscript() 79 short nValue = NORMAL; in getSuperscript() 95 sal_Int16 nValue = NORMAL; in setSubscript() 112 short nValue = NORMAL; in getSubscript() 180 double fBoldValue = awt::FontWeight::NORMAL; in setBold()
|
H A D | vbaeventshelperbase.cxx | 180 if( getModuleType( aModuleName ) == script::ModuleType::NORMAL ) in changesOccurred() 267 case script::ModuleType::NORMAL: in getEventHandlerPath() 318 return script::ModuleType::NORMAL; in getModuleType()
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbaeventshelper.cxx | 40 registerEventHandler( AUTO_NEW, NORMAL, "AutoNew" ); in SwVbaEventsHelper() 42 registerEventHandler( AUTO_OPEN, NORMAL, "AutoOpen" ); in SwVbaEventsHelper() 44 registerEventHandler( AUTO_CLOSE, NORMAL, "AutoClose" ); in SwVbaEventsHelper()
|
/aoo4110/main/svx/source/toolbars/ |
H A D | extrusionbar.cxx | 191 aRotateAnglePropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute() 193 aRotateAnglePropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute() 279 aOriginPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute() 281 aOriginPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute() 288 aSkewPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute() 290 aSkewPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute() 318 aDepthPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute() 320 aDepthPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
|
/aoo4110/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | DrawingDemo.java | 310 pPolyFlags[ 0 ] = PolygonFlags.NORMAL; in Demo_PolyPolygonBezier() 319 pPolyFlags[ 3 ] = PolygonFlags.NORMAL; in Demo_PolyPolygonBezier() 323 pPolyFlags[ 4 ] = PolygonFlags.NORMAL; in Demo_PolyPolygonBezier() 332 pPolyFlags[ 7 ] = PolygonFlags.NORMAL; in Demo_PolyPolygonBezier()
|
/aoo4110/main/offapi/com/sun/star/drawing/ |
H A D | PolygonFlags.idl | 39 // DOCUMENTATION OMITTED FOR PolygonFlags:: NORMAL, 41 // DocMerge from xml: value com::sun::star::drawing::PolygonFlags::NORMAL 44 NORMAL,
|
/aoo4110/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFunctionParser.cxx | 84 if ( rSource.Type != com::sun::star::drawing::EnhancedCustomShapeParameterType::NORMAL ) in FillEquationParameter() 128 aRet.Type = EnhancedCustomShapeParameterType::NORMAL; in fillNode() 289 case ENUM_FUNC_HASFILL : aRet.Type = EnhancedCustomShapeParameterType::NORMAL; break; in fillNode() 376 if ( aSource.Type == EnhancedCustomShapeParameterType::NORMAL ) in fillNode() 401 if ( aSource.Type == EnhancedCustomShapeParameterType::NORMAL ) in fillNode() 426 if ( aSource.Type == EnhancedCustomShapeParameterType::NORMAL ) in fillNode() 444 aRet.Type = EnhancedCustomShapeParameterType::NORMAL; in fillNode()
|
H A D | EnhancedCustomShape2d.cxx | 88 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeParameter() 431 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeHandleParameter() 436 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeHandleParameter() 442 rParameter.Type = EnhancedCustomShapeParameterType::NORMAL; in SetEnhancedCustomShapeHandleParameter() 998 case EnhancedCustomShapeParameterType::NORMAL : in GetParameter()
|
/aoo4110/main/sdext/source/pdfimport/test/ |
H A D | tests.cxx | 278 rContext.BlendMode == rendering::BlendMode::NORMAL ); in strokePath() 303 rContext.BlendMode == rendering::BlendMode::NORMAL ); in fillPath() 322 rContext.BlendMode == rendering::BlendMode::NORMAL ); in eoFillPath()
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | ReportComponent.cxx | 113 aFontDescriptor.Weight = awt::FontWeight::NORMAL; in OFormatProperties() 114 aFontDescriptor.CharacterWidth = awt::FontWidth::NORMAL; in OFormatProperties()
|
/aoo4110/main/xmloff/source/style/ |
H A D | weighhdl.cxx | 60 { ::com::sun::star::awt::FontWeight::NORMAL, 400 }, 61 { ::com::sun::star::awt::FontWeight::NORMAL, 450 },
|
/aoo4110/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 40 NORMAL, enumerator 61 if (kind == test_kind.NORMAL) in getValueByName() 88 case test_kind.NORMAL: in createInstanceWithArgumentsAndContext() 102 case test_kind.NORMAL: in createInstanceWithContext() 579 c = new Context(Context.test_kind.NORMAL); in testS1() 809 c = new Context(Context.test_kind.NORMAL); in testS1() 1025 Context c = new Context(Context.test_kind.NORMAL); in testSingletons() 1211 Context c = new Context(Context.test_kind.NORMAL); in testInterface()
|
/aoo4110/main/vbahelper/source/msforms/ |
H A D | vbanewfont.cxx | 103 return aAny.get< float >() > awt::FontWeight::NORMAL; in getBold() 110 uno::Any( bBold ? awt::FontWeight::BOLD : awt::FontWeight::NORMAL ) ); in setBold()
|
/aoo4110/main/qadevOOo/tests/java/mod/_svx/ |
H A D | SvxShapePolyPolygonBezier.java | 212 flags[0] = PolygonFlags.NORMAL; in createTestEnvironment() 213 flags[1] = PolygonFlags.NORMAL; in createTestEnvironment()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbafont.cxx | 104 sal_Int16 nValue = NORMAL; in setSuperscript() 176 sal_Int16 nValue = NORMAL; in setSubscript() 219 short nValue = NORMAL; in getSubscript()
|
/aoo4110/main/oox/source/ole/ |
H A D | vbamodule.cxx | 107 mnType = ModuleType::NORMAL; in importDirRecords() 192 case ModuleType::NORMAL: in createModule()
|
/aoo4110/main/chart2/source/tools/ |
H A D | CharacterProperties.cxx | 527 …art::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_CHAR_WEIGHT, awt::FontWeight::NORMAL ); in AddDefaultsToMap() 555 …ropertyHelper::setPropertyValueDefault( rOutMap, PROP_CHAR_ASIAN_WEIGHT, awt::FontWeight::NORMAL ); in AddDefaultsToMap() 566 …pertyHelper::setPropertyValueDefault( rOutMap, PROP_CHAR_COMPLEX_WEIGHT, awt::FontWeight::NORMAL ); in AddDefaultsToMap()
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 130 meLatestPageType ( NORMAL ), in PPTWriter() 371 if ( ImplGetPageByIndex( 0, NORMAL ) && in ImplCreateDocumentSummaryInformation() 580 …if ( !ImplGetPageByIndex( i, NORMAL ) ) // sehr aufregend: noch einmal ueber alle … in ImplCreateDocument() 582 ImplSetCurrentStyleSheet( ImplGetMasterIndex( NORMAL ) ); in ImplCreateDocument() 1203 if ( !ImplGetPageByIndex( nPageNum, NORMAL ) ) in ImplCreateSlide() 1205 sal_uInt32 nMasterID = ImplGetMasterIndex( NORMAL ); in ImplCreateSlide() 1533 …ImplWritePage( rLayout, aSolverContainer, NORMAL, sal_False, nPageNum ); // Die Shapes der Seit… in ImplCreateSlide() 1652 ImplSetCurrentStyleSheet( ImplGetMasterIndex( NORMAL ) ); in ImplCreateNotes()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/ |
H A D | TextRawReportTarget.java | 90 private static final String NORMAL = "normal"; field in TextRawReportTarget 484 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-variant", NORMAL); in createVariablesStyle() 494 textProps.setAttribute(OfficeNamespaces.FO_NS, "letter-spacing", NORMAL); in createVariablesStyle() 496 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-style", NORMAL); in createVariablesStyle() 500 textProps.setAttribute(OfficeNamespaces.FO_NS, "font-weight", NORMAL); in createVariablesStyle()
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XSheetLinkable.idl | 59 <p>If the returned value is <const>SheetLinkMode::NORMAL</const>, 73 <p>If the value is <const>SheetLinkMode::NORMAL</const>,
|
/aoo4110/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 229 return ::com::sun::star::awt::FontWidth::NORMAL; in ConvertFontWidth() 255 else if( f <= ::com::sun::star::awt::FontWidth::NORMAL ) in ConvertFontWidth() 283 return ::com::sun::star::awt::FontWeight::NORMAL; in ConvertFontWeight() 309 else if( f <= ::com::sun::star::awt::FontWeight::NORMAL ) in ConvertFontWeight()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | eschesdo.cxx | 595 if( rObj.IsEmptyPresObj() && ( ePageType == NORMAL ) ) in ImplWriteShape() 655 if( rObj.IsEmptyPresObj() && ( ePageType == NORMAL ) ) in ImplWriteShape() 1023 ImplWritePage( *mpSolverContainer, NORMAL ); in ImplWriteCurrentPage() 1033 return ImplWriteShape( rObj, *mpSolverContainer, NORMAL ); in ImplWriteTheShape()
|
/aoo4110/main/bean/qa/complex/bean/ |
H A D | OOoBeanTest.java | 165 f.setExtendedState(Frame.NORMAL); in test2() 190 f.setExtendedState(Frame.NORMAL); in test2()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | customshapegeometry.cxx | 99 case EnhancedCustomShapeParameterType::NORMAL : in GetFormulaParameter() 293 aRet.Type = EnhancedCustomShapeParameterType::NORMAL; in GetAdjCoordinate() 386 aRet.Type = EnhancedCustomShapeParameterType::NORMAL; in GetAdjCoordinate() 400 aRet.Type = EnhancedCustomShapeParameterType::NORMAL; in GetAdjCoordinate() 430 if ( aAngle.Type == EnhancedCustomShapeParameterType::NORMAL ) in GetAdjAngle()
|
/aoo4110/main/qadevOOo/tests/java/ifc/style/ |
H A D | _CharacterPropertiesAsian.java | 58 testProperty("CharWeightAsian", new Float(FontWeight.NORMAL), in _CharWeightAsian()
|