Home
last modified time | relevance | path

Searched refs:Attributes (Results 126 – 150 of 348) sorted by relevance

12345678910>>...14

/aoo42x/main/chart2/source/tools/
H A DOPropertySet.cxx407 OSL_ENSURE( aProp.Attributes == aProps[nI].Attributes, in getFastPropertyValue()
/aoo42x/main/framework/source/uielement/
H A Dpopuptoolbarcontroller.cxx312 MenuConfiguration::Attributes* pMenuAttributes( 0 ); in execute()
319 pMenuAttributes = reinterpret_cast< MenuConfiguration::Attributes* >( in execute()
H A Dnewmenucontroller.cxx376 …MenuConfiguration::Attributes* pBmkAttributes = (MenuConfiguration::Attributes *)(pSubMenu->GetUse… in fillPopupMenu()
/aoo42x/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A Dupgradecode_remove_ooo.txt23 # UpgradeCode VersionMin VersionMax Language Attributes Remove ActionProperty
25 # Upgrade UpgradeCode VersionMin VersionMax Language Attributes
/aoo42x/main/stoc/source/inspect/
H A Dintrospection.cxx454 if( (pProps[ nSequenceIndex ].Attributes & READONLY) != 0 ) in setPropertyValueByIndex()
2400 rProp.Attributes = (eAccessMode == FieldAccessMode_READONLY || in implInspect()
2574 rProp.Attributes = READONLY; in implInspect()
2641 rProp.Attributes &= ~READONLY; in implInspect()
2792 rProp.Attributes = 0; // PROPERTY_WRITEONLY ??? in implInspect()
3000 rProp.Attributes = (eAccessMode == FieldAccessMode_READONLY || in implInspect()
/aoo42x/main/fileaccess/source/
H A DFileAccess.cxx486 if ( rCurr.Attributes & ContentInfoAttribute::KIND_FOLDER ) in createFolder()
759 if ( ( rCurr.Attributes in createNewFile()
761 ( rCurr.Attributes in createNewFile()
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx508 seq[0].Attributes = beans::PropertyAttribute::READONLY; in getPropertySetInfo()
513 seq[1].Attributes = beans::PropertyAttribute::READONLY; in getPropertySetInfo()
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx515 seq[0].Attributes = beans::PropertyAttribute::READONLY; in getPropertySetInfo()
520 seq[1].Attributes = beans::PropertyAttribute::READONLY; in getPropertySetInfo()
H A Dftpcontent.cxx657 seq[0].Attributes = ContentInfoAttribute::INSERT_WITH_INPUTSTREAM in queryCreatableContentsInfo_Static()
670 seq[1].Attributes = ContentInfoAttribute::KIND_FOLDER; in queryCreatableContentsInfo_Static()
/aoo42x/main/ucb/source/ucp/file/
H A Dshell.hxx96 sal_Int16 Attributes; member in fileaccess::shell::MyProperty
194 const sal_Int16 Attributes )
H A Dfilrset.cxx809 seq[0].Attributes = beans::PropertyAttribute::READONLY; in getPropertySetInfo()
814 seq[0].Attributes = beans::PropertyAttribute::READONLY; in getPropertySetInfo()
/aoo42x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx132 aSeq.getArray()[ 0 ].Attributes in getCreatableContentsInfo()
139 aSeq.getArray()[ 1 ].Attributes in getCreatableContentsInfo()
1988 aContentInfo.Attributes = 0; in transfer()
2056 if ( rProp.Attributes & beans::PropertyAttribute::REMOVABLE ) in transfer()
2062 rProp.Attributes, in transfer()
/aoo42x/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm727 // Default Attributes
740 // Special Attributes depending on attribute values
763 // Special Attributes depending on interface
816 // Special Attributes depending on interface
/aoo42x/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx655 PropertyHandlerHelper::requiresReadOnlyControl( pos->second.Attributes ), in describePropertyLine()
665 …olType::HyperlinkField, PropertyHandlerHelper::requiresReadOnlyControl( pos->second.Attributes ) ); in describePropertyLine()
H A Dformcomponenthandler.cxx507 if ( ( aProperty.Attributes & PropertyAttribute::MAYBEVOID ) == 0 ) in convertToPropertyValue()
905 pProperty->Attributes &= ~( PropertyAttribute::MAYBEVOID ); in doDescribeSupportedProperties()
1404 if ( ( aProperty.Attributes & PropertyAttribute::MAYBEVOID ) != 0 ) in describePropertyLine()
2231 …if ( ( _rProperty.Attributes & PropertyAttribute::TRANSIENT ) && ( m_eComponentClass != eDialogCon… in impl_shouldExcludeProperty_nothrow()
2235 if ( _rProperty.Attributes & PropertyAttribute::READONLY ) in impl_shouldExcludeProperty_nothrow()
/aoo42x/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx295 nPropertyAttributes = xPSI->getPropertyByName( _rEvent.PropertyName ).Attributes; in propertyChange()
320 … nPropertyAttributes = xPSI->getPropertyByName( _rEvent.PropertyName ).Attributes; in propertyChange()
/aoo42x/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx436 if ( rInfo.Attributes & ContentInfoAttribute::INSERT_WITH_INPUTSTREAM ) in createNewContent()
690 bEnable = !( aProp.Attributes & PropertyAttribute::READONLY ); in Command()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddatabasecontext.cxx488 if ( ( ( pProperties->Attributes & PropertyAttribute::TRANSIENT) != 0 ) in storeTransientProperties()
489 && ( ( pProperties->Attributes & PropertyAttribute::READONLY) == 0 ) in storeTransientProperties()
/aoo42x/main/extensions/test/ole/idl/
H A Doletest.idl136 // Attributes as structs
280 // Attributes
/aoo42x/main/sal/osl/w32/
H A Dsecurity.c874 tp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED; in Privilege()
876 tp.Privileges[0].Attributes = 0; in Privilege()
/aoo42x/main/sc/source/ui/src/
H A Dscstring.src297 // Attributes
407 Text [ en-US ] = "Font Attributes" ;
/aoo42x/main/comphelper/source/streaming/
H A Dotransactedfilestream.cxx701 aProps[0].Attributes = beans::PropertyAttribute::TRANSIENT | beans::PropertyAttribute::READONLY; in getProperties()
721 aProp.Attributes = beans::PropertyAttribute::TRANSIENT | beans::PropertyAttribute::READONLY; in getPropertyByName()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DXmlNamespace.java46 aSchemaBase.Attributes.Add( in Apply()
/aoo42x/main/forms/source/xforms/
H A Dunohelper.cxx89 if ( ( aProperty.Attributes & READONLY ) == 0 ) in copy()
/aoo42x/main/sfx2/source/doc/
H A Dobjuno.cxx191 if ( pProps[i].Attributes & ::com::sun::star::beans::PropertyAttribute::REMOVABLE ) in Copy()
193 xContainer->addProperty( pProps[i].Name, pProps[i].Attributes, aValue ); in Copy()
271 aProp.Attributes = (sal_Int16)(pFixProp->nFlags); in getProperties()

Completed in 167 milliseconds

12345678910>>...14