Home
last modified time | relevance | path

Searched refs:rEntry (Results 76 – 100 of 181) sorted by relevance

12345678

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1180 SalDisplay::RenderEntry& rEntry = GetDisplay()->GetRenderEntries( m_nScreen )[ 32 ]; in drawFilledTrapezoids() local
1181 if( !rEntry.m_aPicture ) in drawFilledTrapezoids()
1185 rEntry.m_aPixmap = ::XCreatePixmap( pXDisplay, hDrawable_, 1, 1, 32 ); in drawFilledTrapezoids()
1190 rEntry.m_aPicture = rRenderPeer.CreatePicture( rEntry.m_aPixmap, pXRPF, CPRepeat, &aAttr ); in drawFilledTrapezoids()
1195 rRenderPeer.FillRectangle( PictOpSrc, rEntry.m_aPicture, &aRenderColor, 0, 0, 1, 1 ); in drawFilledTrapezoids()
1205 rEntry.m_aPicture, aDstPic, pMaskFormat, 0, 0, &aTrapVector[0], aTrapVector.size() ); in drawFilledTrapezoids()
H A Dsalgdi3.cxx589 SalDisplay::RenderEntry& rEntry = GetDisplay()->GetRenderEntries( m_nScreen )[ nVisualDepth ]; in DrawServerAAFontString() local
590 if( !rEntry.m_aPicture ) in DrawServerAAFontString()
604 rEntry.m_aPixmap = ::XCreatePixmap( pDisplay, hDrawable_, 1, 1, nVisualDepth ); in DrawServerAAFontString()
608rEntry.m_aPicture = rRenderPeer.CreatePicture ( rEntry.m_aPixmap, pVisualFormat, CPRepeat, &aAttr … in DrawServerAAFontString()
613 rRenderPeer.FillRectangle( PictOpSrc, rEntry.m_aPicture, &aRenderColor, 0, 0, 1, 1 ); in DrawServerAAFontString()
642 rRenderPeer.CompositeString32( rEntry.m_aPicture, aDstPic, in DrawServerAAFontString()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.hxx131 FTPDirentry &rEntry,
135 FTPDirentry &rEntry,
139 FTPDirentry &rEntry,
/trunk/main/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx129 const uno::Sequence<beans::PropertyValue>& rEntry( m_aImages[nId] ); in writeBase64EncodedStream() local
132 const beans::PropertyValue* pAry(rEntry.getConstArray()); in writeBase64EncodedStream()
133 const sal_Int32 nLen(rEntry.getLength()); in writeBase64EncodedStream()
/trunk/main/xmloff/source/core/
H A DRDFaImportHelper.cxx284 uno::Reference< rdf::XBlankNode > & rEntry( m_BlankNodeMap[ i_rNodeId ] ); in LookupBlankNode() local
285 if (!rEntry.is()) in LookupBlankNode()
287 rEntry = m_xRepository->createBlankNode(); in LookupBlankNode()
289 return rEntry; in LookupBlankNode()
H A Dnmspmap.cxx308 const NameSpaceEntry &rEntry = (*it).second.getBody(); in _GetKeyByAttrName() local
310 *pPrefix = rEntry.sPrefix; in _GetKeyByAttrName()
312 *pLocalName = rEntry.sName; in _GetKeyByAttrName()
313 nKey = rEntry.nKey; in _GetKeyByAttrName()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx105 SwFltStackEntry::SwFltStackEntry(const SwFltStackEntry& rEntry) : in SwFltStackEntry() argument
106 nMkNode(rEntry.nMkNode), in SwFltStackEntry()
107 nPtNode(rEntry.nPtNode) in SwFltStackEntry()
109 pAttr = rEntry.pAttr->Clone(); in SwFltStackEntry()
110 nMkCntnt= rEntry.nMkCntnt; in SwFltStackEntry()
111 bOld = rEntry.bOld; in SwFltStackEntry()
113 bConsumedByField = rEntry.bConsumedByField; in SwFltStackEntry()
115 mnStartCP= rEntry.mnStartCP; in SwFltStackEntry()
116 mnEndCP = rEntry.mnEndCP; in SwFltStackEntry()
117 bIsParaEnd = rEntry.bIsParaEnd; in SwFltStackEntry()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1406 const beans::PropertyValue& rEntry( aOptProp[ n ] ); in setUIOptions() local
1407 if( rEntry.Name.equalsAscii( "Property" ) ) in setUIOptions()
1410 rEntry.Value >>= aVal; in setUIOptions()
1417 else if( rEntry.Name.equalsAscii( "Enabled" ) ) in setUIOptions()
1420 rEntry.Value >>= bValue; in setUIOptions()
1423 else if( rEntry.Name.equalsAscii( "DependsOnName" ) ) in setUIOptions()
1425 rEntry.Value >>= aDep.maDependsOnName; in setUIOptions()
1427 else if( rEntry.Name.equalsAscii( "DependsOnEntry" ) ) in setUIOptions()
1429 rEntry.Value >>= aDep.mnDependsOnEntry; in setUIOptions()
1431 else if( rEntry.Name.equalsAscii( "ChoicesDisabled" ) ) in setUIOptions()
[all …]
/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/svx/source/dialog/
H A Dlangbox.cxx195 sal_uInt16 SvxLanguageBox::ImplInsertImgEntry( const String& rEntry, sal_uInt16 nPos, bool bChecked… in ImplInsertImgEntry() argument
199 nRet = InsertEntry( rEntry, m_aNotCheckedImage, nPos ); in ImplInsertImgEntry()
201 nRet = InsertEntry( rEntry, m_aCheckedImageHC, nPos ); in ImplInsertImgEntry()
203 nRet = InsertEntry( rEntry, m_aCheckedImage, nPos ); in ImplInsertImgEntry()
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx161 SwReaderWriterEntry& rEntry = aReaderWriter[n]; in _FinitFilter() local
162 if( rEntry.bDelReader && rEntry.pReader ) in _FinitFilter()
163 delete rEntry.pReader, rEntry.pReader = NULL; in _FinitFilter()
/trunk/main/sc/source/core/data/
H A Dolinetab.cxx52 ScOutlineEntry::ScOutlineEntry( const ScOutlineEntry& rEntry ) : in ScOutlineEntry() argument
54 nStart ( rEntry.nStart ), in ScOutlineEntry()
55 nSize ( rEntry.nSize ), in ScOutlineEntry()
56 bHidden ( rEntry.bHidden ), in ScOutlineEntry()
57 bVisible( rEntry.bVisible ) in ScOutlineEntry()
/trunk/main/cppuhelper/source/
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/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/svl/inc/svl/
H A Ditemprop.hxx122 void getPropertyValue( const SfxItemPropertySimpleEntry& rEntry,
136 void setPropertyValue( const SfxItemPropertySimpleEntry& rEntry,
152 getPropertyState(const SfxItemPropertySimpleEntry& rEntry, const SfxItemSet& rSet) const
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx291 static void ImplSetStoredData( ZipEntry & rEntry, uno::Reference< XInputStream> & rStream ) in ImplSetStoredData() argument
298 rEntry.nMethod = STORED; in ImplSetStoredData()
299 rEntry.nCompressedSize = rEntry.nSize = aCRC32.updateStream ( rStream ); in ImplSetStoredData()
300 rEntry.nCrc = aCRC32.getValue(); in ImplSetStoredData()
/trunk/main/sw/inc/
H A Dunocrsrhelper.hxx90 sal_Bool getCrsrPropertyValue(const SfxItemPropertySimpleEntry& rEntry
104 …void resetCrsrPropertyValue(const SfxItemPropertySimpleEntry& rEntry, SwPaM…
207 SfxItemPropertySimpleEntry const& rEntry,
/trunk/main/sw/source/core/doc/
H A Ddocruby.cxx194 sal_Bool SwDoc::_SelectNextRubyChars( SwPaM& rPam, SwRubyListEntry& rEntry, sal_uInt16 ) in _SelectNextRubyChars() argument
270 rEntry.SetRubyAttr( pAttr->GetRuby() ); in _SelectNextRubyChars()
350 rEntry.SetText( pTxt->Copy( nStart, in _SelectNextRubyChars()
/trunk/main/sc/source/filter/excel/
H A Dxltools.cxx413 …inline bool operator()( const XclCodePageEntry& rEntry ) const { return rEntry.mnCodePage … in operator ()()
420 …inline bool operator()( const XclCodePageEntry& rEntry ) const { return rEntry.meTextEnc =… in operator ()()
/trunk/main/sw/source/core/unocore/
H A Dunoport.cxx281 const SfxItemPropertySimpleEntry& rEntry, in GetPropertyValue() argument
290 switch(rEntry.nWID) in GetPropertyValue()
406 switch(rEntry.nMemberId) in GetPropertyValue()
420 rEntry, *pUnoCrsr, &(rVal), eTemp ); in GetPropertyValue()
432 m_pPropSet->getPropertyValue(rEntry, *pSet, rVal); in GetPropertyValue()
/trunk/main/package/source/package/zipapi/
H A DXUnbufferedStream.cxx59 ZipEntry & rEntry, in XUnbufferedStream() argument
69 , maEntry ( rEntry ) in XUnbufferedStream()
116 ZipFile::StaticFillHeader( rData, rEntry.nSize, aMediaType, pHeader ); in XUnbufferedStream()
/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/sw/source/filter/xml/
H A Dxmlimpit.hxx61 virtual sal_Bool handleSpecialItem( const SvXMLItemMapEntry& rEntry,
70 virtual sal_Bool handleNoItem( const SvXMLItemMapEntry& rEntry,
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx148 const SwFrmFmt &rEntry = (*aIter)->GetFmt(); in SwPosFlyFrmsToFrames() local
150 if (const SwPosition* pAnchor = rEntry.GetAnchor().GetCntntAnchor()) in SwPosFlyFrmsToFrames()
152 aRet.push_back(sw::Frame(rEntry, *pAnchor)); in SwPosFlyFrmsToFrames()
163 aRet.push_back(sw::Frame(rEntry, aPos)); in SwPosFlyFrmsToFrames()
/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()

Completed in 151 milliseconds

12345678