Home
last modified time | relevance | path

Searched refs:pNewList (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx2151 SdrGluePointList* pNewList = const_cast< SdrGluePointList* >( pObject->GetGluePointList() ); in setPropertyValue() local
2152 if(pNewList) in setPropertyValue()
2153 *pNewList = *pListCopy; in setPropertyValue()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx331 void ScGlobal::SetUserList( const ScUserList* pNewList ) in SetUserList() argument
333 if ( pNewList ) in SetUserList()
336 pUserList = new ScUserList( *pNewList ); in SetUserList()
338 *pUserList = *pNewList; in SetUserList()
/trunk/main/framework/source/fwe/xml/
H A Dsaxnamespacefilter.cxx81 ::comphelper::AttributeList* pNewList = new ::comphelper::AttributeList(); in startElement()
109 pNewList->AddAttribute( aNamespaceAttributeName, aXMLAttributeType, aValue ); in startElement()
130 xDocumentHandler->startElement( aNamespaceElementName, pNewList ); in startElement()
/trunk/main/vcl/source/gdi/
H A Dprint.cxx1608 ImplPrnQueueList* pNewList = new ImplPrnQueueList; in updatePrinters() local
1609 pSVData->mpDefInst->GetPrinterQueueInfo( pNewList ); in updatePrinters()
1611 bool bChanged = pPrnList->m_aQueueInfos.size() != pNewList->m_aQueueInfos.size(); in updatePrinters()
1615 ImplPrnQueueData& rNewInfo = pNewList->m_aQueueInfos[i]; in updatePrinters()
1625 pSVData->maGDIData.mpPrinterQueueList = pNewList; in updatePrinters()
1636 delete pNewList; in updatePrinters()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx990 const SwList* pNewList = createList( String(), pNewOrChangedNumRule->GetName() ); in SetNumRule() local
991 ASSERT( pNewList, in SetNumRule()
993 sListId = pNewList->GetListId(); in SetNumRule()
2693 SwList* pNewList = new SwList( sListId, *pDefaultNumRuleForNewList, GetNodes() ); in createList() local
2694 maLists[sListId] = pNewList; in createList()
2696 return pNewList; in createList()
2752 SwList* pNewList = createList( sListId, sListStyleName ); in createListForListStyle() local
2753 maListStyleLists[sListStyleName] = pNewList; in createListForListStyle()
2754 pNumRule->SetDefaultListId( pNewList->GetListId() ); in createListForListStyle()
2756 return pNewList; in createListForListStyle()
/trunk/main/svx/source/svdraw/
H A Dsvdpagv.cxx874 void SdrPageView::SetAktGroupAndList(SdrObject* pNewGroup, SdrObjList* pNewList) in SetAktGroupAndList() argument
880 if(pAktList != pNewList) in SetAktGroupAndList()
882 pAktList = pNewList; in SetAktGroupAndList()
/trunk/main/svx/inc/svx/
H A Dsvdpagv.hxx204 void SetAktGroupAndList(SdrObject* pNewGroup, SdrObjList* pNewList);
/trunk/main/sc/inc/
H A Dglobal.hxx595 static void SetUserList( const ScUserList* pNewList );

Completed in 57 milliseconds