Home
last modified time | relevance | path

Searched refs:pCurrentEntry (Results 1 – 6 of 6) sorted by relevance

/trunk/main/writerfilter/source/dmapper/
H A DFontTable.cxx41 FontEntry::Pointer_t pCurrentEntry; member
67 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 …]
/trunk/main/package/source/package/zipapi/
H A DZipOutputStream.cxx57 , 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 …]
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1749 SvLBoxEntry* pCurrentEntry( m_pTreeView->getListBox().GetCurEntry() ); in GetState() local
1750 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() local
2569 …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()
/trunk/main/svx/source/form/
H A Dfmexch.cxx251 SvLBoxEntry* pCurrentEntry = *loop; in buildPathFormat() local
253 SvLBoxEntry* pLoop = pCurrentEntry; in buildPathFormat()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx1604 SvLBoxEntry* pCurrentEntry( GetCurEntry() ); in CurrentEntry() local
1605 if ( pCurrentEntry ) in CurrentEntry()
1607 _out_entryText = GetEntryText( pCurrentEntry ); in CurrentEntry()
1608 return pCurrentEntry; in CurrentEntry()
/trunk/main/package/inc/
H A DZipOutputStream.hxx59 ZipEntry *pCurrentEntry; member in ZipOutputStream

Completed in 59 milliseconds