Searched refs:pCurrentEntry (Results 1 – 6 of 6) sorted by relevance
41 FontEntry::Pointer_t pCurrentEntry; member67 if(!m_pImpl->pCurrentEntry) in lcl_attribute()106 m_pImpl->pCurrentEntry->sFontName1 = sValue; in lcl_attribute()125 m_pImpl->pCurrentEntry->nBaseWeight = nIntValue; in lcl_attribute()129 m_pImpl->pCurrentEntry->nTextEncoding = nIntValue; in lcl_attribute()136 m_pImpl->pCurrentEntry->sPanose += sValue; in lcl_attribute()140 m_pImpl->pCurrentEntry->sFontSignature += sValue; in lcl_attribute()505 m_pImpl->pCurrentEntry->sFontName = sValue; in lcl_attribute()540 if(!m_pImpl->pCurrentEntry) in lcl_sprm()569 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 …]
1748 SvLBoxEntry* pCurrentEntry( m_pTreeView->getListBox().GetCurEntry() ); in GetState() local1749 EntryType eType = getEntryType( pCurrentEntry ); in GetState()1753 … SvLBoxEntry* pDataSourceEntry = m_pTreeView->getListBox().GetRootLevelParent( pCurrentEntry ); in GetState()1773 aReturn.bEnabled = isEntryCopyAllowed( pCurrentEntry ); in GetState()2567 SvLBoxEntry* pCurrentEntry = _pEntry; in implGetConnectionEntry() local2568 …DBTreeListUserData* pEntryData = static_cast< DBTreeListUserData* >( pCurrentEntry->GetUserData() … in implGetConnectionEntry()2571 pCurrentEntry = m_pTreeModel->GetParent(pCurrentEntry); in implGetConnectionEntry()2572 pEntryData = static_cast< DBTreeListUserData* >( pCurrentEntry->GetUserData() ); in implGetConnectionEntry()2574 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 49 milliseconds