Home
last modified time | relevance | path

Searched refs:rTypes (Results 1 – 17 of 17) sorted by last modified time

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1724 rTypes.clear(); in InitScriptTypes()
1807rTypes[0].nScriptType = ( rTypes.size() > 1 ) ? rTypes[1].nScriptType : GetI18NScriptTypeOfLanguag… in InitScriptTypes()
1827 while ( nIdx < rTypes.size() && rTypes[nIdx].nStartPos < nStart ) in InitScriptTypes()
1831 while ( nIdx < rTypes.size() && rTypes[nIdx].nEndPos <= nEnd ) in InitScriptTypes()
1832 rTypes.erase( rTypes.begin()+nIdx ); in InitScriptTypes()
1835 … if(nIdx < rTypes.size() && rTypes[nIdx].nStartPos < nStart && rTypes[nIdx].nEndPos > nEnd) in InitScriptTypes()
1837rTypes.insert( rTypes.begin()+nIdx, ScriptTypePosInfo( rTypes[nIdx].nScriptType, (sal_uInt16)nEnd,… in InitScriptTypes()
1884 if ( ( rTypes[n].nStartPos <= nPos ) && ( rTypes[n].nEndPos >= nPos ) ) in GetScriptType()
1888 *pEndPos = rTypes[n].nEndPos; in GetScriptType()
1921 if (rTypes[n].nStartPos <= nS && nE <= rTypes[n].nEndPos) in GetScriptType()
[all …]
H A Dimpedit3.cxx2322 const ScriptTypePosInfos& rTypes = pParaPortion->aScriptInfos; in CreateTextPortions() local
2323 for ( size_t nT = 0; nT < rTypes.size(); nT++ ) in CreateTextPortions()
2324 aPositions.Insert( rTypes[nT].nStartPos ); in CreateTextPortions()
/trunk/main/basic/source/classes/
H A Dimage.cxx463 if( !rTypes.Is() ) in AddType()
464 rTypes = new SbxArray; in AddType()
466 rTypes->Insert (pCopyObject,rTypes->Count()); in AddType()
515 return rTypes.Is() ? (SbxObject*)rTypes->Find(aTypeName,SbxCLASS_OBJECT) : NULL; in FindType()
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx403 void fillNetscapePluginFilters( Sequence< OUString >& rNames, Sequence< OUString >& rTypes ); in IMPL_LINK()
H A Dplfilter.cxx74 StrSet& rTypes = aMap[ rDescr.Description ]; in fillNetscapePluginFilters() local
82 rTypes.insert( aExt ); in fillNetscapePluginFilters()
95 StrSet& rTypes = (*iPos).second; in fillNetscapePluginFilters() local
96 StrSet::iterator i = rTypes.begin(); in fillNetscapePluginFilters()
97 while ( i != rTypes.end() ) in fillNetscapePluginFilters()
101 if ( i != rTypes.end() ) in fillNetscapePluginFilters()
/trunk/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx257 XMLPropTypes& rTypes,
390 XMLPropTypes& rTypes, in XMLPropertiesOOoTContext_Impl() argument
398 m_aPropTypes[i] = rTypes[i]; in XMLPropertiesOOoTContext_Impl()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx846 int nFlavors = rTypes.getLength(); in getNativeTypeList()
1258 rTypes = it->second->m_aTypes; in getPasteDataTypes()
1344 rTypes.realloc( nAtoms ); in getPasteDataTypes()
1346 DataFlavor* pFlavors = rTypes.getArray(); in getPasteDataTypes()
1388 if( (pFlavors - rTypes.getArray()) < rTypes.getLength() ) in getPasteDataTypes()
1389 rTypes.realloc(pFlavors - rTypes.getArray()); in getPasteDataTypes()
1390 bSuccess = rTypes.getLength() ? true : false; in getPasteDataTypes()
1395 int nNewFlavors = rTypes.getLength()+1; in getPasteDataTypes()
1401 rTypes = aTemp; in getPasteDataTypes()
1419 it->second->m_aTypes = rTypes; in getPasteDataTypes()
[all …]
H A DX11_selection.hxx459 …void getNativeTypeList( const Sequence< com::sun::star::datatransfer::DataFlavor >& rTypes, std::l…
462 …etPasteDataTypes( Atom selection, Sequence< ::com::sun::star::datatransfer::DataFlavor >& rTypes );
/trunk/main/sw/source/core/tox/
H A Dtox.cxx526 const SwTOXTypes& rTypes = pDoc->GetTOXTypes(); in CopyTOXBase() local
528 for( sal_uInt16 n = rTypes.Count(); n; ) in CopyTOXBase()
530 const SwTOXType* pCmp = rTypes[ --n ]; in CopyTOXBase()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_tdenumeration.cxx48 com::sun::star::uno::TypeClass > & rTypes, in TypeDescriptionEnumerationImpl()
52 m_aTypes( rTypes ), in TypeDescriptionEnumerationImpl()
H A Dtdmgr_tdenumeration.hxx48 com::sun::star::uno::TypeClass > & rTypes,
/trunk/main/stoc/source/registry_tdprovider/
H A Drdbtdp_tdenumeration.cxx87 const uno::Sequence< uno::TypeClass > & rTypes, in createInstance()
99 xTDMgr, rBaseKeys, rTypes, eDepth ) ); in createInstance()
178 xTDMgr, aModuleKeys, rTypes, eDepth ) ); in createInstance()
185 const uno::Sequence< uno::TypeClass > & rTypes, in TypeDescriptionEnumerationImpl()
188 m_aTypes( rTypes ), in TypeDescriptionEnumerationImpl()
H A Drdbtdp_tdenumeration.hxx57 ::com::sun::star::uno::TypeClass > & rTypes,
88 ::com::sun::star::uno::TypeClass > & rTypes,
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx152 const Sequence< Type > & rTypes )
199 const Sequence< Type > & rTypes,
677 const Sequence< Type > & rTypes, in AdapterImpl()
685 m_nInterfaces = rTypes.getLength(); in AdapterImpl()
687 const Type * pTypes = rTypes.getConstArray(); in AdapterImpl()
688 for ( sal_Int32 nPos = rTypes.getLength(); nPos--; ) in AdapterImpl()
819 t_ptr_map & map, void * key, Sequence< Type > const & rTypes ) in lookup_adapter()
827 Type const * pTypes = rTypes.getConstArray(); in lookup_adapter()
828 sal_Int32 nTypes = rTypes.getLength(); in lookup_adapter()
866 const Sequence< Type > & rTypes ) in createAdapter()
[all …]
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx317 static bool isIn( Sequence< Type > const & rTypes, char const * name ) in isIn() argument
320 Type const * pTypes = rTypes.getConstArray(); in isIn()
321 for ( sal_Int32 nPos = rTypes.getLength(); nPos--; ) in isIn()
/trunk/main/basic/source/inc/
H A Dimage.hxx41 SbxArrayRef rTypes; // User defined types member in SbiImage
/trunk/main/autodoc/source/display/html/
H A Daryattrs.cxx229 rTypes = rSigna.Parameters(); in Assign() local
233 if ( rTypes.size() != rNames.size() OR rTypes.size() == 0 ) in Assign()
236 itTypes = rTypes.begin(); in Assign()
237 itTypes_end = rTypes.end(); in Assign()

Completed in 112 milliseconds