Home
last modified time | relevance | path

Searched refs:NORMAL (Results 1 – 25 of 77) sorted by relevance

1234

/trunk/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx64 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 Dvbaeventshelperbase.cxx180 if( getModuleType( aModuleName ) == script::ModuleType::NORMAL ) in changesOccurred()
267 case script::ModuleType::NORMAL: in getEventHandlerPath()
318 return script::ModuleType::NORMAL; in getModuleType()
/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx185 aRotateAnglePropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
187 aRotateAnglePropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
273 aOriginPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
275 aOriginPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
282 aSkewPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
284 aSkewPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
312 aDepthPropPair.First.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
314 aDepthPropPair.Second.Type = EnhancedCustomShapeParameterType::NORMAL; in impl_execute()
/trunk/main/sw/source/ui/vba/
H A Dvbaeventshelper.cxx40 registerEventHandler( AUTO_NEW, NORMAL, "AutoNew" ); in SwVbaEventsHelper()
42 registerEventHandler( AUTO_OPEN, NORMAL, "AutoOpen" ); in SwVbaEventsHelper()
44 registerEventHandler( AUTO_CLOSE, NORMAL, "AutoClose" ); in SwVbaEventsHelper()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java310 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()
/trunk/main/offapi/com/sun/star/drawing/
H A DPolygonFlags.idl39 // DOCUMENTATION OMITTED FOR PolygonFlags:: NORMAL,
41 // DocMerge from xml: value com::sun::star::drawing::PolygonFlags::NORMAL
44 NORMAL,
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx84 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 DEnhancedCustomShape2d.cxx88 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()
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx268 … ASSERT_TRUE(rContext.BlendMode == rendering::BlendMode::NORMAL) << "Blend mode is normal"; in strokePath()
286 … ASSERT_TRUE(rContext.BlendMode == rendering::BlendMode::NORMAL) << "Blend mode is normal"; in fillPath()
301 … ASSERT_TRUE(rContext.BlendMode == rendering::BlendMode::NORMAL) << "Blend mode is normal"; in eoFillPath()
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs40 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()
/trunk/main/reportdesign/source/core/api/
H A DReportComponent.cxx112 aFontDescriptor.Weight = awt::FontWeight::NORMAL; in OFormatProperties()
113 aFontDescriptor.CharacterWidth = awt::FontWidth::NORMAL; in OFormatProperties()
/trunk/main/xmloff/source/style/
H A Dweighhdl.cxx60 { ::com::sun::star::awt::FontWeight::NORMAL, 400 },
61 { ::com::sun::star::awt::FontWeight::NORMAL, 450 },
/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx104 sal_Int16 nValue = NORMAL; in setSuperscript()
176 sal_Int16 nValue = NORMAL; in setSubscript()
219 short nValue = NORMAL; in getSubscript()
/trunk/main/vbahelper/source/msforms/
H A Dvbanewfont.cxx103 return aAny.get< float >() > awt::FontWeight::NORMAL; in getBold()
110 uno::Any( bBold ? awt::FontWeight::BOLD : awt::FontWeight::NORMAL ) ); in setBold()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxShapePolyPolygonBezier.java212 flags[0] = PolygonFlags.NORMAL; in createTestEnvironment()
213 flags[1] = PolygonFlags.NORMAL; in createTestEnvironment()
/trunk/main/chart2/source/tools/
H A DCharacterProperties.cxx527 …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()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx130 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()
/trunk/main/oox/source/ole/
H A Dvbamodule.cxx107 mnType = ModuleType::NORMAL; in importDirRecords()
192 case ModuleType::NORMAL: in createModule()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java90 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()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx229 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()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetLinkable.idl59 <p>If the returned value is <const>SheetLinkMode::NORMAL</const>,
73 <p>If the value is <const>SheetLinkMode::NORMAL</const>,
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx595 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()
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx99 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()
/trunk/main/bean/qa/complex/bean/
H A DOOoBeanTest.java165 f.setExtendedState(Frame.NORMAL); in test2()
190 f.setExtendedState(Frame.NORMAL); in test2()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_CharacterPropertiesAsian.java58 testProperty("CharWeightAsian", new Float(FontWeight.NORMAL), in _CharWeightAsian()

Completed in 137 milliseconds

1234