/aoo42x/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 389 rPropSet.SetProperty( EXC_CHPROP_STARTINGANGLE, nApiRot ); in ConvertPieRotation() 852 aSeqProp.SetProperty( EXC_CHPROP_ROLE, rRole ); in CreateDataSequence() 1103 rPropSet.SetProperty( EXC_CHPROP_LABEL, aPointLabel ); in ConvertDataLabel() 1325 rPropSet.SetProperty( EXC_CHPROP_OFFSET, fApiDist ); in Convert() 1353 rPropSet.SetProperty( EXC_CHPROP_GEOMETRY3D, nApiType ); in Convert() 2405 rPropSet.SetProperty( EXC_CHPROP_ROTATIONVERTICAL, nRotationY ); in Convert() 2407 rPropSet.SetProperty( EXC_CHPROP_PERSPECTIVE, nPerspective ); in Convert() 2554 aLegendProp.SetProperty( EXC_CHPROP_EXPANSION, eApiExpand ); in CreateLegend() 2970 rPropSet.SetProperty( EXC_CHPROP_CROSSOVERPOSITION, eAxisPos ); in ConvertAxisPosition() 3060 rPropSet.SetProperty( EXC_CHPROP_CROSSOVERPOSITION, eAxisPos ); in ConvertAxisPosition() [all …]
|
H A D | xiescher.cxx | 2113 rPropSet.SetProperty( CREATE_OUSTRING( "Align" ), nHorAlign ); in DoProcessControl() 2124 rPropSet.SetProperty( CREATE_OUSTRING( "VerticalAlign" ), eVerAlign ); in DoProcessControl() 2213 rPropSet.SetProperty( CREATE_OUSTRING( "DefaultState" ), nApiState ); in DoProcessControl() 2218 rPropSet.SetProperty( CREATE_OUSTRING( "VisualEffect" ), nEffect ); in DoProcessControl() 2231 rPropSet.SetProperty( CREATE_OUSTRING( "BackgroundColor" ), nColor ); in DoProcessControl() 2310 rPropSet.SetProperty( CREATE_OUSTRING( "Align" ), sal_Int16( 0 ) ); in DoProcessControl() 2455 rPropSet.SetProperty( CREATE_OUSTRING( "DefaultText" ), aText ); in DoProcessControl() 2532 rPropSet.SetProperty< sal_Int32 >( CREATE_OUSTRING( "SpinValueMin" ), mnMin ); in DoProcessControl() 2579 rPropSet.SetProperty( CREATE_OUSTRING( "Orientation" ), nApiOrient ); in DoProcessControl() 2615 rPropSet.SetProperty( CREATE_OUSTRING( "Border" ), nApiBorder ); in SetBoxFormatting() [all …]
|
H A D | xlchart.cxx | 1177 rPropSet.SetProperty( EXC_CHPROP_SYMBOL, aApiSymbol ); in WriteMarkerProperties() 1187 rPropSet.SetProperty( EXC_CHPROP_TEXTROTATION, fAngle ); in WriteRotationProperties() 1189 rPropSet.SetProperty( EXC_CHPROP_STACKCHARACTERS, nRotation == EXC_ROT_STACKED ); in WriteRotationProperties()
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLPropertyBackpatcher.cxx | 155 void XMLPropertyBackpatcher<A>::SetProperty( in SetProperty() function in XMLPropertyBackpatcher 160 SetProperty(xNonConstPropSet, sName); in SetProperty() 164 void XMLPropertyBackpatcher<A>::SetProperty( in SetProperty() function in XMLPropertyBackpatcher 289 GetFootnoteBP().SetProperty(xPropSet, sXMLId); in ProcessFootnoteReference() 305 GetSequenceIdBP().SetProperty(xPropSet, sXMLId); in ProcessSequenceReference() 306 GetSequenceNameBP().SetProperty(xPropSet, sXMLId); in ProcessSequenceReference()
|
H A D | XMLPropertyBackpatcher.hxx | 135 void SetProperty( 141 void SetProperty(
|
/aoo42x/main/shell/source/win32/shlxthandler/ooofilt/ |
H A D | propspec.cxx | 107 SetProperty( wcsProperty ); in CFullPropSpec() 127 SetProperty( src._psProperty.lpwstr ); in CFullPropSpec() 172 void CFullPropSpec::SetProperty( PROPID pidProperty ) in SetProperty() function in CFullPropSpec 182 BOOL CFullPropSpec::SetProperty( WCHAR const * wcsProperty ) in SetProperty() function in CFullPropSpec
|
H A D | ooofilt.cxx | 299 m_pAttributes[0].SetProperty( PIDSI_AUTHOR ); in Init() 301 m_pAttributes[1].SetProperty( PIDSI_TITLE ); in Init() 303 m_pAttributes[2].SetProperty( PIDSI_SUBJECT ); in Init() 305 m_pAttributes[3].SetProperty( PIDSI_KEYWORDS ); in Init() 307 m_pAttributes[4].SetProperty( PIDSI_COMMENTS ); in Init()
|
H A D | propspec.hxx | 94 void SetProperty( PROPID pidProperty ); 95 BOOL SetProperty( WCHAR const * wcsProperty );
|
/aoo42x/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 804 void SfxOleSection::SetProperty( SfxOlePropertyRef xProp ) in SetProperty() function in SfxOleSection 812 SetProperty( SfxOlePropertyRef( new SfxOleInt32Property( nPropId, nValue ) ) ); in SetInt32Value() 817 SetProperty( SfxOlePropertyRef( new SfxOleDoubleProperty( nPropId, fValue ) ) ); in SetDoubleValue() 822 SetProperty( SfxOlePropertyRef( new SfxOleBoolProperty( nPropId, bValue ) ) ); in SetBoolValue() 829 … SetProperty( SfxOlePropertyRef( new SfxOleString8Property( nPropId, maCodePageProp, rValue ) ) ); in SetStringValue() 836 …SetProperty( SfxOlePropertyRef( new SfxOleFileTimeProperty( nPropId, TIMESTAMP_INVALID_UTILDATETIM… in SetFileTimeValue() 838 SetProperty( SfxOlePropertyRef( new SfxOleFileTimeProperty( nPropId, rValue ) ) ); in SetFileTimeValue() 847 SetProperty( xProp ); in SetThumbnailValue() 856 SetProperty( xProp ); in SetBlobValue()
|
/aoo42x/main/unotools/source/config/ |
H A D | lingucfg.cxx | 192 sal_Bool SetProperty( const rtl::OUString &rPropertyName, 194 sal_Bool SetProperty( sal_Int32 nPropertyHandle, 437 sal_Bool SvtLinguConfigItem::SetProperty( const OUString &rPropertyName, const uno::Any &rValue ) in SetProperty() function in SvtLinguConfigItem 444 bSucc = SetProperty( nHdl, rValue ); in SetProperty() 449 sal_Bool SvtLinguConfigItem::SetProperty( sal_Int32 nPropertyHandle, const uno::Any &rValue ) in SetProperty() function in SvtLinguConfigItem 920 sal_Bool SvtLinguConfig::SetProperty( const OUString &rPropertyName, const uno::Any &rValue ) in SetProperty() function in SvtLinguConfig 922 return GetConfigItem().SetProperty( rPropertyName, rValue ); in SetProperty() 926 sal_Bool SvtLinguConfig::SetProperty( sal_Int32 nPropertyHandle, const uno::Any &rValue ) in SetProperty() function in SvtLinguConfig 928 return GetConfigItem().SetProperty( nPropertyHandle, rValue ); in SetProperty()
|
H A D | securityoptions.cxx | 224 void SetProperty( sal_Int32 nHandle, const Any& rValue, sal_Bool bReadOnly ); 329 SetProperty( nProperty, seqValues[ nProperty ], seqRO[ nProperty ] ); in SvtSecurityOptions_Impl() 348 void SvtSecurityOptions_Impl::SetProperty( sal_Int32 nProperty, const Any& rValue, sal_Bool bRO ) in SetProperty() function in SvtSecurityOptions_Impl 610 …SetProperty( GetHandle( seqPropertyNames[ nProperty ] ), seqValues[ nProperty ], seqRO[ nProperty … in Notify()
|
/aoo42x/main/svtools/source/inc/ |
H A D | property.hxx | 82 virtual void SetProperty(const String &rString)=0; 131 virtual void SetProperty(const String &rString); 174 virtual void SetProperty(const String &rString); 216 virtual void SetProperty(const String &rString);
|
/aoo42x/main/svx/source/unodialogs/textconversiondlgs/ |
H A D | chinese_translationdialog.cxx | 154 aLngCfg.SetProperty( rtl::OUString::createFromAscii( UPN_IS_DIRECTION_TO_SIMPLIFIED ), aAny ); in IMPL_LINK() 156 aLngCfg.SetProperty( rtl::OUString::createFromAscii( UPN_IS_USE_CHARACTER_VARIANTS ), aAny ); in IMPL_LINK() 158 aLngCfg.SetProperty( rtl::OUString::createFromAscii( UPN_IS_TRANSLATE_COMMON_TERMS ), aAny ); in IMPL_LINK()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | fapihelper.hxx | 211 inline void SetProperty( const ::rtl::OUString& rPropName, const Type& rValue ) in SetProperty() function in ScfPropertySet 220 { SetProperty( rPropName, ::rtl::OUString( rValue ) ); } in SetStringProperty() 224 { SetProperty( rPropName, ScfApiHelper::ConvertToApiColor( rColor ) ); } in SetColorProperty()
|
/aoo42x/main/sot/source/sdstor/ |
H A D | storage.cxx | 382 sal_Bool SotStorageStream::SetProperty( const String& rName, const ::com::sun::star::uno::Any& rVal… in SetProperty() function in SotStorageStream 387 return pStg->SetProperty( rName, rValue ); in SetProperty() 808 pTempStorage->SetProperty( ::rtl::OUString::createFromAscii( "MediaType" ), aMediaType ); in GetUNOAPIDuplicate() 1386 sal_Bool SotStorage::SetProperty( const String& rName, const ::com::sun::star::uno::Any& rValue ) in SetProperty() function in SotStorage 1391 return pStg->SetProperty( rName, rValue ); in SetProperty() 1466 SetProperty( ::rtl::OUString::createFromAscii("EncryptionKey"), aAny ); in SetKey()
|
H A D | unostorageholder.cxx | 154 m_rSotStorage->SetProperty( ::rtl::OUString::createFromAscii( "MediaType" ), aMediaType ); in commited()
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | property.cxx | 115 void SvXPropertyEdit::SetProperty(const String &rString) in SetProperty() function in SvXPropertyEdit 243 void SvXPropertyListBox::SetProperty(const String &rString) in SetProperty() function in SvXPropertyListBox 373 void SvXPropertyComboBox::SetProperty(const String &rString) in SetProperty() function in SvXPropertyComboBox 906 pSvXPCtr->SetProperty( rValue ); in SetPropertyValue() 986 pSvXPCtr->SetProperty(aPropData.aValue); in ChangeEntry()
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | lingucfg.hxx | 197 sal_Bool SetProperty( const rtl::OUString &rPropertyName, 199 sal_Bool SetProperty( sal_Int32 nPropertyHandle,
|
/aoo42x/main/sot/inc/sot/ |
H A D | storage.hxx | 95 …sal_Bool SetProperty( const String& rName, const ::com::sun::star::uno::Any& rValue… 239 …sal_Bool SetProperty( const String& rName, const ::com::sun::star::uno::Any& rValue…
|
H A D | stg.hxx | 286 …sal_Bool SetProperty( const String& rName, const ::com::sun::star::uno::Any… 375 …sal_Bool SetProperty( const String& rName, const ::com::sun::star::uno::Any…
|
/aoo42x/main/cui/source/dialogs/ |
H A D | hangulhanjadlg.cxx | 1036 aLngCfg.SetProperty( UPH_ACTIVE_CONVERSION_DICTIONARIES, aTmp ); in IMPL_LINK() 1039 aLngCfg.SetProperty( UPH_IS_IGNORE_POST_POSITIONAL_WORD, aTmp ); in IMPL_LINK() 1042 aLngCfg.SetProperty( UPH_IS_SHOW_ENTRIES_RECENTLY_USED_FIRST, aTmp ); in IMPL_LINK() 1045 aLngCfg.SetProperty( UPH_IS_AUTO_REPLACE_UNIQUE_ENTRIES, aTmp ); in IMPL_LINK()
|
/aoo42x/main/linguistic/source/ |
H A D | lngopt.cxx | 416 if (aOld != rValue && aConfig.SetProperty( pCur->nWID, rValue )) in setPropertyValue() 519 if (aOld != rValue && aConfig.SetProperty( nHandle, rValue )) in setFastPropertyValue()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | scmod2.cxx | 74 aConfig.SetProperty( rtl::OUString::createFromAscii( LINGUPROP_AUTOSPELL ), aAny ); in SetAutoSpellProperty()
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | msfiltertracer.hxx | 89 void SetProperty( const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Any& rProperty );
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterConfigurationAccess.hxx | 106 bool SetProperty (const ::rtl::OUString& rsPropertyName, const css::uno::Any& rValue);
|