Home
last modified time | relevance | path

Searched refs:nAttribs (Results 1 – 19 of 19) sorted by relevance

/trunk/test/testuno/source/testlib/uno/
H A DTestUtil.java204 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()
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx270 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 …]
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx367 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 Dpdfiadaptor.cxx72 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()
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java250 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()
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx925 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()
1408 sal_uInt16 nAttribs; in CreateData() local
1409 rIStream >> nAttribs; in CreateData()
1415 for ( nAttr = 0; nAttr < nAttribs; nAttr++ ) in CreateData()
1700 sal_uInt32 nAttribs; in CreateData300() local
[all …]
H A Deditdoc.cxx2082 const sal_uInt16 nAttribs = aAttribs.Count(); in FindNextAttrib() local
2083 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in FindNextAttrib()
H A Dimpedit3.cxx4325 sal_uInt16 nAttribs = rAttribs.Count(); in DoStretchChars() local
4326 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in DoStretchChars()
/trunk/main/svtools/source/edit/
H A Dtextdoc.cxx151 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 Dtexteng.cxx1499 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()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx568 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()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx1941 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 Ducbcmds.cxx646 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()
/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx117 sal_uInt16 nAttribs; member
129 sal_uInt16 nAttribs; member
140 sal_uInt16 nAttribs; \
/trunk/main/toolkit/source/helper/
H A Dproperty.cxx71 sal_Int16 nAttribs; member
77 nAttribs = 0; in ImplPropertyInfo()
87 nAttribs = nAttrs; in ImplPropertyInfo()
393 return pImplPropertyInfo ? pImplPropertyInfo->nAttribs : 0; in GetPropertyAttribs()
/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx568 sal_Int16 nAttribs = 0; in copyAdditionalPropertySet() local
573 nAttribs = aProps[ m ].Attributes; in copyAdditionalPropertySet()
581 rValue.Name, nAttribs, rValue.Value ); in copyAdditionalPropertySet()
/trunk/main/writerfilter/source/resourcemodel/
H A Dutil.cxx158 sal_uInt16 nAttribs = aProps[n].Attributes; in propertysetToString() local
161 if ((nAttribs & nMask) != 0) in propertysetToString()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx261 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()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx624 bNeedParametrizedDispatcher = ( pType->nAttribs > 0 ); in implCreateDispatcher()

Completed in 142 milliseconds