| /AOO41X/main/vcl/inc/vcl/ |
| H A D | arrange.hxx | 138 const Element* pEle = getConstElement( i_nIndex ); in getChild() local 139 return pEle ? pEle->m_pChild : boost::shared_ptr<WindowArranger>(); in getChild() 143 const Element* pEle = getConstElement( i_nIndex ); in getWindow() local 144 return pEle ? pEle->m_pElement : NULL; in getWindow() 154 const Element* pEle = getConstElement( i_nIndex ); in getExpandPriority() local 155 return pEle ? pEle->getExpandPriority() : 0; in getExpandPriority() 160 const Element* pEle = getConstElement( i_nIndex ); in getMinimumSize() local 161 return pEle ? pEle->m_aMinSize : Size(); in getMinimumSize() 166 Element* pEle = getElement( i_nIndex ); in setMinimumSize() local 167 if( pEle ) in setMinimumSize() [all …]
|
| /AOO41X/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() 293 for( std::list< Element* >::iterator it = pEle->Children.begin(); 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() [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 );
|
| /AOO41X/main/vcl/source/window/ |
| H A D | arrange.cxx | 79 Element* pEle = getElement( i ); in setParentWindow() local 80 if( pEle ) // sanity check in setParentWindow() 83 if( pEle->m_pElement ) in setParentWindow() 85 OSL_VERIFY( pEle->m_pElement->GetParent() == i_pNewParent ); in setParentWindow() 88 if( pEle->m_pChild ) in setParentWindow() 89 pEle->m_pChild->setParentWindow( i_pNewParent ); in setParentWindow() 99 Element* pEle = getElement( i ); in show() local 100 if( pEle ) // sanity check in show() 102 pEle->m_bHidden = ! i_bShow; in show() 103 if( pEle->m_pElement ) in show() [all …]
|
| /AOO41X/main/idl/source/objects/ |
| H A D | object.cxx | 395 SvClassElement * pEle = aClassList.GetObject( n ); in WriteContextSvIdl() local 398 << pEle->GetPrefix().GetBuffer(); in WriteContextSvIdl() 399 if( pEle->GetAutomation() ) in WriteContextSvIdl() 402 if( pEle->GetPrefix().Len() ) in WriteContextSvIdl() 403 rOutStm << ' ' << pEle->GetPrefix().GetBuffer(); in WriteContextSvIdl() 687 SvSlotElement *pEle = rSlotList.GetObject( n ); in WriteSlotParamArray() local 688 SvMetaSlot *pAttr = pEle->xSlot; in WriteSlotParamArray() 709 SvSlotElement * pEle = rSlotList.GetCurObject(); in WriteSlots() local 710 SvMetaSlot * pAttr = pEle->xSlot; in WriteSlots() 712 rSlotList, pEle->aPrefix, rBase, in WriteSlots() [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() 1170 xEnumSlot->pNextSlot = pEle->xSlot; in Insert() 1171 xEnumSlot = pEle->xSlot; in Insert() 1174 while ( pEle ); in Insert() 1320 SvSlotElement * pEle = rSlotList.Next(); in WriteSlot() local 1321 pNextSlot = pEle ? &pEle->xSlot : NULL; in WriteSlot() 1327 pEle = rSlotList.Next(); in WriteSlot() 1328 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()
|
| /AOO41X/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 =()
|
| /AOO41X/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 >>()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/sot/source/sdstor/ |
| H A D | ucbstorage.cxx | 3538 UCBStorageElement_Impl *pEle = FindElement_Impl( rEleName ); local 3539 if ( !pEle ) 3542 if ( !pEle->m_bIsFolder ) 3544 if ( !pEle->m_xStream.Is() ) 3545 pImp->OpenStream( pEle, pImp->m_nMode, pImp->m_bDirect ); 3546 if ( pEle->m_xStream->m_nError ) 3548 pEle->m_xStream.Clear(); 3554 if ( pEle->m_xStream->m_pContent ) 3556 rValue = pEle->m_xStream->m_pContent->getPropertyValue( rName ); 3566 if ( !pEle->m_xStorage.Is() ) [all …]
|
| /AOO41X/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;
|
| /AOO41X/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 );
|
| /AOO41X/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()
|