/aoo41x/main/basctl/source/dlged/ |
H A D | dlgedfac.cxx | 91 …DlgEdObj* pNew = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControlComboB… in IMPL_LINK() local 126 …DlgEdObj* pNew = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControlScroll… in IMPL_LINK() local 148 …DlgEdObj* pNew = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControlFixedL… in IMPL_LINK() local 187 …DlgEdObj* pNew = new DlgEdObj( ::rtl::OUString::createFromAscii("com.sun.star.awt.tree.TreeControl… in IMPL_LINK() local
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdevnative.cxx | 148 SliderValue* pNew = new SliderValue( *pSlVal ); in lcl_transformControlValue() local 156 ScrollbarValue* pNew = new ScrollbarValue( *pScVal ); in lcl_transformControlValue() local 166 SpinbuttonValue* pNew = new SpinbuttonValue( *pSpVal ); in lcl_transformControlValue() local 175 ToolbarValue* pNew = new ToolbarValue( *pTVal ); in lcl_transformControlValue() local 183 TabitemValue* pNew = new TabitemValue( *pTIVal ); in lcl_transformControlValue() local 190 MenubarValue* pNew = new MenubarValue( *pMVal ); in lcl_transformControlValue() local 197 PushButtonValue* pNew = new PushButtonValue( *pBVal ); in lcl_transformControlValue() local 207 MenupopupValue* pNew = new MenupopupValue( *pMVal ); in lcl_transformControlValue() local
|
H A D | region.cxx | 464 RegionBand* pNew = new RegionBand(*getRegionBand()); in Move() local 511 RegionBand* pNew = new RegionBand(*getRegionBand()); in Scale() local 581 RegionBand* pNew = new RegionBand(*pCurrent); in Union() local 674 RegionBand* pNew = new RegionBand(*pCurrent); in Intersect() local 755 RegionBand* pNew = new RegionBand(*pCurrent); in Exclude() local 840 RegionBand* pNew = new RegionBand(*getRegionBand()); in XOr() local 937 RegionBand* pNew = new RegionBand(*pCurrent); in Union() local 1057 RegionBand* pNew = pCurrent ? new RegionBand(*pCurrent) : new RegionBand(); in Intersect() local 1144 RegionBand* pNew = new RegionBand(*pCurrent); in Exclude() local 1233 RegionBand* pNew = new RegionBand(*pCurrent); in XOr() local
|
/aoo41x/main/sw/source/core/inc/ |
H A D | ftnfrm.hxx | 106 void SetFollow( SwFtnFrm *pNew ) { pFollow = pNew; } in SetFollow() 107 void SetMaster( SwFtnFrm *pNew ) { pMaster = pNew; } in SetMaster() 108 void SetRef ( SwCntntFrm *pNew ) { pRef = pNew; } in SetRef()
|
H A D | frminf.hxx | 70 SwTxtFrmInfo& SetFrm( const SwTxtFrm* pNew ) in SetFrm()
|
/aoo41x/main/sw/inc/ |
H A D | txtatr.hxx | 54 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode() 110 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode()
|
H A D | txtrfmrk.hxx | 46 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode()
|
H A D | txttxmrk.hxx | 51 void ChgTxtNode( SwTxtNode* pNew ) { m_pTxtNode = pNew; } in ChgTxtNode()
|
H A D | fmtflcnt.hxx | 50 inline void SetFlyFmt( SwFrmFmt* pNew = 0 ) { pFmt = pNew; } in SetFlyFmt()
|
/aoo41x/main/sw/source/core/attr/ |
H A D | swatrset.cxx | 122 SwAttrSet* pOld, SwAttrSet* pNew ) in Put_BC() 133 SwAttrSet* pOld, SwAttrSet* pNew ) in Put_BC() 145 SwAttrSet* pOld, SwAttrSet* pNew ) in ClearItem_BC() 156 SwAttrSet* pOld, SwAttrSet* pNew ) in ClearItem_BC() 171 SwAttrSet* pOld, SwAttrSet* pNew ) in Intersect_BC()
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtcache.cxx | 44 SwTxtLine::SwTxtLine( SwTxtFrm *pFrm, SwParaPortion *pNew ) : in SwTxtLine() 206 void SwTxtFrm::SetPara( SwParaPortion *pNew, sal_Bool bDelete ) in SetPara()
|
H A D | txtcache.hxx | 46 inline void SetPara( SwParaPortion *pNew ) { pLine = pNew; } in SetPara()
|
H A D | pordrop.hxx | 56 inline void SetFollow( SwDropPortionPart* pNew ) { pFollow = pNew; }; in SetFollow() 103 inline void SetPart( SwDropPortionPart* pNew ) { pPart = pNew; } in SetPart()
|
/aoo41x/main/writerfilter/source/doctok/ |
H A D | WW8FontTable.cxx | 88 rtl_uString * pNew = 0; in get_xszFfn() local 102 rtl_uString * pNew = 0; in get_altName() local
|
H A D | WW8StyleSheet.cxx | 82 rtl_uString * pNew = 0; in get_xstzName() local 109 rtl_uString * pNew = 0; in get_xstzName1() local
|
/aoo41x/main/sal/inc/rtl/ |
H A D | string.hxx | 573 rtl_String* pNew = 0; in copy() local 598 rtl_String* pNew = 0; in copy() local 614 rtl_String* pNew = 0; in concat() local 639 rtl_String* pNew = 0; in replaceAt() local 659 rtl_String* pNew = 0; in replace() local 676 rtl_String* pNew = 0; in toAsciiLowerCase() local 693 rtl_String* pNew = 0; in toAsciiUpperCase() local 711 rtl_String* pNew = 0; in trim() local 742 rtl_String * pNew = 0; in getToken() local
|
H A D | ustring.hxx | 941 rtl_uString* pNew = 0; in copy() local 982 rtl_uString* pNew = 0; in concat() local 1007 rtl_uString* pNew = 0; in replaceAt() local 1027 rtl_uString* pNew = 0; in replace() local 1044 rtl_uString* pNew = 0; in toAsciiLowerCase() local 1061 rtl_uString* pNew = 0; in toAsciiUpperCase() local 1079 rtl_uString* pNew = 0; in trim() local 1110 rtl_uString * pNew = 0; in getToken() local 1211 rtl_uString * pNew = 0; in intern() local 1253 rtl_uString * pNew = 0; in intern() local [all …]
|
/aoo41x/main/svx/source/sdr/animation/ |
H A D | scheduler.cxx | 52 void Event::SetNext(Event* pNew) in SetNext() 92 void EventList::Insert(Event* pNew) in Insert() 281 void Scheduler::InsertEvent(Event* pNew) in InsertEvent()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edglbldc.cxx | 80 SwGlblDocContentPtr pNew; in GetGlobalDocContent() local 110 SwGlblDocContentPtr pNew = new SwGlblDocContent( nSttIdx ); in GetGlobalDocContent() local 131 SwGlblDocContentPtr pNew = new SwGlblDocContent( nSttIdx ); in GetGlobalDocContent() local 139 SwGlblDocContentPtr pNew = new SwGlblDocContent( in GetGlobalDocContent() local
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | client.hxx | 53 void SetGrafEdit(SdrGrafObj* pNew) { pGrafEdit = pNew; } in SetGrafEdit()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | atrflyin.cxx | 141 SwFrmFmt* pNew = pDoc->CopyLayoutFmt( *pFmt, aAnchor, false, false ); in CopyFlyFmt() local 190 SwFrmFmt* pNew = pDoc->CopyLayoutFmt( *pFmt, aAnchor, false, false ); in SetAnchor() local
|
/aoo41x/main/sal/rtl/source/ |
H A D | byteseq.c | 45 sal_Sequence * pSequence, * pNew; in rtl_byte_sequence_reference2One() local 83 sal_Sequence * pSequence, * pNew; in rtl_byte_sequence_realloc() local
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | unslsel.hxx | 37 Container* pOld, Container* pNew) in SlideSelectionUndoAction()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AKeyColumns.cxx | 89 OKeyColumn* pNew = new OKeyColumn(); in createDescriptor() local
|
/aoo41x/main/sc/source/core/data/ |
H A D | dpsave.cxx | 242 ScDPSaveMember* pNew = new ScDPSaveMember( **i ); in ScDPSaveDimension() local 471 void ScDPSaveDimension::SetReferenceValue(const sheet::DataPilotFieldReference* pNew) in SetReferenceValue() 480 void ScDPSaveDimension::SetSortInfo(const sheet::DataPilotFieldSortInfo* pNew) in SetSortInfo() 498 void ScDPSaveDimension::SetLayoutInfo(const sheet::DataPilotFieldLayoutInfo* pNew) in SetLayoutInfo() 543 ScDPSaveMember* pNew = new ScDPSaveMember( rName ); in GetMemberByName() local 872 ScDPSaveDimension* pNew = new ScDPSaveDimension( rName, sal_False ); in GetDimensionByName() local 899 ScDPSaveDimension* pNew = new ScDPSaveDimension( rName, sal_False ); in GetNewDimensionByName() local 911 ScDPSaveDimension* pNew = new ScDPSaveDimension( String(), sal_True ); in GetDataLayoutDimension() local 935 ScDPSaveDimension* pNew = new ScDPSaveDimension( *pOld ); in DuplicateDimension() local 959 ScDPSaveDimension* pNew = new ScDPSaveDimension( rDim ); in DuplicateDimension() local [all …]
|