Home
last modified time | relevance | path

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

/aoo4110/main/writerfilter/source/dmapper/
H A DFontTable.cxx41 FontEntry::Pointer_t pCurrentEntry; member
67 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 …]
/aoo4110/main/package/source/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 …]
/aoo4110/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1748 SvLBoxEntry* pCurrentEntry( m_pTreeView->getListBox().GetCurEntry() ); in GetState() local
1749 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() local
2568 …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()
/aoo4110/main/svx/source/form/
H A Dfmexch.cxx251 SvLBoxEntry* pCurrentEntry = *loop; in buildPathFormat() local
253 SvLBoxEntry* pLoop = pCurrentEntry; in buildPathFormat()
/aoo4110/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()
/aoo4110/main/package/inc/
H A DZipOutputStream.hxx59 ZipEntry *pCurrentEntry; member in ZipOutputStream

Completed in 233 milliseconds