/aoo4110/main/cppuhelper/source/ |
H A D | propshlp.cxx | 300 sal_Int16 nAttributes; in addPropertyChangeListener() local 382 sal_Int16 nAttributes; in addVetoableChangeListener() local 384 if( !(nAttributes & PropertyAttribute::CONSTRAINED) ) in addVetoableChangeListener() 442 sal_Int16 nAttributes(0); in setDependentFastPropertyValue() local 461 (void)nAttributes; in setDependentFastPropertyValue() 500 sal_Int16 nAttributes; in setFastPropertyValue() local 505 if( nAttributes & PropertyAttribute::READONLY ) in setFastPropertyValue() 521 if( nAttributes & PropertyAttribute::CONSTRAINED ) in setFastPropertyValue() 644 sal_Int16 nAttributes; in fire() local 861 sal_Int16 nAttributes; in setFastPropertyValues() local [all …]
|
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | class7.cxx | 118 sal_uInt16 nAttributes = *( (sal_uInt16*)( pAppData + 6 ) ); in ImplDoClass7() local 119 pTextEntry->nZoneSize = nAttributes & 0xff; in ImplDoClass7() 120 pTextEntry->nLineType = ( nAttributes >> 8 ) & 0xf; in ImplDoClass7() 121 nAttributes >>= 12; in ImplDoClass7() 122 pTextEntry->nAttributes = nAttributes; in ImplDoClass7() 130 for ( sal_uInt16 i = 0; i < nAttributes; i++ ) in ImplDoClass7()
|
H A D | chart.hxx | 95 sal_uInt16 nAttributes; member
|
/aoo4110/main/comphelper/source/property/ |
H A D | opropertybag.cxx | 509 …sal_Int16 nAttributes = PropertyAttribute::BOUND | PropertyAttribute::REMOVEABLE | PropertyAttribu… in impl_setPropertyValues_throw() local 510 addProperty( *pName, nAttributes, pProperty->Value ); in impl_setPropertyValues_throw() 562 sal_Int16 nAttributes(0); in getPropertyStateByHandle() local 563 OSL_VERIFY( rPropInfo.fillPropertyMembersByHandle( NULL, &nAttributes, _nHandle ) ); in getPropertyStateByHandle() 564 if ( ( nAttributes & PropertyAttribute::MAYBEDEFAULT ) == 0 ) in getPropertyStateByHandle()
|
H A D | propagg.cxx | 847 sal_Int16 nAttributes; in setPropertyValues() local 848 rPH2.fillPropertyMembersByHandle( NULL, &nAttributes, pHandles[i] ); in setPropertyValues() 849 if( nAttributes & ::com::sun::star::beans::PropertyAttribute::READONLY ) in setPropertyValues()
|
/aoo4110/main/i18npool/source/localedata/ |
H A D | LocaleNode.cxx | 1629 const int nAttributes = 5; in generateCode() local 1630 … const char* attr[ nAttributes ] = { "Prefix", "NumType", "Suffix", "Transliteration", "NatNum" }; in generateCode() 1640 for( sal_Int32 j=0; j<nAttributes; j++ ) in generateCode() 1653 of.writeInt( nAttributes ); in generateCode() 1662 for( sal_Int32 j=0; j<nAttributes; j++) in generateCode() 1699 const int nAttributes = 11; in generateCode() local 1700 const char* attr[ nAttributes ] = in generateCode() 1726 for( sal_Int32 k=0; k<nAttributes; k++ ) in generateCode() 1754 of.writeInt( nAttributes ); in generateCode() 1778 for( sal_Int32 k=0; k<nAttributes; k++ ) in generateCode()
|
H A D | localedata.cxx | 1094 sal_Int16 nAttributes; in getContinuousNumberingLevels() local 1095 sal_Unicode*** p0 = func( nStyles, nAttributes ); in getContinuousNumberingLevels() 1100 pv[i] = Sequence<beans::PropertyValue>( nAttributes ); in getContinuousNumberingLevels() 1106 for( int j=0; j<nAttributes; j++ ) { // prefix, numberingtype, ... in getContinuousNumberingLevels() 1224 sal_Int16 nAttributes; in getOutlineNumberingLevels() local 1225 sal_Unicode**** p0 = func( nStyles, nLevels, nAttributes ); in getOutlineNumberingLevels() 1241 for( int k=0; k<nAttributes; k++ ) in getOutlineNumberingLevels()
|
/aoo4110/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 147 if ( ( nAttributes | Attribute_ReadOnly ) == nAttributes ) in printFileAttributes() 149 if ( ( nAttributes | Attribute_Hidden ) == nAttributes ) in printFileAttributes() 153 if ( ( nAttributes | Attribute_GrpWrite ) == nAttributes ) in printFileAttributes() 155 if ( ( nAttributes | Attribute_GrpRead ) == nAttributes ) in printFileAttributes() 157 if ( ( nAttributes | Attribute_GrpExe ) == nAttributes ) in printFileAttributes() 159 if ( ( nAttributes | Attribute_OwnWrite ) == nAttributes ) in printFileAttributes() 161 if ( ( nAttributes | Attribute_OwnRead ) == nAttributes ) in printFileAttributes() 163 if ( ( nAttributes | Attribute_OwnExe ) == nAttributes ) in printFileAttributes() 165 if ( ( nAttributes | Attribute_OthWrite ) == nAttributes ) in printFileAttributes() 167 if ( ( nAttributes | Attribute_OthRead ) == nAttributes ) in printFileAttributes() [all …]
|
/aoo4110/main/xmlscript/source/xml_helper/ |
H A D | xml_impctx.cxx | 366 sal_Int32 nAttributes, 404 sal_Int32 nAttributes, in ExtendedAttributes() argument 409 : m_nAttributes( nAttributes ) in ExtendedAttributes() 414 , m_pValues( new OUString[ nAttributes ] ) in ExtendedAttributes() 419 for ( sal_Int16 nPos = 0; nPos < nAttributes; ++nPos ) in ExtendedAttributes()
|
/aoo4110/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 263 sal_Int16 nAttributes; in test_PropertyArrayHelper() local 265 …sal_Bool b = a1.fillPropertyMembersByHandle( &aPropName, &nAttributes, getPropertyTable1()[i].Hand… in test_PropertyArrayHelper() 267 …OSL_ENSURE( nAttributes == getPropertyTable1()[i].Attributes, "fillPropertyMembersByHandle: Attrib… in test_PropertyArrayHelper() 275 sal_Int16 nAttributes; in test_PropertyArrayHelper() local 277 …sal_Bool b = a1.fillPropertyMembersByHandle( &aPropName, &nAttributes, getPropertyTable4()[i].Hand… in test_PropertyArrayHelper() 279 …OSL_ENSURE( nAttributes == getPropertyTable1()[i].Attributes, "fillPropertyMembersByHandle: Attrib… in test_PropertyArrayHelper()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | definitioncolumn.cxx | 336 sal_Int16 nAttributes( 0 ); in getFastPropertyValue() local 337 …lumn* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, &nAttributes, _nHandle ); in getFastPropertyValue() 383 sal_Int16 nAttributes( 0 ); in impl_getPropertyNameFromHandle() local 384 …pper* >( this )->getInfoHelper().fillPropertyMembersByHandle( &sPropName, &nAttributes, _nHandle ); in impl_getPropertyNameFromHandle()
|
H A D | resultset.cxx | 337 sal_Int16 nAttributes; in getFastPropertyValue() local 339 fillPropertyMembersByHandle(&aPropName, &nAttributes, nHandle); in getFastPropertyValue()
|
/aoo4110/main/idlc/source/ |
H A D | astinterface.cxx | 133 sal_uInt16 nAttributes = 0; in dump() local 146 if (!increment(&nAttributes, "attributes")) { in dump() 207 nAttributes, nMethods, nReferences); in dump()
|
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | webdavresponseparser.cxx | 203 const sal_Int16 nAttributes(xAttribs->getLength()); in parseForNamespaceTokens() local 206 for(sal_Int16 a(0); a < nAttributes; a++) in parseForNamespaceTokens() 276 const sal_Int16 nAttributes(xAttribs->getLength()); in WebDAVContext() local 278 if(nAttributes) in WebDAVContext()
|
/aoo4110/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 936 sal_uInt64 nAttributes(0); in setv() local 943 nAttributes = aFileStatus.getAttributes(); in setv() 949 nAttributes &= ~(Attribute_OwnWrite | in setv() 954 nAttributes |= Attribute_ReadOnly; in setv() 956 nAttributes |= ( in setv() 963 nAttributes &= ~(Attribute_Hidden); in setv() 965 nAttributes |= Attribute_Hidden; in setv() 968 aUnqPath,nAttributes); in setv()
|
/aoo4110/main/unoxml/source/dom/ |
H A D | saxbuilder.cxx | 218 sal_Int16 nAttributes = attribs->getLength(); in startElement() local 219 for (sal_Int16 i=0; i<nAttributes; i++) in startElement()
|
/aoo4110/main/ucb/source/core/ |
H A D | ucbprops.cxx | 58 sal_Int16 nAttributes; member 410 rProp.Attributes = pCurr->nAttributes; in getProperties()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgdocumenthandler.cxx | 333 const sal_uInt32 nAttributes(xAttribs->getLength()); in startElement() local 335 if(0 == nAttributes) in startElement()
|
H A D | svgnode.cxx | 192 const sal_uInt32 nAttributes(xAttribs->getLength()); in parseAttributes() local 206 for(sal_uInt32 a(0); a < nAttributes; a++) in parseAttributes()
|
/aoo4110/main/svx/source/form/ |
H A D | fmundo.cxx | 647 …sal_Int32 nAttributes = xSet->getPropertySetInfo()->getPropertyByName(evt.PropertyName).Attributes; in propertyChange() local 648 …aNewEntry.bIsTransientOrReadOnly = ((nAttributes & PropertyAttribute::READONLY) != 0) || ((nAttrib… in propertyChange()
|
/aoo4110/main/starmath/inc/ |
H A D | node.hxx | 93 nAttributes; member in SmNode 121 sal_uInt16 & Attributes() { return nAttributes; } in Attributes()
|
/aoo4110/main/toolkit/source/controls/ |
H A D | geometrycontrolmodel.cxx | 639 sal_Int16 nAttributes(0); in setFastPropertyValue_NoBroadcast() local 640 …rayHelper( m_nPropertyMapId ) )->fillPropertyMembersByHandle( &sPropName, &nAttributes, _nHandle ); in setFastPropertyValue_NoBroadcast()
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | DbAdminImpl.cxx | 727 sal_Int16 nAttributes = PropertyAttribute::READONLY; in translateProperties() local 730 try { nAttributes = xInfo->getPropertyByName(aDirect->second).Attributes; } in translateProperties() 733 if ((nAttributes & PropertyAttribute::READONLY) == 0) in translateProperties()
|
/aoo4110/main/ucbhelper/source/provider/ |
H A D | resultset.cxx | 48 sal_Int16 nAttributes; member 1602 rProp.Attributes = pEntry->nAttributes; in PropertySetInfo()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objuno.cxx | 655 sal_Int16 nAttributes , in addProperty() argument 680 return xPropSet->addProperty(sName, nAttributes, aDefaultValue); in addProperty()
|