Home
last modified time | relevance | path

Searched refs:pEntry (Results 151 – 175 of 485) sorted by relevance

12345678910>>...20

/trunk/main/package/source/package/zipapi/
H A DZipOutputStream.cxx121 ZipEntry *pEntry = pCurrentEntry; in closeEntry() local
122 if (pEntry) in closeEntry()
124 switch (pEntry->nMethod) in closeEntry()
130 if ((pEntry->nFlag & 8) == 0) in closeEntry()
132 if (pEntry->nSize != aDeflater.getTotalIn()) in closeEntry()
141 pEntry->nCompressedSize = aDeflater.getTotalOut(); in closeEntry()
143 if (pEntry->nCrc != aCRC.getValue()) in closeEntry()
155 pEntry->nCrc = aCRC.getValue(); in closeEntry()
156 writeEXT(*pEntry); in closeEntry()
162 if (!((pEntry->nFlag & 8) == 0)) in closeEntry()
[all …]
/trunk/main/sw/source/ui/fldui/
H A Dflddb.cxx453 SvLBoxEntry* pEntry = aDatabaseTLB.GetCurEntry(); in CheckInsert() local
455 if (pEntry) in CheckInsert()
457 pEntry = aDatabaseTLB.GetParent(pEntry); in CheckInsert()
459 if (nTypeId == TYP_DBFLD && pEntry) in CheckInsert()
460 pEntry = aDatabaseTLB.GetParent(pEntry); in CheckInsert()
462 bInsert &= pEntry != 0; in CheckInsert()
485 if (pEntry) in IMPL_LINK()
489 pEntry = aDatabaseTLB.GetParent(pEntry); in IMPL_LINK()
491 if (nTypeId == TYP_DBFLD && pEntry) in IMPL_LINK()
492 pEntry = aDatabaseTLB.GetParent(pEntry); in IMPL_LINK()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocruby.cxx135 const SwRubyListEntry* pEntry = rList[ nListEntry++ ]; in SetRubyList() local
136 if( aCheckEntry.GetRubyAttr() != pEntry->GetRubyAttr() ) in SetRubyList()
139 if( pEntry->GetRubyAttr().GetText().Len() ) in SetRubyList()
149 if( aCheckEntry.GetText() != pEntry->GetText() && in SetRubyList()
150 pEntry->GetText().Len() ) in SetRubyList()
153 ReplaceRange( aPam, pEntry->GetText(), false ); in SetRubyList()
167 const SwRubyListEntry* pEntry = rList[ nListEntry++ ]; in SetRubyList() local
170 if( pEntry->GetRubyAttr().GetText().Len() && in SetRubyList()
171 pEntry->GetText().Len() ) in SetRubyList()
173 InsertString( aPam, pEntry->GetText() ); in SetRubyList()
[all …]
/trunk/main/dbaccess/source/ui/app/
H A DAppIconControl.cxx79 SvxIconChoiceCtrlEntry* pEntry = InsertEntry( in DBG_NAME() local
83 if ( pEntry ) in DBG_NAME()
84 pEntry->SetUserData( new ElementType( aCategories[i].eType ) ); in DBG_NAME()
96 SvxIconChoiceCtrlEntry* pEntry = GetEntry( i ); in ~OApplicationIconControl() local
97 if ( pEntry ) in ~OApplicationIconControl()
99 ::std::auto_ptr<ElementType> aType(static_cast<ElementType*>(pEntry->GetUserData())); in ~OApplicationIconControl()
100 pEntry->SetUserData(NULL); in ~OApplicationIconControl()
113 SvxIconChoiceCtrlEntry* pEntry = GetEntry(_rEvt.maPosPixel); in AcceptDrop() local
114 if ( pEntry ) in AcceptDrop()
116 SetCursor(pEntry); in AcceptDrop()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx2021 if (!pEntry) in GetPropertyValue()
2061 if (!pEntry) in SetPropertyValue()
2077 SfxItemSet aItemSet( pDoc->GetAttrPool(), pEntry->nWID, pEntry->nWID ); in SetPropertyValue()
2109 if(!pEntry) in GetPropertyStates()
2164 pEntry->nWID, pEntry->nWID )); in GetPropertyStates()
2253 if (!pEntry) in SetPropertyToDefault()
2267 if (pEntry->nWID < RES_FRMATR_END) in SetPropertyToDefault()
2297 if (!pEntry) in GetPropertyDefault()
2305 if (pEntry->nWID < RES_FRMATR_END) in GetPropertyDefault()
2604 if (!pEntry) in setPropertiesToDefault()
[all …]
H A Dunodraw.cxx1143 if(pEntry) in setPropertyValue()
1152 if(RES_ANCHOR == pEntry->nWID && MID_ANCHOR_ANCHORFRAME == pEntry->nMemberId) in setPropertyValue()
1277 if(RES_ANCHOR == pEntry->nWID && MID_ANCHOR_ANCHORTYPE == pEntry->nMemberId) in setPropertyValue()
1298 if(RES_ANCHOR == pEntry->nWID && MID_ANCHOR_ANCHORTYPE == pEntry->nMemberId) in setPropertyValue()
1378 switch(pEntry->nWID) in setPropertyValue()
1504 if(pEntry) in getPropertyValue()
1600 switch(pEntry->nWID) in getPropertyValue()
1779 if(pEntry) in getPropertyStates()
1865 if(pEntry) in setPropertyToDefault()
1872 SfxItemSet aSet(pFmt->GetDoc()->GetAttrPool(), pEntry->nWID, pEntry->nWID); in setPropertyToDefault()
[all …]
H A Dunotbl.cxx141 switch(pEntry->nWID) in lcl_SetSpecialProperty()
221 switch(pEntry->nWID) in lcl_GetSpecialProperty()
1045 if( !pEntry ) in setPropertyValue()
1076 if( !pEntry ) in getPropertyValue()
1730 if(pEntry) in setPropertyValue()
1792 if(pEntry) in getPropertyValue()
2977 if( !pEntry ) in setPropertyValue()
3170 pTableProps->SetProperty( pEntry->nWID, pEntry->nMemberId, aValue); in setPropertyValue()
3185 if (!pEntry) in getPropertyValue()
3750 if(pEntry) in setPropertyValue()
[all …]
/trunk/main/filter/source/msfilter/
H A Dcountryid.cxx308 const CountryEntry* pEntry = pTable; in ConvertLanguageToCountry() local
311 pEntry = std::find_if( pEntry, pEnd, CountryEntryPred_Language( eLanguage ) ); in ConvertLanguageToCountry()
312 if( pEntry != pEnd ) in ConvertLanguageToCountry()
314 if( pEntry->mbUseSubLang ) in ConvertLanguageToCountry()
315 return pEntry->meCountry; // exact match found -> return in ConvertLanguageToCountry()
317 ePrimCountry = pEntry->meCountry; in ConvertLanguageToCountry()
318 ++pEntry; // one entry forward for next find_if() call in ConvertLanguageToCountry()
321 while( pEntry != pEnd ); in ConvertLanguageToCountry()
329 const CountryEntry* pEntry = std::find_if( pTable, pEnd, CountryEntryPred_Country( eCountry ) ); in ConvertCountryToLanguage() local
330 return (pEntry != pEnd) ? pEntry->meLanguage : LANGUAGE_DONTKNOW; in ConvertCountryToLanguage()
/trunk/main/sc/source/filter/excel/
H A Dxlpage.cxx201 const XclPaperSize* pEntry = pPaperSizeTable; in GetScPaperSize() local
203 pEntry += mnPaperSize; in GetScPaperSize()
206 if( pEntry->mePaper == PAPER_USER ) in GetScPaperSize()
207 aSize = Size( pEntry->mnWidth, pEntry->mnHeight ); in GetScPaperSize()
209 aSize = SvxPaperInfo::GetPaperSize( pEntry->mePaper ); in GetScPaperSize()
229 …for( const XclPaperSize* pEntry = pPaperSizeTable; pEntry != STATIC_ARRAY_END( pPaperSizeTable ); … in SetScPaperSize() local
231 long nWDiff = Abs( pEntry->mnWidth - nWidth ); in SetScPaperSize()
232 long nHDiff = Abs( pEntry->mnHeight - nHeight ); in SetScPaperSize()
236 mnPaperSize = static_cast< sal_uInt16 >( pEntry - pPaperSizeTable ); in SetScPaperSize()
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1330 rpResultEntry = pEntry; in GetStyleItemSet_Impl()
1336 rpResultEntry = pEntry; in GetStyleItemSet_Impl()
1341 if ( pEntry ) in GetStyleItemSet_Impl()
1343 rpResultEntry = pEntry; in GetStyleItemSet_Impl()
1415 if ( !pEntry ) in setPropertyToDefault()
1690 if ( !pEntry ) in setPropertyValue()
1707 if ( pStyle && pEntry ) in SetOnePropertyValueWithoutUpdate()
1748 if ( pEntry ) in SetOnePropertyValueWithoutUpdate()
1750 if ( IsScItemWid( pEntry->nWID ) ) in SetOnePropertyValueWithoutUpdate()
1912 if ( rSet.GetPool()->GetSlotId(pEntry->nWID) == pEntry->nWID && in SetOnePropertyValueWithoutUpdate()
[all …]
H A Dafmtuno.cxx169 ScAutoFormatData* pEntry = rFormats[nPos]; in lcl_FindAutoFormatIndex() local
170 pEntry->GetName( aEntryName ); in lcl_FindAutoFormatIndex()
732 const SfxItemPropertySimpleEntry* pEntry = in setPropertyValue() local
735 if ( pEntry && pEntry->nWID && pFormats && nFormatIndex < pFormats->GetCount() ) in setPropertyValue()
739 if ( IsScItemWid( pEntry->nWID ) ) in setPropertyValue()
745 switch( pEntry->nWID ) in setPropertyValue()
792 switch (pEntry->nWID) in setPropertyValue()
825 if ( pEntry && pEntry->nWID && pFormats && nFormatIndex < pFormats->GetCount() ) in getPropertyValue()
829 if ( IsScItemWid( pEntry->nWID ) ) in getPropertyValue()
833 switch( pEntry->nWID ) in getPropertyValue()
[all …]
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2527 sal_uLong nSttPos = pEntry->nBoxIdx + pEntry->nOffset; in UndoImpl()
2625 pEntry->pUndo = pUndo; in UndoImpl()
2643 delete pEntry->pBoxNumAttr, pEntry->pBoxNumAttr = 0; in UndoImpl()
2654 pEntry->nOffset = rBox.GetSttIdx() - pEntry->nBoxIdx; in UndoImpl()
2678 sal_uLong nSttPos = pEntry->nBoxIdx + pEntry->nOffset; in RedoImpl()
2691 if( pEntry->pUndo ) in RedoImpl()
2713 delete pEntry->pUndo; in RedoImpl()
2734 delete pEntry->pBoxNumAttr, pEntry->pBoxNumAttr = 0; in RedoImpl()
2745 pEntry->nOffset = rBox.GetSttIdx() - pEntry->nBoxIdx; in RedoImpl()
2775 delete pEntry->pBoxNumAttr, pEntry->pBoxNumAttr = 0; in AddBoxBefore()
[all …]
/trunk/main/cui/source/options/
H A Dradiobtnbox.cxx73 SvLBoxEntry* pEntry = FirstSelected(); in KeyInput() local
74 if ( GetCheckButtonState( pEntry ) == SV_BUTTON_UNCHECKED ) in KeyInput()
76 SetCheckButtonState( pEntry, SV_BUTTON_CHECKED ); in KeyInput()
93 SvLBoxEntry* pEntry = First(); in HandleEntryChecked() local
94 while ( pEntry ) in HandleEntryChecked()
96 if ( pEntry != _pEntry ) in HandleEntryChecked()
97 SetCheckButtonState( pEntry, SV_BUTTON_UNCHECKED ); in HandleEntryChecked()
98 pEntry = Next( pEntry ); in HandleEntryChecked()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx597 m_queue.push( pEntry ); in addExtension()
616 m_queue.push( pEntry ); in removeExtension()
635 m_queue.push( pEntry ); in acceptLicense()
656 m_queue.push( pEntry ); in enableExtension()
673 m_queue.push( pEntry ); in checkForUpdates()
753 TExtensionCmd pEntry; in execute() local
756 pEntry = m_queue.front(); in execute()
766 switch ( pEntry->m_eCmdType ) { in execute()
768 …_addExtension( currentCmdEnv, pEntry->m_sExtensionURL, pEntry->m_sRepository, pEntry->m_bWarnUser … in execute()
780 _checkForUpdates( pEntry->m_vExtensionList ); in execute()
[all …]
/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx835 ENTRY* pEntry = ( ENTRY* ) List::First(); in ~DifColumn() local
837 while( pEntry ) in ~DifColumn()
839 delete pEntry; in ~DifColumn()
840 pEntry = ( ENTRY* ) List::Next(); in ~DifColumn()
906 while( pEntry ) in Apply()
908 rDoc.ApplyPatternAreaTab( nCol, pEntry->nStart, nCol, pEntry->nEnd, in Apply()
910 pEntry = ( ENTRY* ) List::Next(); in Apply()
922 while( pEntry ) in Apply()
924 DBG_ASSERT( pEntry->nNumFormat > 0, in Apply()
928 rDoc.ApplyPatternAreaTab( nCol, pEntry->nStart, nCol, pEntry->nEnd, nTab, aAttr ); in Apply()
[all …]
/trunk/main/vcl/source/window/
H A Daccmgr.cxx158 ImplAccelEntry* pEntry = pAccel->ImplGetAccelData( rKeyCode ); in IsAccelKey() local
159 if ( pEntry ) in IsAccelKey()
161 Accelerator* pNextAccel = pEntry->mpAccel; in IsAccelKey()
177 if ( pEntry->mbEnabled ) in IsAccelKey()
186 pAccel->mnCurId = pEntry->mnId; in IsAccelKey()
227 ImplAccelEntry* pEntry = pAccel->ImplGetAccelData( rKeyCode ); in IsAccelKey() local
228 if ( pEntry ) in IsAccelKey()
230 Accelerator* pNextAccel = pEntry->mpAccel; in IsAccelKey()
250 if ( pEntry->mbEnabled ) in IsAccelKey()
260 pAccel->mnCurId = pEntry->mnId; in IsAccelKey()
/trunk/main/unotools/source/property/
H A Dpropertysetinfo.cxx119 PropertyMapEntry* pEntry = (*aIter).second; in getProperties() local
121 pProperties->Name = OUString( pEntry->mpName, pEntry->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getProperties()
122 pProperties->Handle = pEntry->mnWhich; in getProperties()
123 pProperties->Type = *pEntry->mpType; in getProperties()
124 pProperties->Attributes = pEntry->mnFlags; in getProperties()
145 PropertyMapEntry* pEntry = (*aIter).second; in getPropertyByName() local
147 return Property( aName, pEntry->mnWhich, *pEntry->mpType, pEntry->mnFlags ); in getPropertyByName()
/trunk/main/sw/source/ui/inc/
H A Dconttree.hxx128 SvLBoxEntry* pEntry,
133 SvLBoxEntry* pEntry,
139 void EditEntry( SvLBoxEntry* pEntry, sal_uInt8 nMode );
150 String GetEntryAltText( SvLBoxEntry* pEntry ) const;
151 String GetEntryLongDescription( SvLBoxEntry* pEntry ) const;
205 virtual sal_Int32 GetEntryRealChildsNum( SvLBoxEntry* pEntry ) const;
217 SwLBoxString( SvLBoxEntry* pEntry, sal_uInt16 nFlags, in SwLBoxString() argument
218 const String& rStr ) : SvLBoxString(pEntry,nFlags,rStr) in SwLBoxString()
223 SvLBoxEntry* pEntry);
273 SvLBoxEntry* pEntry,
[all …]
/trunk/main/xml2cmp/source/support/
H A Dsyshelp.cxx205 dirent * pEntry = 0; in GatherFileNames() local
212 while ( (pEntry = readdir(pDir)) != 0 ) in GatherFileNames()
214 sEnding = strrchr(pEntry->d_name,'.'); in GatherFileNames()
219 sNew += pEntry->d_name; in GatherFileNames()
287 dirent * pEntry = 0; in GatherSubDirectories() local
290 while ( ( pEntry = readdir(pDir) ) != 0 ) in GatherSubDirectories()
292 stat(pEntry->d_name, &aEntryStatus); in GatherSubDirectories()
296 if ( strchr(pEntry->d_name,'.') == 0 in GatherSubDirectories()
297 && strncmp(pEntry->d_name, "wnt", 3) != 0 in GatherSubDirectories()
298 && strncmp(pEntry->d_name, "unx", 3) != 0 ) in GatherSubDirectories()
[all …]
/trunk/main/comphelper/source/property/
H A Dpropertysetinfo.cxx122 PropertyMapEntry* pEntry = (*aIter).second; in getProperties() local
124 pProperties->Name = OUString( pEntry->mpName, pEntry->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getProperties()
125 pProperties->Handle = pEntry->mnHandle; in getProperties()
126 pProperties->Type = *pEntry->mpType; in getProperties()
127 pProperties->Attributes = pEntry->mnAttributes; in getProperties()
149 PropertyMapEntry* pEntry = (*aIter).second; in getPropertyByName() local
151 return Property( aName, pEntry->mnHandle, *pEntry->mpType, pEntry->mnAttributes ); in getPropertyByName()
/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx309 if (pEntry->ISA(FmFormData)) in Insert()
374 if (pEntry->ISA(FmFormData)) in Insert()
384 GetRootList()->Insert( pEntry, nRelPos ); in Insert()
402 if (!pEntry || !m_pFormModel) in Remove()
416 if (pEntry->ISA(FmFormData)) in Remove()
430 if (pEntry->ISA(FmFormData)) in Remove()
431 RemoveForm((FmFormData*)pEntry); in Remove()
465 pFolder->GetChildList()->Remove(pEntry); in Remove()
468 GetRootList()->Remove(pEntry); in Remove()
477 FmNavRemovedHint aRemovedHint( pEntry ); in Remove()
[all …]
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsanextension_mscryptimpl.cxx82 PCERT_ALT_NAME_ENTRY pEntry = &subjectName->rgAltEntry[i]; in getAlternativeNames() local
84 switch(pEntry->dwAltNameChoice) { in getAlternativeNames()
88 PCERT_OTHER_NAME pOtherName = pEntry->pOtherName; in getAlternativeNames()
104 … arrCertAltNameEntry[i].Value <<= ::rtl::OUString((const sal_Unicode*)pEntry->pwszRfc822Name); in getAlternativeNames()
108 … arrCertAltNameEntry[i].Value <<= ::rtl::OUString((const sal_Unicode*)pEntry->pwszDNSName); in getAlternativeNames()
117 … arrCertAltNameEntry[i].Value <<= ::rtl::OUString((const sal_Unicode*)pEntry->pwszURL); in getAlternativeNames()
123 Sequence< sal_Int8 > ipAddress( pEntry->IPAddress.cbData ) ; in getAlternativeNames()
124 for( unsigned int n = 0; n < pEntry->IPAddress.cbData ; n ++ ) in getAlternativeNames()
125 ipAddress[n] = *( pEntry->IPAddress.pbData + n ) ; in getAlternativeNames()
132 … arrCertAltNameEntry[i].Value <<= ::rtl::OUString::createFromAscii(pEntry->pszRegisteredID); in getAlternativeNames()
/trunk/main/sw/source/core/fields/
H A Dauthfld.cxx163 SwAuthEntry* pEntry = new SwAuthEntry; in AddField() local
165 pEntry->SetAuthorField( (ToxAuthorityField)i, in AddField()
171 if(*pTemp == *pEntry) in AddField()
173 DELETEZ(pEntry); in AddField()
179 if(pEntry) in AddField()
181 nRet = (long)(void*)pEntry; in AddField()
182 pEntry->AddRef(); in AddField()
183 m_pDataArr->Insert(pEntry, m_pDataArr->Count()); in AddField()
601 if(pEntry) in Expand()
619 return pEntry->GetAuthorField( eField ); in GetFieldText()
[all …]
/trunk/main/cui/source/tabpages/
H A Dtpcolor.cxx500 XColorEntry* pEntry; in IMPL_LINK() local
547 pEntry = new XColorEntry( aAktuellColor, aName ); in IMPL_LINK()
549 maColorTab->Insert( pEntry, maColorTab->Count() ); in IMPL_LINK()
551 aLbColor.Append( *pEntry ); in IMPL_LINK()
552 …aValSetColorTable.InsertItem( aValSetColorTable.GetItemCount() + 1, pEntry->GetColor(), pEntry->Ge… in IMPL_LINK()
638 aLbColor.Modify( *pEntry, nPos ); in IMPL_LINK()
713 XColorEntry* pEntry; in IMPL_LINK() local
715 pEntry = maColorTab->Remove( nPos ); in IMPL_LINK()
717 delete pEntry; in IMPL_LINK()
721 pEntry = maColorTab->Remove( i + 1 ); in IMPL_LINK()
[all …]
/trunk/main/autodoc/source/cosv/storage/
H A Dploc_dir.cxx253 dirent * pEntry = 0; in GetContainedDirectories() local
256 while ( (pEntry = readdir(pDir)) != 0 ) in GetContainedDirectories()
259 sNew << pEntry->d_name; in GetContainedDirectories()
263 AND *pEntry->d_name != '.' ) in GetContainedDirectories()
265 String sNew2(pEntry->d_name); in GetContainedDirectories()
286 dirent * pEntry = 0; in GetContainedFiles() local
289 while ( (pEntry = readdir(pDir)) != 0 ) in GetContainedFiles()
292 sNew << pEntry->d_name; in GetContainedFiles()
300 const char * pEnding = strrchr(pEntry->d_name,'.'); in GetContainedFiles()
308 sNew << pEntry->d_name; in GetContainedFiles()

Completed in 198 milliseconds

12345678910>>...20