Home
last modified time | relevance | path

Searched refs:aProp (Results 76 – 96 of 96) sorted by relevance

1234

/aoo41x/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx687 Property aProp = in Command() local
690 bEnable = !( aProp.Attributes & PropertyAttribute::READONLY ); in Command()
/aoo41x/main/scripting/source/storage/
H A DScriptStorage.cxx119 Any aProp = xPropSet->getPropertyValue( in ScriptStorage() local
122 if( sal_False == ( aProp >>= extns ) ) in ScriptStorage()
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2804 beans::Property aProp; in getDefaultAttributes() local
2807 aProp = xPropSetInfo->getPropertyByName( pRequestedAttributes[i] ); in getDefaultAttributes()
2813 pProperties[ nCurLen++ ] = aProp; in getDefaultAttributes()
2906 beans::Property aProp; in getRunAttributes() local
2909 aProp = xPropSetInfo->getPropertyByName( pRequestedAttributes[i] ); in getRunAttributes()
2915 pProperties[ nCurLen++ ] = aProp; in getRunAttributes()
/aoo41x/main/extensions/test/ole/idl/
H A Doletest.idl133 void methodStruct( [in] com::sun::star::beans::Property aProp);
139 com::sun::star::beans::Property methodStruct2( [in] com::sun::star::beans::Property aProp);
/aoo41x/main/xmloff/source/text/
H A Dtxtdropi.cxx119 aProp.maValue <<= aFormat; in ProcessAttrs()
H A DXMLTextColumnsContext.cxx494 aProp.maValue <<= xColumns; in EndElement()
/aoo41x/main/xmloff/source/chart/
H A DXMLSymbolImageContext.cxx141 aProp.maValue <<= sResolvedURL; in EndElement()
H A DSchXMLTools.cxx728 beans::Property aProp( xDestInfo->getPropertyByName( aName )); in copyProperties() local
729 if( (aProp.Attributes & beans::PropertyAttribute::READONLY) == 0 ) in copyProperties()
/aoo41x/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx651 beans::Property aProp in removeProperty() local
654 if ( !( aProp.Attributes & beans::PropertyAttribute::REMOVEABLE ) ) in removeProperty()
/aoo41x/main/cui/source/options/
H A Doptpath.cxx800 Property aProp = xInfo->getPropertyByName( sProp ); in GetPathList() local
801 …_rReadOnly = ( ( aProp.Attributes & PropertyAttribute::READONLY ) == PropertyAttribute::READONLY ); in GetPathList()
/aoo41x/main/svtools/source/contnr/
H A Dfileview.cxx928 Property aProp in CreateContextMenu() local
932 = !( aProp.Attributes & PropertyAttribute::READONLY ); in CreateContextMenu()
1083 Property aProp = aProps->getPropertyByName( aPropName ); in EditedEntry() local
1084 canRename = !( aProp.Attributes & PropertyAttribute::READONLY ); in EditedEntry()
/aoo41x/main/xmloff/source/core/
H A Dxmlexp.cxx1931 beans::PropertyValue aProp; in GetViewSettingsAndViews() local
1932 aProp.Name = OUString(RTL_CONSTASCII_USTRINGPARAM("Views")); in GetViewSettingsAndViews()
1933 aProp.Value <<= xIndexAccess; in GetViewSettingsAndViews()
1934 rProps[nOldLength] = aProp; in GetViewSettingsAndViews()
H A DDocumentSettingsContext.cxx72 void push_back(beans::PropertyValue& aProp) { aProps.push_back(aProp); nCount++; } in push_back() argument
/aoo41x/main/xmloff/source/style/
H A Dxmltabi.cxx280 aProp.maValue <<= aSeq; in EndElement()
H A DXMLBackgroundImageContext.cxx396 aProp.maValue <<= sURL; in EndElement()
/aoo41x/main/unotools/source/config/
H A Dconfigitem.cxx565 Property aProp = xInfo->getPropertyByName(sProperty); in GetReadOnlyStates() local
566 … lStates[i] = ((aProp.Attributes & PropertyAttribute::READONLY) == PropertyAttribute::READONLY); in GetReadOnlyStates()
/aoo41x/main/package/source/xstor/
H A Dowriteablestream.cxx3261 uno::Any SAL_CALL OWriteStream::getPropertyValue( const ::rtl::OUString& aProp ) in getPropertyValue() argument
3274 if ( aProp.equalsAscii( "RelId" ) ) in getPropertyValue()
3280 if ( aProp.equalsAscii( "IsEncrypted" ) ) in getPropertyValue()
3283 aPropertyName = aProp; in getPropertyValue()
/aoo41x/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls1213 Dim aProp As Variant
1234 …DoPreparation(mAnalysis, myIssue, RID_STR_EXCEL_NOTE_OLD_OLDWORKBOOKVERSION_PREPARABLE, aProp, aWB)
/aoo41x/main/basic/source/classes/
H A Dsbunoobj.cxx2899 Property aProp; in implCreateDbgProperties() local
2902 …ty( String(RTL_CONSTASCII_USTRINGPARAM(ID_DBG_SUPPORTEDINTERFACES)), SbxSTRING, aProp, -1, false ); in implCreateDbgProperties()
2906 …UnoProperty( String(RTL_CONSTASCII_USTRINGPARAM(ID_DBG_PROPERTIES)), SbxSTRING, aProp, -2, false ); in implCreateDbgProperties()
2910 …xVarRef = new SbUnoProperty( String(RTL_CONSTASCII_USTRINGPARAM(ID_DBG_METHODS)), SbxSTRING, aProp in implCreateDbgProperties()
/aoo41x/main/sfx2/source/control/
H A Ddispatch.cxx251 …com::sun::star::uno::Any aProp = xSet->getPropertyValue(::rtl::OUString::createFromAscii("Dispatch… in Call_Impl() local
254 aProp >>= xSupplier; in Call_Impl()
/aoo41x/main/reportdesign/source/ui/misc/
H A DUITools.cxx300 const beans::Property aProp = xInfo->getPropertyByName( aIt->sName ); in lcl_fillItemsToShape() local

Completed in 194 milliseconds

1234