Home
last modified time | relevance | path

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

/AOO42X/main/writerfilter/source/dmapper/
H A DFontTable.cxx41 FontEntry::Pointer_t pCurrentEntry; member
66 OSL_ENSURE( m_pImpl->pCurrentEntry, "current entry has to be set here"); in lcl_attribute()
67 if(!m_pImpl->pCurrentEntry) in lcl_attribute()
105 m_pImpl->pCurrentEntry->sFontName1 = sValue; in lcl_attribute()
109 m_pImpl->pCurrentEntry->nPitchRequest = static_cast<sal_Int16>( nIntValue ); in lcl_attribute()
113 m_pImpl->pCurrentEntry->bTrueType = nIntValue == 1 ? true : false; 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()
[all …]
/AOO42X/main/package/source/package/zipapi/
H A DZipOutputStream.cxx57 , pCurrentEntry(NULL) in ZipOutputStream()
87 if (pCurrentEntry != NULL) in putNextEntry()
115 pCurrentEntry = &rEntry; in putNextEntry()
121 ZipEntry *pEntry = pCurrentEntry; in closeEntry()
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()
[all …]
/AOO42X/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()
/AOO42X/main/svx/source/form/
H A Dfmexch.cxx251 SvLBoxEntry* pCurrentEntry = *loop; in buildPathFormat() local
253 SvLBoxEntry* pLoop = pCurrentEntry; in buildPathFormat()
/AOO42X/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()
/AOO42X/main/package/inc/
H A DZipOutputStream.hxx59 ZipEntry *pCurrentEntry; member in ZipOutputStream