Home
last modified time | relevance | path

Searched refs:pE (Results 1 – 25 of 34) sorted by relevance

12

/aoo42x/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx254 aP=pE->aP0; in CalcBoundingBox()
255 aP.fx-=pE->fRadius; in CalcBoundingBox()
258 aP=pE->aP0; in CalcBoundingBox()
267 aP=pE->aP0; in CalcBoundingBox()
271 aP=pE->aP0; in CalcBoundingBox()
312 aP.fx=(aBox.fMinX-pB->aBasePoint.fx)*pE->fXScale+pE->aP0.fx; in CalcBoundingBox()
313 aP.fy=(aBox.fMinY-pB->aBasePoint.fy)*pE->fYScale+pE->aP0.fy; in CalcBoundingBox()
314 aP.fz=(aBox.fMinZ-pB->aBasePoint.fz)*pE->fZScale+pE->aP0.fz; in CalcBoundingBox()
316 aP.fx=(aBox.fMaxX-pB->aBasePoint.fx)*pE->fXScale+pE->aP0.fx; in CalcBoundingBox()
317 aP.fy=(aBox.fMaxY-pB->aBasePoint.fy)*pE->fYScale+pE->aP0.fy; in CalcBoundingBox()
[all …]
H A Ddxfentrd.cxx847 DXFBasicEntity * pE, * * ppSucc; in Read() local
859 if (strcmp(rDGR.GetS(),"LINE" )==0) pE=new DXFLineEntity; in Read()
860 else if (strcmp(rDGR.GetS(),"POINT" )==0) pE=new DXFPointEntity; in Read()
862 else if (strcmp(rDGR.GetS(),"ARC" )==0) pE=new DXFArcEntity; in Read()
863 else if (strcmp(rDGR.GetS(),"TRACE" )==0) pE=new DXFTraceEntity; in Read()
864 else if (strcmp(rDGR.GetS(),"SOLID" )==0) pE=new DXFSolidEntity; in Read()
865 else if (strcmp(rDGR.GetS(),"TEXT" )==0) pE=new DXFTextEntity; in Read()
866 else if (strcmp(rDGR.GetS(),"SHAPE" )==0) pE=new DXFShapeEntity; in Read()
884 *ppSucc=pE; in Read()
885 ppSucc=&(pE->pSucc); in Read()
[all …]
H A Ddxf2mtf.cxx772 const DXFBasicEntity * pE=rEntities.pFirst; in DrawEntities() local
774 while (pE!=NULL && bStatus==sal_True) { in DrawEntities()
775 if (pE->nSpace==0) { in DrawEntities()
776 if (pE->aExtrusion.fz==1.0) { in DrawEntities()
783 switch (pE->eType) { in DrawEntities()
785 DrawLineEntity((DXFLineEntity&)*pE,*pT); in DrawEntities()
788 DrawPointEntity((DXFPointEntity&)*pE,*pT); in DrawEntities()
794 DrawArcEntity((DXFArcEntity&)*pE,*pT); in DrawEntities()
797 DrawTraceEntity((DXFTraceEntity&)*pE,*pT); in DrawEntities()
803 DrawTextEntity((DXFTextEntity&)*pE,*pT); in DrawEntities()
[all …]
/aoo42x/main/sc/source/filter/rtf/
H A Deeimpars.cxx157 for ( pE = mpParser->First(); pE; pE = mpParser->Next() ) in WriteToDocument()
176 pE->nCol = nCol; in WriteToDocument()
177 pE->nRow = nRow; in WriteToDocument()
189 sal_Bool bSimple = ( pE->aSel.nStartPara == pE->aSel.nEndPara ); in WriteToDocument()
296 if ( pE->nColOverlap > 1 || pE->nRowOverlap > 1 ) in WriteToDocument()
299 ScMergeAttr aMerge( pE->nColOverlap, pE->nRowOverlap ); in WriteToDocument()
315 if ( pE->nColOverlap > 1 && pE->nRowOverlap > 1 ) in WriteToDocument()
441 for ( pE = mpParser->First(); pE; pE = mpParser->Next() ) in WriteToDocument()
612 for ( ScEEParseEntry* pE = pList->First(); pE; pE = pList->Next() ) in ~ScEEParser() local
613 delete pE; in ~ScEEParser()
[all …]
H A Drtfparse.cxx91 if ( pE in Read()
93 && (( pE->aSel.nStartPara == pE->aSel.nEndPara in Read()
94 && pE->aSel.nStartPos == pE->aSel.nEndPos) in Read()
96 || ( pE->aSel.nStartPara + 1 == pE->aSel.nEndPara in Read()
97 && pE->aSel.nStartPos == pEdit->GetTextLen( pE->aSel.nStartPara ) in Read()
101 delete pE; in Read()
155 ScEEParseEntry* pE; in ColAdjust() local
157 while ( pE ) in ColAdjust()
161 pE->nCol = nCol; in ColAdjust()
169 pE->nColOverlap = nCol - pE->nCol; // merged cells ohne \clmrg in ColAdjust()
[all …]
/aoo42x/main/sc/source/filter/html/
H A Dhtmlpars.cxx203 if ( pE ) in NewActEntry()
353 ScRange aRange( pE->nCol, pE->nRow, 0, in SkipLocked()
354 pE->nCol + pE->nColOverlap - 1, pE->nRow + pE->nRowOverlap - 1, 0 ); in SkipLocked()
395 for ( ScEEParseEntry* pE = pList->First(); pE; pE = pList->Next() ) in Adjust() local
481 pE->nColOverlap = (nPos > pE->nCol ? nPos - pE->nCol : 1); in Adjust()
488 pE->nCol + pE->nColOverlap - 1, pE->nRow + pE->nRowOverlap - 1, 0 ) ); in Adjust()
490 SCCOL nColTmp = pE->nCol + pE->nColOverlap; in Adjust()
493 SCROW nRowTmp = pE->nRow + pE->nRowOverlap; in Adjust()
560 if ( pE->nTab == nTable && pE->nWidth ) in SetWidths()
665 pE->nWidth = GetWidth( pE ); in SetWidths()
[all …]
H A Dhtmlexp2.cxx66 for ( ScHTMLGraphEntry* pE = aGraphList.First(); pE; in PrepareGraphics() local
67 pE = aGraphList.Next() ) in PrepareGraphics()
69 if ( !pE->bInCell ) in PrepareGraphics()
125 aGraphList.Insert( pE, LIST_APPEND ); in FillGraphList()
135 SdrObject* pObject = pE->pObject; in WriteGraphEntry()
138 ByteString::CreateFromInt32( pE->aSize.Width() ); in WriteGraphEntry()
140 ByteString::CreateFromInt32( pE->aSize.Height() ); in WriteGraphEntry()
141 if ( pE->bInCell ) in WriteGraphEntry()
167 pE->bWritten = sal_True; in WriteGraphEntry()
177 pE->bWritten = sal_True; in WriteGraphEntry()
[all …]
H A Dhtmlexp.cxx290 for ( ScHTMLGraphEntry* pE = aGraphList.First(); pE; pE = aGraphList.Next() ) in ~ScHTMLExport() local
291 delete pE; in ~ScHTMLExport()
788 for ( ScHTMLGraphEntry* pE = aGraphList.First(); pE; pE = aGraphList.Next() ) in WriteTables() local
790 if ( !pE->bWritten ) in WriteTables()
791 WriteGraphEntry( pE ); in WriteTables()
792 delete pE; in WriteTables()
/aoo42x/main/cui/source/tabpages/
H A Dmacroass.cxx155 if ( pE ) in EnableButtons()
263 SvLBoxEntry* pE = rListBox.GetEntry( 0 ); in Reset() local
264 if( pE ) in Reset()
265 rListBox.SetCurEntry( pE ); in Reset()
279 if( !pE || LISTBOX_ENTRY_NOTFOUND == in IMPL_STATIC_LINK()
320 if( !pE || LISTBOX_ENTRY_NOTFOUND == in IMPL_STATIC_LINK()
352 pE->ReplaceItem( new SvLBoxString( pE, 0, sScriptURI ), LB_MACROS_ITEMPOS ); in IMPL_STATIC_LINK()
354 rListBox.Select( pE ); in IMPL_STATIC_LINK()
355 rListBox.MakeVisible( pE ); in IMPL_STATIC_LINK()
437 if( pE ) in FillEvents()
[all …]
/aoo42x/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx135 DictionaryEntry* pE; in save() local
140 m_xDictionary->removeEntry( pE->m_aTerm, pE->m_aMapping ); in save()
145 if(pE->m_bNewEntry) in save()
149 m_xDictionary->addEntry( pE->m_aTerm, pE->m_aMapping ); in save()
150 … xPropertyType->setPropertyType( pE->m_aTerm, pE->m_aMapping, pE->m_nConversionPropertyType ); in save()
171 delete pE; in deleteAll()
247 if( pE && rTerm.equals( pE->m_aTerm ) ) in getTermEntry()
248 return pE; in getTermEntry()
669 if(pE) in IMPL_LINK()
692 if( pE ) in isEditFieldsContentEqualsSelectedListContent()
[all …]
/aoo42x/main/cui/source/dialogs/
H A Dlinkdlg.cxx275 while( pE ) in IMPL_LINK_INLINE_END()
283 pE = rListBox.NextSelected( pE ); in IMPL_LINK_INLINE_END()
313 pE = rListBox.First(); in IMPL_LINK_INLINE_END()
314 while( pE ) in IMPL_LINK_INLINE_END()
318 pE = rListBox.Next( pE ); in IMPL_LINK_INLINE_END()
321 if( !pE ) in IMPL_LINK_INLINE_END()
325 if( pE ) in IMPL_LINK_INLINE_END()
328 if( pE != pSelEntry ) in IMPL_LINK_INLINE_END()
330 rListBox.Select( pE ); in IMPL_LINK_INLINE_END()
331 rListBox.MakeVisible( pE ); in IMPL_LINK_INLINE_END()
[all …]
/aoo42x/main/cui/source/customize/
H A Dmacropg.cxx216 if ( pE ) in EnableButtons()
244 while( pE ) in ~_SvxMacroTabPage()
249 pE = rListBox.NextSibling( pE ); in ~_SvxMacroTabPage()
585 pE = rListBox.GetEntry(0); in DisplayAppEvents()
586 if( pE ) in DisplayAppEvents()
588 rListBox.Select( pE ); in DisplayAppEvents()
728 pE->ReplaceItem( new IconLBoxString( pE, 0, sEventURL, in GenericHandler_Impl()
733 rListBox.Select( pE ); in GenericHandler_Impl()
734 rListBox.MakeVisible( pE ); in GenericHandler_Impl()
886 if( pE ) in SvxMacroTabPage()
[all …]
/aoo42x/main/svtools/source/filter/igif/
H A Ddecode.cxx124 GIFLZWTableEntry* pE; in AddToTable() local
128 pE = pTable + nTableSize; in AddToTable()
129 pE->pPrev = pTable + nPrevCode; in AddToTable()
130 pE->pFirst = pE->pPrev->pFirst; in AddToTable()
131 pE->nData = pTable[ nCodeFirstData ].pFirst->nData; in AddToTable()
143 GIFLZWTableEntry* pE; in ProcessOneCode() local
198 pE = pTable + nCode; in ProcessOneCode()
202 *(--pOutBufData) = pE->nData; in ProcessOneCode()
203 pE = pE->pPrev; in ProcessOneCode()
205 while( pE ); in ProcessOneCode()
/aoo42x/main/svl/inc/svl/
H A Dsvarray.hxx233 if ((pE != 0) || (nL == 0))\
235 pData = pE;\
258 if( pE )\
259 memcpy( pData+nP, pE, nL * sizeof( AE ));\
271 if( pE && nP < nA )\
274 memcpy( pData + nP, pE, nL * sizeof( AE ));\
287 Insert( pE + nTmpLen, nL - nTmpLen, nA );\
341 Base::Insert( (const VoidPtr*)pE, nL, nP );\
478 void Insert( const AE *pE, sal_uInt16 nL );\
623 if( ! Seek_Entry( *(pE+n), &nP ))\
[all …]
/aoo42x/main/sw/source/ui/chrdlg/
H A Dswuiccoll.cxx238 aTbLinks.Select(pE); in Reset()
282 SvLBoxEntry* pE = aTbLinks.FirstSelected(); in IMPL_LINK() local
284 if( !pE || LISTBOX_ENTRY_NOTFOUND == in IMPL_LINK()
287 ASSERT( pE, "wo kommt der leere Eintrag her?" ); in IMPL_LINK()
301 aTbLinks.GetModel()->Remove(pE); in IMPL_LINK()
302 pE = aTbLinks.InsertEntryToColumn(sSel, nPos); in IMPL_LINK()
303 aTbLinks.Select(pE); in IMPL_LINK()
304 aTbLinks.MakeVisible(pE); in IMPL_LINK()
337 SvLBoxEntry* pE = aTbLinks.FirstSelected(); in IMPL_LINK() local
338 if(pE) in IMPL_LINK()
[all …]
/aoo42x/main/toolkit/source/controls/
H A Dstdtabcontroller.cxx265 ComponentEntry* pE = new ComponentEntry; in autoTabOrder() local
266 pE->pComponent = pC; in autoTabOrder()
268 pE->aPos.X() = aPosSize.X; in autoTabOrder()
269 pE->aPos.Y() = aPosSize.Y; in autoTabOrder()
275 if ( pEntry->aPos.Y() >= pE->aPos.Y() ) in autoTabOrder()
277 while ( pEntry && ( pEntry->aPos.Y() == pE->aPos.Y() ) in autoTabOrder()
278 && ( pEntry->aPos.X() < pE->aPos.X() ) ) in autoTabOrder()
285 aCtrls.Insert( pE, nPos ); in autoTabOrder()
291 ComponentEntry* pE = aCtrls.GetObject( n ); in autoTabOrder() local
292 Reference< XControl > xUC( pE->pComponent, UNO_QUERY ); in autoTabOrder()
[all …]
/aoo42x/main/editeng/source/editeng/
H A Dediteng.cxx771 EditEngine* pE = (EditEngine*)this; in GetWord() local
775 return pE->pImpEditEngine->CreateESel( aSel ); in GetWord()
781 EditEngine* pE = (EditEngine*)this; in WordLeft() local
785 return pE->pImpEditEngine->CreateESel( aSel ); in WordLeft()
791 EditEngine* pE = (EditEngine*)this; in WordRight() local
795 return pE->pImpEditEngine->CreateESel( aSel ); in WordRight()
801 EditEngine* pE = (EditEngine*)this; in CursorLeft() local
805 return pE->pImpEditEngine->CreateESel( aSel ); in CursorLeft()
811 EditEngine* pE = (EditEngine*)this; in CursorRight() local
815 return pE->pImpEditEngine->CreateESel( aSel ); in CursorRight()
[all …]
/aoo42x/main/idl/source/cmptools/
H A Dhash.cxx223 SvStringHashEntry * pE = Get( i ); in GetNearString() local
224 if( pE ) in GetNearString()
226 if( pE->GetName().EqualsIgnoreCaseAscii( rName ) && !pE->GetName().Equals( rName ) ) in GetNearString()
227 return pE->GetName(); in GetNearString()
/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShapeTypeNames.cxx46 MSO_SPT pE; member
294 (*pH)[ pPtr->pS ] = pPtr->pE; in Get()
322 const char* pE; member
546 (*pH)[ pPtr->pS ] = pPtr->pE; in GetAccName()
/aoo42x/main/sc/source/core/tool/
H A Dchgtrack.cxx598 pListContents = pE; in RejectRestoreContents()
607 while ( pE ) in RejectRestoreContents()
613 pNextEntry = pE->pNext; in RejectRestoreContents()
614 delete pE; in RejectRestoreContents()
615 pE = pNextEntry; in RejectRestoreContents()
965 pFirstCell = pE; in AddContent()
1286 pFirstCell = pE; in AddContent()
2976 while ( pE ) in DeleteCellEntries()
2981 !pE->pContent->IsDeletedIn() ) in DeleteCellEntries()
2983 delete pE; in DeleteCellEntries()
[all …]
/aoo42x/main/svl/source/memtools/
H A Dsvarray.cxx249 void SvUShortsSort::Insert( const sal_uInt16* pE, sal_uInt16 nL) in Insert() argument
253 if( ! Seek_Entry( *(pE+n), &nP )) in Insert()
254 SvUShorts::Insert( *(pE+n), nP ); in Insert()
/aoo42x/main/filter/source/msfilter/
H A Dsvdfppt.cxx1629 pE->bHandoutMaster = sal_True; in SdrPowerPointImport()
2725 if ( pE ) in GetColorFromPalette()
2726 nSlideFlags = pE->aSlideAtom.nFlags; in GetColorFromPalette()
3009 while( ( pE->aSlideAtom.nFlags & 4 ) && pE->aSlideAtom.nMasterId ) in ImportPage()
3015 pE = (*pPageList)[ nNextMaster ]; in ImportPage()
3017 if ( pE->nBackgroundOffset ) in ImportPage()
3168 if ( pE ) in GetSlideLayoutAtom()
3169 return &pE->aSlideAtom.aLayout; in GetSlideLayoutAtom()
6853 PptSlidePersistEntry* pE = NULL; in PPTTextObj() local
6856 if ( (!pE) || (!pE->nSlidePersistStartOffset) || ( pE->aPersistAtom.nSlideId != nSlideId ) ) in PPTTextObj()
[all …]
/aoo42x/main/basctl/source/basicide/
H A Dmacrodlg.cxx188 SvLBoxEntry* pE = aMacroBox.GetEntry( nPos ); in RestoreMacroDescription() local
189 while ( pE ) in RestoreMacroDescription()
191 if ( aMacroBox.GetEntryText( pE ) == aLastMacro ) in RestoreMacroDescription()
193 pEntry = pE; in RestoreMacroDescription()
196 pE = aMacroBox.GetEntry( ++nPos ); in RestoreMacroDescription()
/aoo42x/main/sd/source/filter/ppt/
H A Dpptin.cxx762 PptSlidePersistEntry* pE = pPersist; in Import() local
763 while( ( pE->aSlideAtom.nFlags & 4 ) && pE->aSlideAtom.nMasterId ) in Import()
765 sal_uInt16 nNextMaster = pMasterPages->FindPage( pE->aSlideAtom.nMasterId ); in Import()
769 pE = (*pList)[ nNextMaster ]; in Import()
771 …SdrObject* pObj = ImportPageBackgroundObject( *pMPage, pE->nBackgroundOffset, sal_True ); // im… in Import()
1846 PptSlidePersistEntry* pE = (*pPageList)[ nMasterNum ]; in ImportPageEffect() local
1847 if ( pE ) in ImportPageEffect()
1849 sal_uInt32 nOfs = pE->aPersistAtom.nReserved; in ImportPageEffect()
/aoo42x/main/xmloff/source/draw/
H A DEnhancedCustomShapeToken.cxx44 EnhancedCustomShapeTokenEnum pE; member
184 (*pH)[ pPtr->pS ] = pPtr->pE; in EASGet()

Completed in 295 milliseconds

12