Home
last modified time | relevance | path

Searched refs:eValue (Results 1 – 25 of 32) sorted by path

12

/trunk/main/cui/source/tabpages/
H A Dtextanim.cxx217 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()
H A Dtparea.cxx1428 … RECT_POINT eValue = ( ( const XFillBmpPosItem& ) rOutAttrs.Get( XATTR_FILLBMP_POS ) ).GetValue(); in FillItemSet() local
1429 if( eValue != _eRP ) in FillItemSet()
1753 RECT_POINT eValue = ( ( const XFillBmpPosItem& ) rAttrs.Get( XATTR_FILLBMP_POS ) ).GetValue(); in Reset() local
1754 aCtlPosition.SetActualRP( eValue ); in Reset()
/trunk/main/editeng/inc/editeng/
H A Dcharreliefitem.hxx46 SvxCharReliefItem( FontRelief eValue /*= RELIEF_NONE*/,
H A Dwritingmodeitem.hxx39 …SvxWritingModeItem( ::com::sun::star::text::WritingMode eValue /*= com::sun::star::text::WritingMo…
/trunk/main/editeng/source/items/
H A Dtextitem.cxx3496 SvxCharReliefItem::SvxCharReliefItem( FontRelief eValue, in SvxCharReliefItem() argument
3498 : SfxEnumItem( nId, (sal_uInt16)eValue ) in SvxCharReliefItem()
H A Dwritingmodeitem.cxx41 SvxWritingModeItem::SvxWritingModeItem( WritingMode eValue, sal_uInt16 _nWhich ) in SvxWritingModeItem() argument
42 : SfxUInt16Item( _nWhich, (sal_uInt16)eValue ) in SvxWritingModeItem()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx143 …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 DEffectMigration.hxx60 …oid SetAnimationEffect( SvxShape* pShape, ::com::sun::star::presentation::AnimationEffect eValue );
62 …SetTextAnimationEffect( SvxShape* pShape, ::com::sun::star::presentation::AnimationEffect eValue );
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1198 …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 …]
/trunk/main/svtools/source/config/
H A Dcolorcfg.cxx91 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()
/trunk/main/svx/inc/svx/
H A Dfrmdirlbox.hxx88 virtual void SetControlValue( SvxFrameDirection eValue );
/trunk/main/svx/source/dialog/
H A Dfrmdirlbox.cxx115 void FrameDirListBoxWrapper::SetControlValue( SvxFrameDirection eValue ) in SetControlValue() argument
117 GetControl().SelectEntryValue( eValue ); in SetControlValue()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx3881 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()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx102 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()
/trunk/main/unotools/inc/unotools/
H A Dinetoptions.hxx87 void SetProxyType(ProxyType eValue, bool bFlush = false);
/trunk/main/unotools/source/config/
H A Dinetoptions.cxx475 void SvtInetOptions::SetProxyType(ProxyType eValue, bool bFlush) in SetProxyType() argument
478 star::uno::makeAny(sal_Int32(eValue)), in SetProxyType()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2681 if( i_rVal.eValue != PDFWriter::Invalid ) in appendStructureAttributeLine()
2684 o_rLine.append( PDFWriterImpl::getAttributeValueTag( i_rVal.eValue ) ); in appendStructureAttributeLine()
H A Dpdfwriter_impl.hxx486 PDFWriter::StructAttributeValue eValue; member
490 : eValue( PDFWriter::Invalid ), in PDFStructureAttribute()
495 : eValue( eVal ), in PDFStructureAttribute()
500 : eValue( PDFWriter::Invalid ), in PDFStructureAttribute()
/trunk/main/xmloff/inc/
H A Dtxtflde.hxx312 enum ::xmloff::token::XMLTokenEnum eValue, /// attribute token
319 enum ::xmloff::token::XMLTokenEnum eValue, /// attribute value token
/trunk/main/xmloff/inc/xmloff/
H A Dxmlexp.hxx397 enum ::xmloff::token::XMLTokenEnum eValue );
401 enum ::xmloff::token::XMLTokenEnum eValue );
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx1097 enum XMLTokenEnum eValue) in AddAttribute() argument
1101 GetXMLToken(eValue) ); in AddAttribute()
1113 enum ::xmloff::token::XMLTokenEnum eValue ) in AddAttribute()
1117 GetXMLToken(eValue) ); in AddAttribute()
/trunk/main/xmloff/source/style/
H A DDashStyle.cxx138 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 DGradientStyle.cxx154 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 DHatchStyle.cxx135 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 DPageMasterPropHdl.cxx294 XMLPMPropHdl_Print::XMLPMPropHdl_Print( enum XMLTokenEnum eValue ) : in XMLPMPropHdl_Print() argument
295 sAttrValue( GetXMLToken( eValue ) ) in XMLPMPropHdl_Print()

Completed in 270 milliseconds

12