Searched refs:pNewType (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sw/source/core/fields/ |
H A D | fldbas.cxx | 360 SwFieldType* SwField::ChgTyp( SwFieldType* pNewType ) in ChgTyp() argument 362 ASSERT( pNewType && pNewType->Which() == pType->Which(), in ChgTyp() 366 pType = pNewType; in ChgTyp() 604 SwFieldType* SwValueField::ChgTyp( SwFieldType* pNewType ) in ChgTyp() argument 606 SwDoc* pNewDoc = ((SwValueFieldType *)pNewType)->GetDoc(); in ChgTyp() 618 return SwField::ChgTyp(pNewType); in ChgTyp()
|
H A D | dbfld.cxx | 304 SwFieldType* SwDBField::ChgTyp( SwFieldType* pNewType ) in ChgTyp() argument 306 SwFieldType* pOld = SwValueField::ChgTyp( pNewType ); in ChgTyp() 308 ((SwDBFieldType*)pNewType)->AddRef(); in ChgTyp()
|
/trunk/main/autodoc/source/ary/cpp/ |
H A D | ca_type.cxx | 65 pNewType(&pass_type); // Ensure clean up of heap object. in CheckIn_UsedType() local 86 aStorage.Store_Entity(*pNewType.Release()); in CheckIn_UsedType()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | nameuno.cxx | 139 const ScAddress* pNewPos, const sal_uInt16* pNewType, in Modify_Impl() argument 176 if (pNewType) in Modify_Impl() 177 nType = *pNewType; in Modify_Impl()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoidx.cxx | 132 const SwTOXType* pNewType = 0; in lcl_ReAssignTOXType() local 138 pNewType = pType; in lcl_ReAssignTOXType() 142 if(!pNewType) in lcl_ReAssignTOXType() 145 pNewType = pDoc->InsertTOXType( aNewType ); in lcl_ReAssignTOXType() 148 rTOXBase.RegisterToTOXType( *((SwTOXType*)pNewType) ); in lcl_ReAssignTOXType()
|
/trunk/main/rsc/inc/ |
H A D | rscinst.hxx | 119 RscInstCopy( RscTop * pNewType, const RscInst & rInst );
|
/trunk/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 3935 RscInstCopy( RscTop * pNewType, 3983 RscInstCopy::RscInstCopy( RscTop * pNewType, 3994 pNewType Wenn dieser Konstruktor verwendet wird, wird eine Instanz mit 3995 "Typ pNewType erzeugt. Alle Daten ab der ersten gemeinsamen 3996 "Oberklasse von rInst und pNewType werden �bernommen.
|
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 338 SwDDEFieldType* pNewType = (SwDDEFieldType*)rDoc.InsertFldType( in RedoImpl() local 340 SwDDETable* pDDETbl = new SwDDETable( pTblNode->GetTable(), pNewType ); in RedoImpl() 506 SwDDEFieldType* pNewType = (SwDDEFieldType*)rDoc.InsertFldType( in UndoImpl() local 508 SwDDETable* pDDETbl = new SwDDETable( pTblNd->GetTable(), pNewType ); in UndoImpl()
|
/trunk/main/sc/inc/ |
H A D | nameuno.hxx | 73 const ScAddress* pNewPos, const sal_uInt16* pNewType,
|
Completed in 84 milliseconds