Home
last modified time | relevance | path

Searched refs:pOrg (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dstrtmpl.c1070 pOrg = *ppThis; in IMPL_RTL_STRINGNAME()
1076 if ( pOrg ) in IMPL_RTL_STRINGNAME()
1105 pOrg = *ppThis; in IMPL_RTL_STRINGNAME()
1118 if ( pOrg ) in IMPL_RTL_STRINGNAME()
1142 if ( pOrg ) in IMPL_RTL_STRINGNAME()
1203 if ( pOrg ) in IMPL_RTL_STRINGNAME()
1280 if ( pOrg ) in IMPL_RTL_STRINGNAME()
1340 if ( pOrg ) in IMPL_RTL_STRINGNAME()
1400 if ( pOrg ) in IMPL_RTL_STRINGNAME()
1460 if ( pOrg ) in IMPL_RTL_STRINGNAME()
[all …]
H A Dustring.c791 rtl_uString *pOrg = *newStr; in rtl_uString_intern() local
794 if (pOrg) in rtl_uString_intern()
795 rtl_uString_release (pOrg); in rtl_uString_intern()
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx605 ContentInfo* pOrg = aContents.GetObject(n); in ObjectInDestruction() local
606 DBG_ASSERT(pOrg, "NULL-Pointer in ContentList!"); in ObjectInDestruction()
608 ContentInfo* pNew = new ContentInfo(*pOrg, *pNewPool); in ObjectInDestruction()
610 delete pOrg; in ObjectInDestruction()
714 ContentInfo* pOrg = r.aContents.GetObject( n ); in BinTextObject() local
715 DBG_ASSERT( pOrg, "NULL-Pointer in ContentList!" ); in BinTextObject()
716 ContentInfo* pNew = new ContentInfo( *pOrg, *pPool ); in BinTextObject()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx71 const sal_Char* pOrg = pRTTI; in toUNOname() local
80 aRet += rRTTIname.copy( pLast - pOrg, pRTTI - pLast ); in toUNOname()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dexcept.cxx73 const sal_Char* pOrg = pRTTI; in toUNOname() local
82 aRet += rRTTIname.copy( pLast - pOrg, pRTTI - pLast ); in toUNOname()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx1171 ViewShell *pSh = 0, *pOrg; in Changed() local
1175 pDoc->GetEditShell( &pOrg ); in Changed()
1176 pSh = pOrg; in Changed()
1184 } while ( pSh && pSh != pOrg ); in Changed()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1696 const SwTabFrm *pOrg = rpStart->FindTabFrm(); in lcl_FindStartEndCol() local
1697 const SwTabFrm *pTab = pOrg; in lcl_FindStartEndCol()
1702 const long nTmpWish = pOrg->GetFmt()->GetFrmSize().GetWidth(); in lcl_FindStartEndCol()
1740 pTab = pOrg; in lcl_FindStartEndCol()

Completed in 70 milliseconds