Searched refs:pCurrentEntry (Results 1 – 6 of 6) sorted by relevance
41 FontEntry::Pointer_t pCurrentEntry; member67 if(!m_pImpl->pCurrentEntry) in lcl_attribute()105 m_pImpl->pCurrentEntry->sFontName1 = sValue; in lcl_attribute()124 m_pImpl->pCurrentEntry->nBaseWeight = nIntValue; in lcl_attribute()128 m_pImpl->pCurrentEntry->nTextEncoding = nIntValue; in lcl_attribute()135 m_pImpl->pCurrentEntry->sPanose += sValue; in lcl_attribute()139 m_pImpl->pCurrentEntry->sFontSignature += sValue; in lcl_attribute()504 m_pImpl->pCurrentEntry->sFontName = sValue; in lcl_attribute()539 if(!m_pImpl->pCurrentEntry) in lcl_sprm()566 m_pImpl->pCurrentEntry.reset(new FontEntry); in lcl_entry()[all …]
57 , pCurrentEntry(NULL) in ZipOutputStream()87 if (pCurrentEntry != NULL) in putNextEntry()115 pCurrentEntry = &rEntry; in putNextEntry()186 pCurrentEntry = NULL; in closeEntry()194 switch (pCurrentEntry->nMethod) in write()225 if ( pCurrentEntry->nMethod == DEFLATED && ( pCurrentEntry->nFlag & 8 ) ) in rawCloseEntry()226 writeEXT(*pCurrentEntry); in rawCloseEntry()227 pCurrentEntry = NULL; in rawCloseEntry()236 if (pCurrentEntry != NULL) in finish()275 pCurrentEntry->nSize = pCurrentEntry->nCompressedSize; in doDeflate()[all …]
1749 SvLBoxEntry* pCurrentEntry( m_pTreeView->getListBox().GetCurEntry() ); in GetState() local1750 EntryType eType = getEntryType( pCurrentEntry ); in GetState()1754 … SvLBoxEntry* pDataSourceEntry = m_pTreeView->getListBox().GetRootLevelParent( pCurrentEntry ); in GetState()1774 aReturn.bEnabled = isEntryCopyAllowed( pCurrentEntry ); in GetState()2568 SvLBoxEntry* pCurrentEntry = _pEntry; in implGetConnectionEntry() local2569 …DBTreeListUserData* pEntryData = static_cast< DBTreeListUserData* >( pCurrentEntry->GetUserData() … in implGetConnectionEntry()2572 pCurrentEntry = m_pTreeModel->GetParent(pCurrentEntry); in implGetConnectionEntry()2573 pEntryData = static_cast< DBTreeListUserData* >( pCurrentEntry->GetUserData() ); in implGetConnectionEntry()2575 return pCurrentEntry; in implGetConnectionEntry()
251 SvLBoxEntry* pCurrentEntry = *loop; in buildPathFormat() local253 SvLBoxEntry* pLoop = pCurrentEntry; in buildPathFormat()
1604 SvLBoxEntry* pCurrentEntry( GetCurEntry() ); in CurrentEntry() local1605 if ( pCurrentEntry ) in CurrentEntry()1607 _out_entryText = GetEntryText( pCurrentEntry ); in CurrentEntry()1608 return pCurrentEntry; in CurrentEntry()
59 ZipEntry *pCurrentEntry; member in ZipOutputStream
Completed in 37 milliseconds