/aoo41x/test/testuno/source/testlib/uno/ |
H A D | TestUtil.java | 204 short nAttribs = aProps[i].Attributes; in printPropertiesList() local 205 if ((nAttribs & PropertyAttribute.MAYBEVOID) != 0) in printPropertiesList() 207 if ((nAttribs & PropertyAttribute.BOUND) != 0) in printPropertiesList() 209 if ((nAttribs & PropertyAttribute.CONSTRAINED) != 0) in printPropertiesList() 211 if ((nAttribs & PropertyAttribute.READONLY) != 0) in printPropertiesList() 213 if ((nAttribs & PropertyAttribute.TRANSIENT) != 0) in printPropertiesList() 215 if ((nAttribs & PropertyAttribute.MAYBEAMBIGUOUS ) != 0) in printPropertiesList() 217 if ((nAttribs & PropertyAttribute.MAYBEDEFAULT) != 0) in printPropertiesList() 219 if ((nAttribs & PropertyAttribute.REMOVEABLE) != 0) in printPropertiesList()
|
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | tdservice.cxx | 270 sal_Int16 nAttribs = 0; in getProperties() local 272 nAttribs |= beans::PropertyAttribute::READONLY; in getProperties() 274 nAttribs |= beans::PropertyAttribute::OPTIONAL; in getProperties() 276 nAttribs |= beans::PropertyAttribute::MAYBEVOID; in getProperties() 278 nAttribs |= beans::PropertyAttribute::BOUND; in getProperties() 280 nAttribs |= beans::PropertyAttribute::CONSTRAINED; in getProperties() 282 nAttribs |= beans::PropertyAttribute::TRANSIENT; in getProperties() 284 nAttribs |= beans::PropertyAttribute::MAYBEAMBIGUOUS; in getProperties() 286 nAttribs |= beans::PropertyAttribute::MAYBEDEFAULT; in getProperties() 288 nAttribs |= beans::PropertyAttribute::REMOVEABLE; in getProperties() [all …]
|
/aoo41x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentInfo.java | 250 short nAttribs = aProps[i].Attributes; in showPropertySet() local 251 if ((nAttribs & PropertyAttribute.MAYBEVOID) != 0) in showPropertySet() 253 if ((nAttribs & PropertyAttribute.BOUND) != 0) in showPropertySet() 255 if ((nAttribs & PropertyAttribute.CONSTRAINED) != 0) in showPropertySet() 257 if ((nAttribs & PropertyAttribute.READONLY) != 0) in showPropertySet() 259 if ((nAttribs & PropertyAttribute.TRANSIENT) != 0) in showPropertySet() 261 if ((nAttribs & PropertyAttribute.MAYBEAMBIGUOUS ) != 0) in showPropertySet() 263 if ((nAttribs & PropertyAttribute.MAYBEDEFAULT) != 0) in showPropertySet() 265 if ((nAttribs & PropertyAttribute.REMOVEABLE) != 0) in showPropertySet()
|
/aoo41x/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 367 sal_Int32 nAttribs = rFilterData.getLength(); in detect() local 370 for( sal_Int32 i = 0; i < nAttribs; i++ ) in detect() 486 nFilterNamePos = nAttribs; in detect() 487 rFilterData.realloc( ++nAttribs ); in detect() 500 rFilterData.realloc( ++nAttribs ); in detect() 502 rFilterData[nAttribs-1].Value <<= xEmbedStream; in detect() 508 nPwdPos = nAttribs; in detect() 509 rFilterData.realloc( ++nAttribs ); in detect() 519 nFilterNamePos = nAttribs; in detect() 520 rFilterData.realloc( ++nAttribs ); in detect() [all …]
|
H A D | pdfiadaptor.cxx | 72 sal_Int32 nAttribs = rFilterData.getLength(); in filter() local 74 for( sal_Int32 i = 0; i < nAttribs; i++ ) in filter() 95 for( sal_Int32 i = 0; i < nAttribs; i++ ) in filter() 288 sal_Int32 nAttribs = rSourceData.getLength(); in importer() local 289 for( sal_Int32 i = 0; i < nAttribs; i++, pAttribs++ ) in importer()
|
/aoo41x/main/svtools/source/edit/ |
H A D | textdoc.cxx | 151 const sal_uInt16 nAttribs = Count(); in FindNextAttrib() local 152 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in FindNextAttrib() 196 const sal_uInt16 nAttribs = Count(); in FindEmptyAttrib() local 197 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in FindEmptyAttrib() 256 sal_uInt16 nAttribs = maCharAttribs.Count(); in ExpandAttribs() local 257 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in ExpandAttribs() 472 const sal_uInt16 nAttribs = rNode.GetCharAttribs().Count(); in Append() local 473 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in Append()
|
H A D | texteng.cxx | 1499 sal_uInt16 nAttribs = pNode->GetCharAttribs().Count(); in SeekCursor() local 1500 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in SeekCursor() 1878 sal_uInt16 nAttribs = pNode->GetCharAttribs().Count(); in CreateTextPortions() local 1879 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in CreateTextPortions()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editobj.cxx | 925 sal_uInt16 nAttribs = pC->GetAttribs().Count(); in HasCharAttribs() local 926 if ( nAttribs && !_nWhich ) in HasCharAttribs() 929 for ( sal_uInt16 nAttr = nAttribs; nAttr; ) in HasCharAttribs() 994 for ( sal_uInt16 nAttr = nAttribs; nAttr; ) in GetField() 1295 sal_uInt16 nAttribs = pC->GetAttribs().Count(); in StoreData() local 1296 rOStream << nAttribs; in StoreData() 1401 sal_uInt16 nAttribs; in CreateData() local 1402 rIStream >> nAttribs; in CreateData() 1408 for ( nAttr = 0; nAttr < nAttribs; nAttr++ ) in CreateData() 1693 sal_uInt32 nAttribs; in CreateData300() local [all …]
|
H A D | editdoc.cxx | 2084 const sal_uInt16 nAttribs = aAttribs.Count(); in FindNextAttrib() local 2085 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in FindNextAttrib()
|
H A D | impedit3.cxx | 4258 sal_uInt16 nAttribs = rAttribs.Count(); in DoStretchChars() local 4259 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in DoStretchChars()
|
/aoo41x/main/xmlscript/source/xml_helper/ |
H A D | xml_impctx.cxx | 568 sal_Int16 nAttribs = xAttribs->getLength(); in startElement() local 571 sal_Int32 * pUids = new sal_Int32[ nAttribs ]; in startElement() 572 OUString * pPrefixes = new OUString[ nAttribs ]; in startElement() 573 OUString * pLocalNames = new OUString[ nAttribs ]; in startElement() 574 OUString * pQNames = new OUString[ nAttribs ]; in startElement() 578 for ( nPos = 0; nPos < nAttribs; ++nPos ) in startElement() 614 for ( nPos = 0; nPos < nAttribs; ++nPos ) in startElement() 643 nAttribs, pUids, pPrefixes, pLocalNames, pQNames, in startElement()
|
/aoo41x/main/ucb/source/core/ |
H A D | ucbstore.cxx | 1941 sal_Int32 nAttribs = 0; in removeProperty() local 1943 >>= nAttribs ) in removeProperty() 1945 if ( !( nAttribs & PropertyAttribute::REMOVEABLE ) ) in removeProperty() 2619 sal_Int32 nAttribs = 0; in getProperties() local 2620 if ( aKeyValue >>= nAttribs ) in getProperties() 2622 = sal_Int16( nAttribs ); in getProperties() 2713 sal_Int32 nAttribs = 0; in getPropertyByName() local 2715 >>= nAttribs ) in getPropertyByName() 2716 aProp.Attributes = sal_Int16( nAttribs ); in getPropertyByName()
|
H A D | ucbcmds.cxx | 646 sal_Int32 nAttribs = aTypesInfo[ n ].Attributes; in createNew() local 653 if ( nAttribs & ucb::ContentInfoAttribute::KIND_LINK ) in createNew() 669 if ( nAttribs & ucb::ContentInfoAttribute::KIND_LINK ) in createNew() 681 !!( nAttribs in createNew() 685 !!( nAttribs in createNew()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | msg.hxx | 117 sal_uInt16 nAttribs; member 129 sal_uInt16 nAttribs; member 140 sal_uInt16 nAttribs; \
|
/aoo41x/main/toolkit/source/helper/ |
H A D | property.cxx | 71 sal_Int16 nAttribs; member 77 nAttribs = 0; in ImplPropertyInfo() 87 nAttribs = nAttrs; in ImplPropertyInfo() 393 return pImplPropertyInfo ? pImplPropertyInfo->nAttribs : 0; in GetPropertyAttribs()
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | providerhelper.cxx | 568 sal_Int16 nAttribs = 0; in copyAdditionalPropertySet() local 573 nAttribs = aProps[ m ].Attributes; in copyAdditionalPropertySet() 581 rValue.Name, nAttribs, rValue.Value ); in copyAdditionalPropertySet()
|
/aoo41x/main/writerfilter/source/resourcemodel/ |
H A D | util.cxx | 158 sal_uInt16 nAttribs = aProps[n].Attributes; in propertysetToString() local 161 if ((nAttribs & nMask) != 0) in propertysetToString()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appuno.cxx | 261 sal_uInt16 nSubCount = pType->nAttribs; in TransformParameters() 382 sal_uInt16 nSubCount = pType->nAttribs; in TransformParameters() 981 sal_uInt16 nSubCount = pType->nAttribs; in TransformItems() 1017 sal_uInt16 nSubCount = rArg.pType->nAttribs; in TransformItems() 1308 sal_uInt16 nSubCount = pType->nAttribs; in TransformItems() 1359 sal_uInt16 nSubCount = rArg.pType->nAttribs; in TransformItems()
|
/aoo41x/main/forms/source/richtext/ |
H A D | richtextcontrol.cxx | 624 bNeedParametrizedDispatcher = ( pType->nAttribs > 0 ); in implCreateDispatcher()
|