Home
last modified time | relevance | path

Searched refs:SetProperty (Results 1 – 25 of 43) sorted by last modified time

12

/trunk/main/editeng/source/misc/
H A Dunolingu.cxx419 aCfg.SetProperty( A2OU( "DataFilesChangedCheckValue" ), aAny ); in UpdateAll()
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dpropspec.hxx94 void SetProperty( PROPID pidProperty );
95 BOOL SetProperty( WCHAR const * wcsProperty );
H A Dpropspec.cxx107 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 Dooofilt.cxx299 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()
/trunk/main/unotools/source/config/
H A Dsecurityoptions.cxx224 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
610SetProperty( GetHandle( seqPropertyNames[ nProperty ] ), seqValues[ nProperty ], seqRO[ nProperty … in Notify()
H A Dlingucfg.cxx192 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()
/trunk/main/cui/source/options/
H A Doptlingu.cxx1387 aLngCfg.SetProperty( UPH_ACTIVE_DICTIONARIES, aTmp ); in FillItemSet()
1412 aLngCfg.SetProperty( aPropName, aAny ); in FillItemSet()
H A Doptgdlg.cxx1532 pLangConfig->aLinguConfig.SetProperty( aPropName, aValue ); in FillItemSet()
1553 pLangConfig->aLinguConfig.SetProperty( aPropName, aValue ); in FillItemSet()
1574 pLangConfig->aLinguConfig.SetProperty( aPropName, aValue ); in FillItemSet()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx1585 sal_Bool UCBStorageStream::SetProperty( const String& rName, const ::com::sun::star::uno::Any& rVal… function in UCBStorageStream
3491 sal_Bool UCBStorage::SetProperty( const String& rName, const ::com::sun::star::uno::Any& rValue ) function in UCBStorage
H A Dunostorageholder.cxx154 m_rSotStorage->SetProperty( ::rtl::OUString::createFromAscii( "MediaType" ), aMediaType ); in commited()
H A Dstorage.cxx382 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()
/trunk/main/sdext/source/presenter/
H A DPresenterConfigurationAccess.hxx106 bool SetProperty (const ::rtl::OUString& rsPropertyName, const css::uno::Any& rValue);
/trunk/main/xmloff/source/text/
H A DXMLPropertyBackpatcher.cxx155 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 DXMLPropertyBackpatcher.hxx135 void SetProperty(
141 void SetProperty(
/trunk/main/unotools/inc/unotools/
H A Dlingucfg.hxx197 sal_Bool SetProperty( const rtl::OUString &rPropertyName,
199 sal_Bool SetProperty( sal_Int32 nPropertyHandle,
/trunk/main/sw/source/ui/uiview/
H A Dview0.cxx541 aCfg.SetProperty( aPropName, aVal ); in ExecViewOptions()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx796 … SvtLinguConfig().SetProperty( A2OU( UPN_IS_GRAMMAR_INTERACTIVE ), uno::makeAny( sal_True )); in Execute()
/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx525 SvtLinguConfig().SetProperty( aPropName, aVal ); in SetGrammarChecking()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx1125 sal_Bool SetProperty(const ::rtl::OUString& rName, uno::Any aVal);
1159 sal_Bool SwStyleProperties_Impl::SetProperty(const ::rtl::OUString& rName, uno::Any aVal) in SetProperty() function in SwStyleProperties_Impl
2432 if(!pPropImpl->SetProperty(pNames[nProp], pValues[nProp])) in SetPropertyValues_Impl()
3831 if(!GetPropImpl()->SetProperty(rPropName, pValues[nProp])) in SetPropertyValues_Impl()
H A Dunotbl.cxx1876 void SetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any& aVal);
1891 void SwTableProperties_Impl::SetProperty(sal_uInt16 nWhichId, sal_uInt16 nMemberId, const uno::Any&… in SetProperty() function in SwTableProperties_Impl
3170 pTableProps->SetProperty( pEntry->nWID, pEntry->nMemberId, aValue); in setPropertyValue()
H A Dunoframe.cxx161 void SetProperty(sal_uInt16 nWID, sal_uInt8 nMemberId, const uno::Any& rVal);
181 void BaseFrameProperties_Impl::SetProperty(sal_uInt16 nWID, sal_uInt8 nMemberId, const uno::Any& rV… in SetProperty() function in BaseFrameProperties_Impl
1914 pProps->SetProperty(pEntry->nWID, nMemberId, aValue); in setPropertyValue()
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx852 aLngCfg.SetProperty( rtl::OUString::createFromAscii( UPN_IS_REVERSE_MAPPING ), aAny ); in Execute()
H A Dchinese_translationdialog.cxx154 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()
/trunk/main/svtools/source/inc/
H A Dproperty.hxx82 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);
/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx115 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()

Completed in 202 milliseconds

12