/aoo42x/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 1724 rTypes.clear(); in InitScriptTypes() 1807 …rTypes[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() 1837 …rTypes.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 D | impedit3.cxx | 2322 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()
|
/aoo42x/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 152 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 …]
|
/aoo42x/main/cui/source/dialogs/ |
H A D | plfilter.cxx | 74 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()
|
H A D | insdlg.cxx | 401 void fillNetscapePluginFilters( Sequence< OUString >& rNames, Sequence< OUString >& rTypes ); in IMPL_LINK()
|
/aoo42x/main/autodoc/source/display/html/ |
H A D | aryattrs.cxx | 229 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()
|
/aoo42x/main/basic/source/classes/ |
H A D | image.cxx | 463 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()
|
/aoo42x/main/stoc/source/registry_tdprovider/ |
H A D | rdbtdp_tdenumeration.cxx | 87 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 D | rdbtdp_tdenumeration.hxx | 57 ::com::sun::star::uno::TypeClass > & rTypes, 88 ::com::sun::star::uno::TypeClass > & rTypes,
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 846 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 D | X11_selection.hxx | 459 …void getNativeTypeList( const Sequence< com::sun::star::datatransfer::DataFlavor >& rTypes, std::l… 462 …etPasteDataTypes( Atom selection, Sequence< ::com::sun::star::datatransfer::DataFlavor >& rTypes );
|
/aoo42x/main/stoc/source/tdmanager/ |
H A D | tdmgr_tdenumeration.cxx | 48 com::sun::star::uno::TypeClass > & rTypes, in TypeDescriptionEnumerationImpl() 52 m_aTypes( rTypes ), in TypeDescriptionEnumerationImpl()
|
H A D | tdmgr_tdenumeration.hxx | 48 com::sun::star::uno::TypeClass > & rTypes,
|
/aoo42x/main/cppuhelper/test/ |
H A D | testimplhelper.cxx | 317 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()
|
/aoo42x/main/sw/source/core/tox/ |
H A D | tox.cxx | 526 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()
|
/aoo42x/main/xmloff/source/transform/ |
H A D | StyleOOoTContext.cxx | 257 XMLPropTypes& rTypes, 390 XMLPropTypes& rTypes, in XMLPropertiesOOoTContext_Impl() argument 398 m_aPropTypes[i] = rTypes[i]; in XMLPropertiesOOoTContext_Impl()
|
/aoo42x/main/basic/source/inc/ |
H A D | image.hxx | 41 SbxArrayRef rTypes; // User defined types member in SbiImage
|