Home
last modified time | relevance | path

Searched refs:pLT (Results 1 – 3 of 3) sorted by relevance

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxftblrd.cxx235 DXFLType * * ppLT, * pLT; in Read() local
257 pLT=new DXFLType; in Read()
258 pLT->Read(rDGR); in Read()
259 *ppLT=pLT; in Read()
260 ppLT=&(pLT->pSucc); in Read()
287 DXFLType * pLT; in Clear() local
303 pLT=pLTypes; in Clear()
304 pLTypes=pLT->pSucc; in Clear()
305 delete pLT; in Clear()
H A Ddxf2mtf.cxx89 const DXFLType * pLT; in LTypeToDXFLineInfo() local
92 pLT=pDXF->aTables.SearchLType(sLineType); in LTypeToDXFLineInfo()
93 if (pLT==NULL || pLT->nDashCount == 0) { in LTypeToDXFLineInfo()
100 for (i=0; i < (pLT->nDashCount); i++) { in LTypeToDXFLineInfo()
101 x = pLT->fDash[i] * pDXF->getGlobalLineTypeScale(); in LTypeToDXFLineInfo()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx569 if( pRT->m_nDirectory != pLT->m_nDirectory || in equalsPrintFont()
570 pRT->m_aFontFile != pLT->m_aFontFile || in equalsPrintFont()
571 pRT->m_nCollectionEntry != pLT->m_nCollectionEntry || in equalsPrintFont()
572 pRT->m_nTypeFlags != pLT->m_nTypeFlags ) in equalsPrintFont()
578 …const PrintFontManager::Type1FontFile* pLT = static_cast<const PrintFontManager::Type1FontFile*>(p… in equalsPrintFont() local
580 if( pRT->m_nDirectory != pLT->m_nDirectory || in equalsPrintFont()
581 pRT->m_aFontFile != pLT->m_aFontFile || in equalsPrintFont()
582 pRT->m_aMetricFile != pLT->m_aMetricFile ) in equalsPrintFont()
588 …const PrintFontManager::BuiltinFont* pLT = static_cast<const PrintFontManager::BuiltinFont*>(pLeft… in equalsPrintFont() local
590 if( pRT->m_nDirectory != pLT->m_nDirectory || in equalsPrintFont()
[all …]

Completed in 33 milliseconds