/aoo42x/main/xmloff/source/style/ |
H A D | xmlnume.cxx | 450 if( eValue != XML_TOKEN_INVALID ) in exportLevelStyle() 463 eValue = XML_TOP; in exportLevelStyle() 468 eValue = XML_MIDDLE; in exportLevelStyle() 474 eValue = XML_BOTTOM; in exportLevelStyle() 477 if( eValue != XML_TOKEN_INVALID ) in exportLevelStyle() 480 eValue = XML_TOKEN_INVALID; in exportLevelStyle() 486 eValue = XML_BASELINE; in exportLevelStyle() 491 eValue = XML_LINE; in exportLevelStyle() 496 eValue = XML_CHAR; in exportLevelStyle() 499 if( eValue != XML_TOKEN_INVALID ) in exportLevelStyle() [all …]
|
H A D | HatchStyle.cxx | 135 sal_uInt16 eValue; in importXML() local 136 … bHasStyle = rUnitConverter.convertEnum( eValue, rStrValue, pXML_HatchStyle_Enum ); in importXML() 138 aHatch.Style = (drawing::HatchStyle) eValue; in importXML()
|
H A D | DashStyle.cxx | 138 sal_uInt16 eValue; in importXML() local 139 if( rUnitConverter.convertEnum( eValue, rStrValue, pXML_DashStyle_Enum ) ) in importXML() 141 aLineDash.Style = (drawing::DashStyle) eValue; in importXML()
|
H A D | GradientStyle.cxx | 154 sal_uInt16 eValue; in importXML() local 155 if( SvXMLUnitConverter::convertEnum( eValue, rStrValue, pXML_GradientStyle_Enum ) ) in importXML() 157 aGradient.Style = (awt::GradientStyle) eValue; in importXML()
|
H A D | TransGradientStyle.cxx | 147 sal_uInt16 eValue; in importXML() local 148 if( SvXMLUnitConverter::convertEnum( eValue, rStrValue, pXML_GradientStyle_Enum ) ) in importXML() 150 aGradient.Style = (awt::GradientStyle) eValue; in importXML()
|
H A D | PageMasterPropHdl.cxx | 294 XMLPMPropHdl_Print::XMLPMPropHdl_Print( enum XMLTokenEnum eValue ) : in XMLPMPropHdl_Print() argument 295 sAttrValue( GetXMLToken( eValue ) ) in XMLPMPropHdl_Print()
|
H A D | xmlnumi.cxx | 287 inline void SetPosAndSpaceMode( sal_Int16 eValue ) in SetPosAndSpaceMode() argument 289 ePosAndSpaceMode = eValue; in SetPosAndSpaceMode() 291 inline void SetLabelFollowedBy( sal_Int16 eValue ) in SetLabelFollowedBy() argument 293 eLabelFollowedBy = eValue; in SetLabelFollowedBy()
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtstyle.cxx | 66 enum XMLTokenEnum eValue = XML_TOKEN_INVALID; in exportStyleAttributes() local 72 eValue = XML_TEXT; in exportStyleAttributes() 75 eValue = XML_CHAPTER; in exportStyleAttributes() 78 eValue = XML_LIST; in exportStyleAttributes() 81 eValue = XML_INDEX; in exportStyleAttributes() 84 eValue = XML_EXTRA; in exportStyleAttributes() 87 eValue = XML_HTML; in exportStyleAttributes() 91 if( eValue != XML_TOKEN_INVALID ) in exportStyleAttributes() 92 GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_CLASS, eValue); in exportStyleAttributes()
|
H A D | txtflde.cxx | 2429 enum XMLTokenEnum eValue; in ProcessDisplay() local 2433 eValue = bIsCommand ? XML_FORMULA : XML_VALUE; in ProcessDisplay() 2437 eValue = XML_NONE; in ProcessDisplay() 2441 if (!bValueDefault || (eValue != XML_VALUE)) in ProcessDisplay() 2526 enum XMLTokenEnum eValue, in ProcessString() argument 2531 DBG_ASSERT( bOmitEmpty || (eValue != XML_TOKEN_INVALID), in ProcessString() 2537 if (bOmitEmpty && (eValue == XML_TOKEN_INVALID)) in ProcessString() 2540 GetExport().AddAttribute(nPrefix, eName, eValue); in ProcessString() 2546 enum XMLTokenEnum eValue, in ProcessString() argument 2550 if ( eValue != eDefault ) in ProcessString() [all …]
|
/aoo42x/main/svtools/source/config/ |
H A D | colorcfg.cxx | 91 const ColorConfigValue& GetColorConfigValue(ColorConfigEntry eValue) in GetColorConfigValue() argument 92 {return m_aConfigValues[eValue];} in GetColorConfigValue() 93 void SetColorConfigValue(ColorConfigEntry eValue, 320 void ColorConfig_Impl::SetColorConfigValue(ColorConfigEntry eValue, const ColorConfigValue& rValue ) in SetColorConfigValue() argument 322 if(rValue != m_aConfigValues[eValue]) in SetColorConfigValue() 324 m_aConfigValues[eValue] = rValue; in SetColorConfigValue()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | swfont.hxx | 102 inline void SetEmphasisMark( const FontEmphasisMark eValue ); 216 inline void SetEmphasisMark( const FontEmphasisMark eValue ); 638 inline void SwSubFont::SetEmphasisMark( const FontEmphasisMark eValue ) in SetEmphasisMark() argument 641 Font::SetEmphasisMark( eValue ); in SetEmphasisMark() 644 inline void SwFont::SetEmphasisMark( const FontEmphasisMark eValue ) in SetEmphasisMark() argument 647 aSub[0].SetEmphasisMark( eValue ); in SetEmphasisMark() 648 aSub[1].SetEmphasisMark( eValue ); in SetEmphasisMark() 649 aSub[2].SetEmphasisMark( eValue ); in SetEmphasisMark()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | textanim.cxx | 217 SdrTextAniDirection eValue = ( ( const SdrTextAniDirectionItem* )pItem )->GetValue(); in Reset() local 218 SelectDirection( eValue ); in Reset() 407 SdrTextAniDirection eValue = (SdrTextAniDirection) GetSelectedDirection(); in FillItemSet() local 408 rAttrs.Put( SdrTextAniDirectionItem( eValue ) ); in FillItemSet()
|
/aoo42x/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 1198 …mAnimationEffect::getProperty( sal_Int32 nNodeType, const OUString& rAttributeName, EValue eValue ) in getProperty() argument 1219 switch( eValue ) in getProperty() 1229 aProperty = aValues[ eValue == VALUE_FIRST ? 0 : aValues.getLength() - 1 ]; in getProperty() 1271 switch( eValue ) in setProperty() 1301 sal_Int32 nIndex = eValue == VALUE_FIRST ? 0 : aValues.getLength() - 1; in setProperty() 1441 Any CustomAnimationEffect::getTransformationProperty( sal_Int32 nTransformType, EValue eValue ) in getTransformationProperty() argument 1460 switch( eValue ) in getTransformationProperty() 1470 aProperty = aValues[ eValue == VALUE_FIRST ? 0 : aValues.getLength() - 1 ]; in getTransformationProperty() 1490 bool CustomAnimationEffect::setTransformationProperty( sal_Int32 nTransformType, EValue eValue, con… in setTransformationProperty() argument 1509 switch( eValue ) in setTransformationProperty() [all …]
|
/aoo42x/main/sd/inc/ |
H A D | CustomAnimationEffect.hxx | 143 …r::uno::Any getProperty( sal_Int32 nNodeType, const rtl::OUString& rAttributeName, EValue eValue ); 144 …bool setProperty( sal_Int32 nNodeType, const rtl::OUString& rAttributeName, EValue eValue, co… 146 ::com::sun::star::uno::Any getTransformationProperty( sal_Int32 nTransformType, EValue eValue ); 147 …bool setTransformationProperty( sal_Int32 nTransformType, EValue eValue, const ::com::sun::st…
|
H A D | EffectMigration.hxx | 60 …oid SetAnimationEffect( SvxShape* pShape, ::com::sun::star::presentation::AnimationEffect eValue ); 62 …SetTextAnimationEffect( SvxShape* pShape, ::com::sun::star::presentation::AnimationEffect eValue );
|
/aoo42x/main/svx/source/dialog/ |
H A D | frmdirlbox.cxx | 115 void FrameDirListBoxWrapper::SetControlValue( SvxFrameDirection eValue ) in SetControlValue() argument 117 GetControl().SelectEntryValue( eValue ); in SetControlValue()
|
/aoo42x/main/editeng/source/items/ |
H A D | writingmodeitem.cxx | 41 SvxWritingModeItem::SvxWritingModeItem( WritingMode eValue, sal_uInt16 _nWhich ) in SvxWritingModeItem() argument 42 : SfxUInt16Item( _nWhich, (sal_uInt16)eValue ) in SvxWritingModeItem()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.hxx | 486 PDFWriter::StructAttributeValue eValue; member 490 : eValue( PDFWriter::Invalid ), in PDFStructureAttribute() 495 : eValue( eVal ), in PDFStructureAttribute() 500 : eValue( PDFWriter::Invalid ), in PDFStructureAttribute()
|
/aoo42x/main/unotools/source/config/ |
H A D | inetoptions.cxx | 475 void SvtInetOptions::SetProxyType(ProxyType eValue, bool bFlush) in SetProxyType() argument 478 star::uno::makeAny(sal_Int32(eValue)), in SetProxyType()
|
/aoo42x/main/xmloff/inc/ |
H A D | txtflde.hxx | 312 enum ::xmloff::token::XMLTokenEnum eValue, /// attribute token 319 enum ::xmloff::token::XMLTokenEnum eValue, /// attribute value token
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | writingmodeitem.hxx | 39 …SvxWritingModeItem( ::com::sun::star::text::WritingMode eValue /*= com::sun::star::text::WritingMo…
|
H A D | charreliefitem.hxx | 46 SvxCharReliefItem( FontRelief eValue /*= RELIEF_NONE*/,
|
/aoo42x/main/svx/inc/svx/ |
H A D | frmdirlbox.hxx | 88 virtual void SetControlValue( SvxFrameDirection eValue );
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | inetoptions.hxx | 87 void SetProxyType(ProxyType eValue, bool bFlush = false);
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 3881 TriState eValue = STATE_NOCHECK; in CreateAccessibleCell() local 3885 eValue = STATE_NOCHECK; in CreateAccessibleCell() 3888 eValue = STATE_CHECK; in CreateAccessibleCell() 3891 eValue = STATE_DONTKNOW; in CreateAccessibleCell() 3894 return DbGridControl_Base::CreateAccessibleCheckBoxCell( _nRow, _nColumnPos,eValue,sal_True ); in CreateAccessibleCell()
|