/aoo42x/main/vcl/inc/vcl/ |
H A D | arrange.hxx | 139 return pEle ? pEle->m_pChild : boost::shared_ptr<WindowArranger>(); in getChild() 144 return pEle ? pEle->m_pElement : NULL; in getWindow() 155 return pEle ? pEle->getExpandPriority() : 0; in getExpandPriority() 161 return pEle ? pEle->m_aMinSize : Size(); in getMinimumSize() 167 if( pEle ) in setMinimumSize() 168 pEle->m_aMinSize = i_rMinSize; in setMinimumSize() 169 return pEle != NULL; in setMinimumSize() 175 if( pEle ) in setBorders() 177 pEle->m_nLeftBorder = i_nLeft; in setBorders() 179 pEle->m_nTopBorder = i_nTop; in setBorders() [all …]
|
/aoo42x/main/sdext/source/pdfimport/tree/ |
H A D | genericelements.cxx | 282 void PageElement::updateParagraphGeometry( Element* pEle ) in updateParagraphGeometry() argument 285 for( std::list< Element* >::iterator it = pEle->Children.begin(); in updateParagraphGeometry() 286 it != pEle->Children.end(); ++it ) in updateParagraphGeometry() 291 if( dynamic_cast<ParagraphElement*>(pEle) ) in updateParagraphGeometry() 294 it != pEle->Children.end(); ++it ) in updateParagraphGeometry() 307 pEle->updateGeometryWith( pChild ); in updateParagraphGeometry() 429 Element* pEle = *it; in resolveUnderlines() local 430 if( pEle->y <= u_y && pEle->y + pEle->h*1.1 >= u_y ) in resolveUnderlines() 433 if( pEle->x + pEle->w*0.1 >= l_x && in resolveUnderlines() 434 pEle->x + pEle->w*0.9 <= r_x ) in resolveUnderlines() [all …]
|
H A D | pdfiprocessor.cxx | 969 void PDFIProcessor::sortElements( Element* pEle, bool bDeep ) in sortElements() argument 971 if( pEle->Children.empty() ) in sortElements() 976 for( std::list< Element* >::iterator it = pEle->Children.begin(); in sortElements() 977 it != pEle->Children.end(); ++it ) in sortElements() 990 while( ! pEle->Children.empty() ) in sortElements() 992 aChildren.push_back( pEle->Children.front() ); in sortElements() 993 pEle->Children.pop_front(); in sortElements() 1004 pEle->Children.push_back( aChildren[i] ); in sortElements()
|
H A D | genericelements.hxx | 256 static void updateParagraphGeometry( Element* pEle );
|
/aoo42x/main/vcl/source/window/ |
H A D | arrange.cxx | 80 if( pEle ) // sanity check in setParentWindow() 83 if( pEle->m_pElement ) in setParentWindow() 88 if( pEle->m_pChild ) in setParentWindow() 100 if( pEle ) // sanity check in show() 103 if( pEle->m_pElement ) in show() 115 if( pEle && pEle->m_pChild.get() == this ) in show() 138 if( pEle->isVisible() ) in isVisible() 665 if( pEle && pEle->m_pChild.get() ) in getLabelWidth() 698 if( pEle && pEle->m_pChild.get() ) in getOptimalSize() 716 else if( pEle && pEle->m_pElement ) // a general window, treat is as a row in getOptimalSize() [all …]
|
/aoo42x/main/idl/source/objects/ |
H A D | object.cxx | 399 if( pEle->GetAutomation() ) in WriteContextSvIdl() 402 if( pEle->GetPrefix().Len() ) in WriteContextSvIdl() 688 SvMetaSlot *pAttr = pEle->xSlot; in WriteSlotParamArray() 710 SvMetaSlot * pAttr = pEle->xSlot; in WriteSlots() 712 rSlotList, pEle->aPrefix, rBase, in WriteSlots() 769 SvMetaClass * pCl = pEle->GetClass(); in InsertSlots() 773 rPre += pEle->GetPrefix(); in InsertSlots() 802 SvMetaClass * pCl = pEle->GetClass(); in FillClasses() 827 SvMetaSlot *pAttr = pEle->xSlot; in WriteSlotStubs() 879 SvMetaSlot *pSlot = pEle->xSlot; in WriteSfx() [all …]
|
H A D | slot.cxx | 1164 SvSlotElement *pEle; in Insert() local 1167 pEle = rList.Next(); in Insert() 1168 if ( pEle && pEle->xSlot->pLinkedSlot == this ) in Insert() 1171 xEnumSlot = pEle->xSlot; in Insert() 1174 while ( pEle ); in Insert() 1321 pNextSlot = pEle ? &pEle->xSlot : NULL; in WriteSlot() 1327 pEle = rSlotList.Next(); in WriteSlot() 1328 pNextSlot = pEle ? &pEle->xSlot : NULL; in WriteSlot() 1336 pEle = rSlotList.First(); in WriteSlot() 1337 pNextSlot = pEle ? &pEle->xSlot : NULL; in WriteSlot() [all …]
|
H A D | module.cxx | 608 SvClassElement *pEle = rClassList.GetObject(m); in Write() local 609 SvMetaClass *pCl = pEle->GetClass(); in Write()
|
/aoo42x/main/tools/source/memtools/ |
H A D | unqidx.cxx | 459 ImpUniqueId * pEle = (ImpUniqueId *)First(); in UniqueIdContainer() local 460 while( pEle ) in UniqueIdContainer() 462 pEle->nRefCount++; in UniqueIdContainer() 463 pEle = (ImpUniqueId *)Next(); in UniqueIdContainer() 485 ImpUniqueId * pEle = (ImpUniqueId *)First(); in operator =() local 486 while( pEle ) in operator =() 488 pEle->nRefCount++; in operator =() 489 pEle = (ImpUniqueId *)Next(); in operator =()
|
/aoo42x/main/tools/source/ref/ |
H A D | pstm.cxx | 846 SvPersistBase * pEle = rThis.aPUIdx.First(); in operator <<() local 851 pEle->GetClassId() ); in operator <<() 852 rThis.WriteObj( nP, pEle ); in operator <<() 853 pEle = rThis.aPUIdx.Next(); in operator <<() 877 SvPersistBase * pEle; in operator >>() local 879 sal_uInt32 nId = rThis.ReadObj( pEle, sal_False ); in operator >>() 884 rThis.aPUIdx.Insert( nId, pEle ); in operator >>() 885 rThis.aPTable.Insert( (sal_uIntPtr)pEle, (void *)nId ); in operator >>()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpelement.cxx | 150 static const char* matchType( SvpElement* pEle ) in matchType() argument 152 if( dynamic_cast<SvpSalBitmap*>(pEle) ) in matchType() 154 else if( dynamic_cast<SvpSalFrame*>(pEle) ) in matchType() 156 else if( dynamic_cast<SvpSalVirtualDevice*>(pEle) ) in matchType() 158 return typeid(*pEle).name(); in matchType()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unsort.cxx | 266 SwSortUndoElement* pEle = new SwSortUndoElement(rOrgPos, rNewPos); in Insert() local 267 aSortList.C40_INSERT( SwSortUndoElement, pEle, aSortList.Count() ); in Insert() 272 SwSortUndoElement* pEle = new SwSortUndoElement(nOrgPos, nNewPos); in Insert() local 273 aSortList.C40_INSERT( SwSortUndoElement, pEle, aSortList.Count() ); in Insert()
|
/aoo42x/main/sot/source/sdstor/ |
H A D | ucbstorage.cxx | 3537 UCBStorageElement_Impl *pEle = FindElement_Impl( rEleName ); local 3538 if ( !pEle ) 3541 if ( !pEle->m_bIsFolder ) 3543 if ( !pEle->m_xStream.Is() ) 3545 if ( pEle->m_xStream->m_nError ) 3547 pEle->m_xStream.Clear(); 3553 if ( pEle->m_xStream->m_pContent ) 3565 if ( !pEle->m_xStorage.Is() ) 3567 if ( pEle->m_xStorage->m_nError ) 3569 pEle->m_xStorage.Clear(); [all …]
|
/aoo42x/main/rsc/source/parser/ |
H A D | rscdb.cxx | 315 RscTop * pEle = aBaseLst.First(); in SearchType() 316 while( pEle ) in SearchType() 318 if( pEle->GetId() == nId ) in SearchType() 319 return pEle; in SearchType() 320 pEle = aBaseLst.Next(); in SearchType()
|
H A D | rsckey.cxx | 179 sal_Bool RscNameTable::Get( Atom nName, KEY_STRUCT * pEle ){ argument 205 *pEle = *pKey;
|
/aoo42x/main/rsc/inc/ |
H A D | rsckey.hxx | 53 sal_Bool Get( Atom nName, KEY_STRUCT * pEle );
|
H A D | rscdef.hxx | 84 RscId( RscDefine * pEle );
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docsort.cxx | 612 SwSortBoxElement* pEle = new SwSortBoxElement( i ); in SortTbl() local 613 aSortList.Insert(pEle); in SortTbl()
|