Home
last modified time | relevance | path

Searched refs:rEntry (Results 1 – 25 of 181) sorted by path

12345678

/trunk/main/basegfx/source/inc/
H A DPolygonPoint.hxx56 bool operator==(const SimplePointEntry& rEntry) const in operator ==()
58 return (maPoint == rEntry.maPoint); in operator ==()
109 bool operator==(const SimpleBezierEntry& rEntry) const in operator ==()
111 return ((maBackward == rEntry.maBackward) && (maForward == rEntry.maForward)); in operator ==()
H A Dpolygontemplate.hxx56 bool operator==(const ImplSimplePointEntry& rEntry) const in operator ==()
58 return (maPoint == rEntry.maPoint); in operator ==()
109 bool operator==(const ImplSimpleBezierEntry& rEntry) const in operator ==()
111 return ((maBackward == rEntry.maBackward) && (maForward == rEntry.maForward)); in operator ==()
/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx185 RasterConversionLineEntry3D& rEntry = maLineEntries[maLineEntries.size() - 1]; in addEdge() local
189rEntry.setColorIndex(addColorInterpolator(rFill.getBColor(a), rFill.getBColor(b), fInvYDelta)); in addEdge()
194rEntry.setNormalIndex(addNormalInterpolator(rFill.getNormal(a), rFill.getNormal(b), fInvYDelta)); in addEdge()
204 rEntry.setInverseTextureIndex(addInverseTextureInterpolator( in addEdge()
211 rEntry.setTextureIndex(addTextureInterpolator( in addEdge()
303 RasterConversionLineEntry3D& rEntry = maLineEntries[maLineEntries.size() - 1]; in rasterconvertB3DEdge() local
309 … const double fDistanceX(fabs(rEntry.getX().getInc()) >= 1.0 ? rEntry.getX().getInc() : 1.0); in rasterconvertB3DEdge()
312 rEntry.getX().getVal() + fDistanceX, rEntry.getX().getInc(), in rasterconvertB3DEdge()
313 rEntry.getZ().getVal() + rEntry.getZ().getInc(), rEntry.getZ().getInc(), in rasterconvertB3DEdge()
/trunk/main/comphelper/inc/comphelper/
H A DChainablePropertySet.hxx101 virtual void _setPropertyToDefault( const comphelper::PropertyInfo& rEntry )
103 virtual ::com::sun::star::uno::Any _getPropertyDefault( const comphelper::PropertyInfo& rEntry )
H A DMasterPropertySet.hxx98 virtual void _setPropertyToDefault( const comphelper::PropertyInfo& rEntry )
100 virtual ::com::sun::star::uno::Any _getPropertyDefault( const comphelper::PropertyInfo& rEntry )
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx247 const CallbackEntry & rEntry = *aIt; in callChain() local
248 (*rEntry.second)( rEntry.first, ppRet, pName ); in callChain()
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx391 InterfaceEntry const & rEntry = pOEntry->aInterfaces[nPos]; in s_stub_defenv_revokeInterface() local
393 (typelib_TypeDescription *) rEntry.pTypeDescr ); in s_stub_defenv_revokeInterface()
394 if (rEntry.fpFreeProxy) // is proxy or used interface? in s_stub_defenv_revokeInterface()
396 (*rEntry.fpFreeProxy)( pEnv, rEntry.pInterface ); in s_stub_defenv_revokeInterface()
400 (*pEnv->releaseInterface)( pEnv, rEntry.pInterface ); in s_stub_defenv_revokeInterface()
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx769 ContextEntry_Init const & rEntry = pEntries[ nPos ]; in ComponentContext() local
771 if (rEntry.name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(SMGR_SINGLETON) )) in ComponentContext()
773 rEntry.value >>= m_xSMgr; in ComponentContext()
776 if (rEntry.bLateInitService) in ComponentContext()
779 m_map[ rEntry.name ] = new ContextEntry( Any(), true ); in ComponentContext()
781 m_map[ rEntry.name + OUSTR("/service") ] = new ContextEntry( rEntry.value, false ); in ComponentContext()
787 m_map[ rEntry.name ] = new ContextEntry( rEntry.value, false ); in ComponentContext()
H A Dtdmgr.cxx142 typelib_Union_Init & rEntry = pMembers[nPos]; in createCTD() local
144 rEntry.nDiscriminant = coerceToInt64( pDiscriminants[nPos] ); in createCTD()
147 rEntry.pTypeRef = 0; in createCTD()
148 typelib_typedescriptionreference_new( &rEntry.pTypeRef, in createCTD()
152 rEntry.pMemberName = pMemberNames[nPos].pData; in createCTD()
/trunk/main/cui/source/inc/
H A Dhangulhanjadlg.hxx330 …bool DeleteEntryFromDictionary( const ::rtl::OUString& rEntry, const ::com::sun::star::uno::Refe…
/trunk/main/cui/source/options/
H A Doptdict.cxx689 String rEntry = pEdt->GetText(); in IMPL_LINK() local
691 xub_StrLen nWordLen=rEntry.Len(); in IMPL_LINK()
710 eCmpRes = cmpDicEntry_Impl( rEntry, aTestStr ); in IMPL_LINK()
730 getNormDicEntry_Impl( rEntry ) ) == 0 in IMPL_LINK()
H A Doptlingu.cxx132 const Sequence< OUString > &rSeq, const OUString &rEntry ) in lcl_SeqGetEntryPos() argument
139 if (rEntry == pItem[i]) in lcl_SeqGetEntryPos()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx170 sal_Bool lcl_FindEntry( ListBox& rLB, const String& rEntry, in lcl_FindEntry() argument
178 if( 0 == rCmpClass.compareString(rEntry, rLB.GetEntry(i) )) in lcl_FindEntry()
1460 const String rEntry = pEdt->GetText(); in IMPL_LINK() local
1462 String aWordStr( pCharClass->lower( rEntry )); in IMPL_LINK()
1466 if(rEntry.Len()) in IMPL_LINK()
1475 if( 0 == pCompareClass->compareString(rEntry, aTestStr )) in IMPL_LINK()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dmyucp_datasupplier.cxx84 ResultListEntry( const ContentProperties& rEntry ) : rData( rEntry ) {} in ResultListEntry()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx96 sal_Bool lcl_FindEntry( const OUString &rEntry, const Sequence< OUString > &rCfgSvcs ) in lcl_FindEntry() argument
103 if (rEntry == pEntry[i]) in lcl_FindEntry()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx246 sal_Bool operator==( const SvxMSDffImportRec& rEntry ) const in operator ==()
247 { return nShapeId == rEntry.nShapeId; } in operator ==()
248 sal_Bool operator<( const SvxMSDffImportRec& rEntry ) const in operator <()
249 { return nShapeId < rEntry.nShapeId; } in operator <()
761 return bSortByShapeId ? (nShapeId == rEntry.nShapeId) in operator ==()
762 : (nTxBxComp == rEntry.nTxBxComp && this == &rEntry); in operator ==()
764 sal_Bool operator<( const SvxMSDffShapeInfo& rEntry ) const in operator <()
766 return bSortByShapeId ? (nShapeId < rEntry.nShapeId) in operator <()
767 : (nTxBxComp < rEntry.nTxBxComp); in operator <()
794 return (nTxBxComp == rEntry.nTxBxComp); in operator ==()
[all …]
H A Dsvdfppt.hxx463 void ImportHeaderFooterContainer( DffRecordHeader& rHeader, HeaderFooterEntry& rEntry );
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx219 if ( rEntry.m_bHasValue ) in prepareExecute()
220 aAccess.setValue( rEntry.m_nElementID, rEntry.m_nControlAction, rEntry.m_aValue ); in prepareExecute()
221 if ( rEntry.m_bHasLabel ) in prepareExecute()
222 aAccess.setLabel( rEntry.m_nElementID, rEntry.m_aLabel ); in prepareExecute()
223 if ( rEntry.m_bHasEnabled ) in prepareExecute()
224 aAccess.enableControl( rEntry.m_nElementID, rEntry.m_bEnabled ); in prepareExecute()
688 ( !rEntry.m_bHasValue || ( rEntry.m_nControlAction == nControlAction ) ) ) in setValue()
691 rEntry.setValue( rValue ); in setValue()
730 ( rEntry.m_bHasValue ) && in getValue()
733 aAny = rEntry.m_aValue; in getValue()
[all …]
/trunk/main/i18npool/source/isolang/
H A Disolang.cxx735 const MsLangId::IsoLangEntry& rEntry = lcl_lookupFallbackEntry( nLang); in lookupFallbackLocale() local
737 rtl::OUString::createFromAscii( rEntry.maLangStr), in lookupFallbackLocale()
738 rtl::OUString::createFromAscii( rEntry.maCountry), in lookupFallbackLocale()
818 const MsLangId::IsoLangEntry& rEntry = lcl_lookupFallbackEntry( rLocale); in lookupFallbackLocale() local
820 rtl::OUString::createFromAscii( rEntry.maLangStr), in lookupFallbackLocale()
821 rtl::OUString::createFromAscii( rEntry.maCountry), in lookupFallbackLocale()
/trunk/main/linguistic/source/
H A Dspelldsp.cxx173 OUString &rEntry = aVec[i]; in Remove() local
174 if (rEntry == rText) in Remove()
176 rEntry = OUString(); in Remove()
186 const LangSvcEntries_Spell &rEntry, in SvcListHasLanguage() argument
192 const Reference< XSpellChecker > *pRef = rEntry.aSvcRefs .getConstArray(); in SvcListHasLanguage()
193 sal_Int32 nLen = rEntry.aSvcRefs.getLength(); in SvcListHasLanguage()
/trunk/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx89 const StringPair& rEntry = rEntries[ nEntryIndex ]; in lclGetRelatedStreams() local
90 if( rEntry.First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Target" ) ) ) in lclGetRelatedStreams()
93 …xHierarchy->openStreamElementByHierarchicalName( rEntry.Second, ElementModes::READ ), UNO_QUERY_TH… in lclGetRelatedStreams()
98 aResult.back().sSystemId = rEntry.Second; in lclGetRelatedStreams()
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx708 const ObjectTypeFormatEntry& rEntry,
987 …tTypeFormatter( ObjectFormatterData& rData, const ObjectTypeFormatEntry& rEntry, const ChartSpaceM… in ObjectTypeFormatter() argument
988 maLineFormatter( rData, lclGetAutoFormatEntry( rEntry.mpAutoLines, rChartSpace.mnStyle ) ), in ObjectTypeFormatter()
989 maFillFormatter( rData, lclGetAutoFormatEntry( rEntry.mpAutoFills, rChartSpace.mnStyle ) ), in ObjectTypeFormatter()
990 maEffectFormatter( rData, lclGetAutoFormatEntry( rEntry.mpAutoEffects, rChartSpace.mnStyle ) ), in ObjectTypeFormatter()
991 …maTextFormatter( rData, lclGetAutoTextEntry( rEntry.mpAutoTexts, rChartSpace.mnStyle ), rCha… in ObjectTypeFormatter()
993 mrEntry( rEntry ) in ObjectTypeFormatter()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx98 beans::PropertyValue& rEntry = rPropSeq[a]; in setOrCreatePropertyValue() local
100 if(rEntry.Name.equals(rName)) in setOrCreatePropertyValue()
102 rEntry.Value = rAny; in setOrCreatePropertyValue()
/trunk/main/package/inc/
H A DZipFile.hxx74 ZipEntry & rEntry,
80 ZipEntry & rEntry,
88 ZipEntry & rEntry,
94 sal_Bool hasValidPassword ( ZipEntry & rEntry, const ::rtl::Reference < EncryptionData > &rData );
124 ZipEntry& rEntry,
169 ZipEntry& rEntry,
176 ZipEntry& rEntry,
186 ZipEntry& rEntry,
197 sal_Bool readLOC ( ZipEntry &rEntry)
H A DZipOutputStream.hxx81 void SAL_CALL putNextEntry( ZipEntry& rEntry,
96 void writeCEN( const ZipEntry &rEntry )
98 void writeEXT( const ZipEntry &rEntry )
100 sal_Int32 writeLOC( const ZipEntry &rEntry )

Completed in 208 milliseconds

12345678