Home
last modified time | relevance | path

Searched refs:nTypes (Results 1 – 11 of 11) sorted by path

/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx359 for ( sal_Int32 nTypes = *(sal_Int32 *)_types; nTypes--; ) in ~RaiseInfo() local
361 delete ppTypes[nTypes]; in ~RaiseInfo()
/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx184 sal_Int32 nTypes = cd->m_nTypes; in __queryDeepNoXInterface() local
188 for ( n = 0; n < nTypes; ++n ) in __queryDeepNoXInterface()
196 for ( n = 0; n < nTypes; ++n ) in __queryDeepNoXInterface()
354 sal_Int32 nTypes = cd->m_nTypes; in WeakImplHelper_getTypes() local
355 Sequence< Type > types( nTypes +1 ); in WeakImplHelper_getTypes()
387 sal_Int32 nTypes = cd->m_nTypes; in WeakAggImplHelper_getTypes() local
388 Sequence< Type > types( nTypes +2 ); in WeakAggImplHelper_getTypes()
421 sal_Int32 nTypes = cd->m_nTypes; in WeakComponentImplHelper_getTypes() local
422 Sequence< Type > types( nTypes +2 ); in WeakComponentImplHelper_getTypes()
455 sal_Int32 nTypes = cd->m_nTypes; in WeakAggComponentImplHelper_getTypes() local
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx340 sal_Int32 nTypes = aTypes.getLength(); in getTypes() local
341 aTypes.realloc(nTypes + 1); in getTypes()
342 …aTypes[nTypes] = ::getCppuType(static_cast< Reference< ::com::sun::star::frame::XDispatch >* >(NUL… in getTypes()
/trunk/main/filter/source/config/tools/split/
H A DSplitter.java84 int nTypes = m_aDataSet.m_aCache.getItemCount(Cache.E_TYPE ); in split() local
96 nTypes -= lNames.size(); in split()
207 (nTypes != 0) || in split()
216 sStatistic.append(nTypes +" unhandled types\n" ); in split()
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx634 sal_Int32 nTypes = (bStart ? nStartTypes : nContTypes); in getFlagsExtended() local
640 return (nTypes & KParseTokens::UNI_UPALPHA) ? in getFlagsExtended()
644 return (nTypes & KParseTokens::UNI_LOALPHA) ? in getFlagsExtended()
648 return (nTypes & KParseTokens::UNI_TITLE_ALPHA) ? in getFlagsExtended()
652 return (nTypes & KParseTokens::UNI_MODIFIER_LETTER) ? in getFlagsExtended()
663 return (nTypes & KParseTokens::UNI_OTHER_LETTER) ? in getFlagsExtended()
667 return ((nTypes & KParseTokens::UNI_DIGIT) ? in getFlagsExtended()
671 return ((nTypes & KParseTokens::UNI_LETTER_NUMBER) ? in getFlagsExtended()
675 return ((nTypes & KParseTokens::UNI_OTHER_NUMBER) ? in getFlagsExtended()
679 return ((nTypes & KParseTokens::IGNORE_LEADING_WS) ? in getFlagsExtended()
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx828 sal_Int32 nTypes = rTypes.getLength(); in lookup_adapter() local
836 for ( nPosTypes = nTypes; nPosTypes--; ) in lookup_adapter()
/trunk/main/svl/inc/svl/
H A Dfilerec.hxx419 FASTBOOL FindHeader_Impl( sal_uInt16 nTypes, sal_uInt16 nTag );
420 FASTBOOL ReadHeader_Impl( sal_uInt16 nTypes );
/trunk/main/svl/source/filerec/
H A Dfilerec.cxx486 inline FASTBOOL SfxSingleRecordReader::ReadHeader_Impl( sal_uInt16 nTypes ) in ReadHeader_Impl() argument
513 bRet = 0 != ( nTypes & _nRecordType); in ReadHeader_Impl()
562 sal_uInt16 nTypes, // arithm. Veroderung erlaubter Record-Typen in FindHeader_Impl() argument
604 if ( nTypes & _nRecordType ) in FindHeader_Impl()
/trunk/main/sw/source/core/layout/
H A Ddbg_lay.cxx153 sal_uInt16 nTypes; // welche Typen sollen aufgezeichnet werden member in SwImplProtocol
301 : pStream( NULL ), pFrmIds( NULL ), pVar( NULL ), nTypes( 0xffff ), in SwImplProtocol()
354 nTypes = USHRT_MAX; // Default: Alle FrmaeTypen aufzeichnen in CheckLine()
402 nTypes &= ~nNew; // Typ entfernen in CheckLine()
404 nTypes |= nNew; // Typ aufnehmen in CheckLine()
580 if( !(pFrm->GetType() & nTypes) ) in _Record()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1671 int i, nTypes = aConversions.size(); in handleSelectionRequest() local
1672 Atom* pTypes = (Atom*)alloca( nTypes * sizeof( Atom ) ); in handleSelectionRequest()
1674 for( i = 0, it = aConversions.begin(); i < nTypes; i++, ++it ) in handleSelectionRequest()
1677 XA_ATOM, 32, PropModeReplace, (const unsigned char*)pTypes, nTypes ); in handleSelectionRequest()
1681 for( int k = 0; k < nTypes; k++ ) in handleSelectionRequest()
3387 int nTypes = aConversions.size(); in startDrag() local
3388 Atom* pTypes = (Atom*)alloca( sizeof(Atom)*nTypes ); in startDrag()
3390 for( int n = 0; n < nTypes; n++, ++type_it ) in startDrag()
3590 int nTypes = aConversions.size(); in transferablesFlavorsChanged() local
3616 if( nTypes > 3 ) in transferablesFlavorsChanged()
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx554 size_t nTypes = sizeof(aStateTypeTable)/sizeof(aStateTypeTable[0]);
557 for (size_t j = 0; j < nTypes; ++j)

Completed in 134 milliseconds