Home
last modified time | relevance | path

Searched refs:sProperty (Results 26 – 38 of 38) sorted by relevance

12

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dsetadmininstall.cxx53 static void SetMsiProperty(MSIHANDLE handle, const std::_tstring& sProperty) in SetMsiProperty() argument
55 MsiSetProperty(handle, sProperty.c_str(), TEXT("1")); in SetMsiProperty()
/trunk/main/framework/inc/services/
H A Dtabwindowservice.hxx175 virtual void SAL_CALL impl_setPropertyValue(const ::rtl::OUString& sProperty,
178 virtual css::uno::Any SAL_CALL impl_getPropertyValue(const ::rtl::OUString& sProperty,
H A Dframe.hxx327 virtual void SAL_CALL impl_setPropertyValue(const ::rtl::OUString& sProperty,
331 virtual css::uno::Any SAL_CALL impl_getPropertyValue(const ::rtl::OUString& sProperty,
H A Dlogindialog.hxx721 sal_Bool impl_tryToChangeProperty( const OUSTRING& sProperty ,
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx3060 ::rtl::OUString sProperty = rtl::OUString::createFromAscii("DispatchRecorderSupplier"); in MiscExec_Impl()
3066 com::sun::star::uno::Any aProp = xSet->getPropertyValue(sProperty); in MiscExec_Impl()
3082 xSet->setPropertyValue(sProperty,aProp); in MiscExec_Impl()
3115 xSet->setPropertyValue(sProperty,aProp); in MiscExec_Impl()
3265 … ::rtl::OUString sProperty = rtl::OUString::createFromAscii("DispatchRecorderSupplier"); in MiscState_Impl()
3270 com::sun::star::uno::Any aProp = xSet->getPropertyValue(sProperty); in MiscState_Impl()
3288 … ::rtl::OUString sProperty = rtl::OUString::createFromAscii("DispatchRecorderSupplier"); in MiscState_Impl()
3293 com::sun::star::uno::Any aProp = xSet->getPropertyValue(sProperty); in MiscState_Impl()
/trunk/main/xmloff/source/text/
H A Dtxtftne.cxx238 const OUString& sProperty, in lcl_exportString() argument
246 Any aAny = rPropSet->getPropertyValue(sProperty); in lcl_exportString()
H A Dtxtparae.cxx2445 const OUString sProperty, in exportTextMark() argument
2460 Reference<XNamed> xName(rPropSet->getPropertyValue(sProperty), UNO_QUERY); in exportTextMark()
/trunk/main/ucb/source/ucp/file/
H A Dshell.hxx257 const com::sun::star::uno::Sequence< com::sun::star::beans::Property >& sProperty,
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx3180 ::rtl::OUString sProperty( DEFINE_CONST_OUSTRING("IsExecuteHyperlinks") ); in openDone()
3181 if ( xInfo->hasPropertyByName( sProperty ) ) in openDone()
3182 xViewProps->setPropertyValue( sProperty, aBoolAny ); in openDone()
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx778 const OUString sProperty(RTL_CONSTASCII_USTRINGPARAM("ThumbnailGraphicURL")); in SetThumbnail() local
781 if( xPropSetInfo.is() && xPropSetInfo->hasPropertyByName( sProperty ) ) in SetThumbnail()
787 xPropSet->setPropertyValue( sProperty, uno::makeAny( aInternalURL ) ); in SetThumbnail()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx551 … ::rtl::OUString sProperty(RTL_CONSTASCII_USTRINGPARAM( "ComponentSearchGroupLabel")); in Construct_Impl()
552 uno::Any aRet = xDirectAccess->getByName(sProperty); in Construct_Impl()
/trunk/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx432 const ::rtl::OUString sProperty,
/trunk/main/svx/source/form/
H A Ddatanavi.cxx1163 rtl::OUString sProperty = bSubmission ? PN_SUBMISSION_ID : PN_BINDING_ID; in RemoveEntry() local
1168 pNode->m_xPropSet->getPropertyValue( sProperty ) >>= sName; in RemoveEntry()

Completed in 153 milliseconds

12