Home
last modified time | relevance | path

Searched refs:pPtr (Results 51 – 75 of 96) sorted by relevance

1234

/trunk/main/sc/source/ui/inc/
H A Dtpview.hxx160 void SetDocument(ScDocument* pPtr){pDoc = pPtr;} in SetDocument() argument
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx650 uno::Type* pPtr = aTypes.getArray(); in getTypes() local
651 pPtr[ 0 ] = getCppuType( (const Reference< XDataPilotDescriptor >*)0 ); in getTypes()
652 pPtr[ 1 ] = getCppuType( (const Reference< XPropertySet >*)0 ); in getTypes()
653 pPtr[ 2 ] = getCppuType( (const Reference< XDataPilotDataLayoutFieldSupplier >*)0 ); in getTypes()
654 pPtr[ 3 ] = getCppuType( (const Reference< lang::XUnoTunnel >*)0 ); in getTypes()
655 pPtr[ 4 ] = getCppuType( (const Reference< lang::XTypeProvider >*)0 ); in getTypes()
656 pPtr[ 5 ] = getCppuType( (const Reference< lang::XServiceInfo >*)0 ); in getTypes()
1166 uno::Type* pPtr = aTypes.getArray(); in getTypes() local
1168 pPtr[ i ] = pParentPtr[ i ]; // parent types first in getTypes()
1170 pPtr[ nParentLen ] = getCppuType( (const Reference< XDataPilotTable2 >*)0 ); in getTypes()
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx165 sal_Int8* pPtr = (sal_Int8*)&fTmp; in GetSwapFloat() local
166 rSt >> pPtr[3] >> pPtr[2] >> pPtr[1] >> pPtr[0]; // Little Endian <-> Big Endian switch in GetSwapFloat()
H A Dwinmtf.cxx1900 void* pPtr; in ResolveBitmapActions() local
1901 for ( pPtr = rSaveList.First(); pPtr; pPtr = rSaveList.Next() ) in ResolveBitmapActions()
1902 delete (BSaveStruct*)pPtr; in ResolveBitmapActions()
/trunk/main/sc/inc/
H A Dglobal.hxx290 #define DELETEZ(pPtr) { delete pPtr; pPtr = 0; } argument
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx502 CustomAnimationPresetPtr& pPtr = *static_cast< CustomAnimationPresetPtr* >(pEntryData); in select() local
503 if( pPtr.get() && pPtr->getPresetId() == rsPresetId ) in select()
/trunk/main/sw/inc/
H A Dcalc.hxx223 sal_Bool Push( const VoidPtr pPtr );
224 void Pop( const VoidPtr pPtr );
/trunk/main/sw/source/ui/utlui/
H A Duiitems.cxx214 SwPtrItem::SwPtrItem( const sal_uInt16 nId, void* pPtr ) : in SwPtrItem() argument
216 pMisc(pPtr) in SwPtrItem()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1613 const Entry* pPtr = &lcl_attributeMap[ 0 ]; in GetValueTypeForAttributeName() local
1614 while( pPtr->pName ) in GetValueTypeForAttributeName()
1616 if ( rAttributeName.equalsIgnoreAsciiCaseAscii( pPtr->pName ) ) in GetValueTypeForAttributeName()
1618 nValueType = pPtr->nType; in GetValueTypeForAttributeName()
1621 pPtr++; in GetValueTypeForAttributeName()
1623 DBG_ASSERT( pPtr->pName, "GetValueTypeForAttributeName, unknown property value!" ); in GetValueTypeForAttributeName()
/trunk/main/tools/source/stream/
H A Dstream.cxx872 const sal_Char* pPtr = buf; in ReadCString() local
873 while( *pPtr && nLen ) in ReadCString()
874 ++pPtr, --nLen; in ReadCString()
878 && ( 0 == *pPtr ) // AND found a string terminator in ReadCString()
881 rStr.Append( buf, ::sal::static_int_cast< xub_StrLen >( pPtr - buf ) ); in ReadCString()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx1175 PrinterGfx::DrawEPS( const Rectangle& rBoundingBox, void* pPtr, sal_uInt32 nSize ) in DrawEPS() argument
1185 SvMemoryStream aStream( pPtr, nSize, STREAM_READ ); in DrawEPS()
1265 mpPageBody->write( pPtr, nSize, nOutLength ); in DrawEPS()
1269 if( ((char*)pPtr)[ nSize-1 ] != '\n' ) in DrawEPS()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx850 sal_Bool Os2SalGraphics::drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, ULONG nS… in drawEPS() argument
864 if ( pBuf && ImplGetBoundingBox( nBoundingBox, (PM_BYTE*)pPtr, nSize ) ) in drawEPS()
1003 if ( DevEscape( mhDC, DEVESC_RAWDATA, nDoNow, (PM_BYTE*)pPtr + nSize - nToDo, in drawEPS()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1204 const SvxColorTableItem* pPtr = NULL; in IMPL_LINK() local
1206 pPtr = dynamic_cast< const SvxColorTableItem* >(SfxViewFrame::Current()-> in IMPL_LINK()
1208 maColorTab = pPtr ? pPtr->GetColorTable() : XColorList::GetStdColorList(); in IMPL_LINK()
2643 const SvxColorTableItem* pPtr = dynamic_cast< const SvxColorTableItem* >( in Execute() local
2645 if( pPtr ) in Execute()
2647 XColorListSharedPtr aColorTab = pPtr->GetColorTable(); in Execute()
/trunk/main/sfx2/source/appl/
H A Dmodule.cxx159 SfxModule* pPtr = (SfxModule*)this; in Construct_Impl() local
160 rArr.C40_INSERT( SfxModule, pPtr, rArr.Count() ); in Construct_Impl()
/trunk/main/basctl/source/basicide/
H A Dbasobj3.cxx69 SAL_DLLPUBLIC_EXPORT long basicide_handle_basic_error( void* pPtr ) in basicide_handle_basic_error() argument
71 return BasicIDE::HandleBasicError( (StarBASIC*)pPtr ); in basicide_handle_basic_error()
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx129 SvListEntry* pPtr = (SvListEntry*)First(); in DestroyAll() local
130 while( pPtr ) in DestroyAll()
132 delete pPtr; in DestroyAll()
133 pPtr = (SvListEntry*)Next(); in DestroyAll()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx567 xub_Unicode* pPtr = (xub_Unicode*)aStr.GetBuffer(); in ImpConvertEdtToOut() local
586 ( pPtr[0] != '\t' ) && ( pPtr[1] == '\t' ) ) in ImpConvertEdtToOut()
603 while( *pPtr == '\t' ) in ImpConvertEdtToOut()
605 pPtr++; in ImpConvertEdtToOut()
/trunk/main/vcl/inc/
H A Dsalgdi.hxx159 …virtual sal_Bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong nSiz…
443 …sal_Bool DrawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_…
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1956 const sal_uInt16* pPtr = aInval + 1; in SetPrinter() local
1958 ASSERT( *(pPtr - 1) < *pPtr, "falsche Sortierung!" ); in SetPrinter()
1959 } while( *++pPtr ); in SetPrinter()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx1268 const SfxPoolItem** pPtr = new const SfxPoolItem*[ rItem.Count() + 1 ]; in Execute() local
1270 pPtr[ nPos ] = rItem.GetObject( nPos ); in Execute()
1271 pPtr[ rItem.Count() ] = 0; in Execute()
1273 rItem.GetSlot(), rItem.GetCallMode(), pPtr, rItem.GetModifier() ); in Execute()
1275 delete [] (SfxPoolItem**)pPtr; in Execute()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx660 sal_uInt8* pPtr = ImplSearchEntry( pBuf, (sal_uInt8*)"#define", nSize, 7 ); in ImpPeekGraphicFormat() local
662 if( pPtr ) in ImpPeekGraphicFormat()
664 if( ImplSearchEntry( pPtr, (sal_uInt8*)"_width", pBuf + nSize - pPtr, 6 ) ) in ImpPeekGraphicFormat()
/trunk/main/toolkit/source/layout/core/
H A Dhelper.cxx245 uno::Type aType, void *pPtr) in addProp() argument
251 aDetails.pValue = pPtr; in addProp()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx718 sal_Bool SwCalc::Push( const VoidPtr pPtr ) in Push() argument
720 if( USHRT_MAX != aRekurStk.GetPos( pPtr ) ) in Push()
723 aRekurStk.Insert( pPtr, aRekurStk.Count() ); in Push()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx1319 IMPL_LINK( FormulaDlg_Impl, FxHdl, ParaWin*, pPtr ) in IMPL_LINK() argument
1321 if(pPtr==pParaWin) in IMPL_LINK()
1354 IMPL_LINK( FormulaDlg_Impl, ModifyHdl, ParaWin*, pPtr ) in IMPL_LINK() argument
1356 if(pPtr==pParaWin) in IMPL_LINK()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1735 sal_Bool WinSalGraphics::drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLon… in drawEPS() argument
1747 if ( ImplGetBoundingBox( nBoundingBox, (BYTE*)pPtr, nSize ) ) in drawEPS()
1865 memcpy( (void*)(aBuf.getStr() + 2), (BYTE*)pPtr + nSize - nToDo, nDoNow ); in drawEPS()

Completed in 507 milliseconds

1234