Home
last modified time | relevance | path

Searched defs:p (Results 801 – 825 of 1322) sorted by relevance

1...<<31323334353637383940>>...53

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java131 Property p= new Property(name, handle, type, attributes); in registerProperty() local
149 Property p= new Property(name, lastHandle++, type, attributes); in registerProperty() local
181 Property p= new Property(propertyName, lastHandle++, t, attributes); in registerProperty() local
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx109 const OUString* p = aNames.getConstArray(); in implImportLabels() local
155 const NamedValue* p = aUserData.getConstArray(); in CustomAnimationPreset() local
497 const OUString* p = aNames.getConstArray(); in importPresets() local
/trunk/main/sal/osl/unx/
H A Dfile_url.cxx456 sal_Unicode* p = ustrtoend(d); in ustrchrcat() local
468 sal_Unicode* p = ustrtoend(pStr); in _islastchr() local
488 sal_Unicode* p = ustrtoend(aPath) - 2; in _rmlastpathtoken() local
/trunk/main/svl/source/svdde/
H A Dddecli.cxx361 void __EXPORT DdeTransaction::Data( const DdeData* p ) in Data()
425 DdePoke::DdePoke( DdeConnection& d, const String& i, const char* p, in DdePoke()
/trunk/main/io/test/stm/
H A Dmarktest.cxx379 OMarkableOutputStreamTest *p = new OMarkableOutputStreamTest( rSMgr ); in OMarkableOutputStreamTest_CreateInstance() local
651 OMarkableInputStreamTest *p = new OMarkableInputStreamTest( rSMgr ); in OMarkableInputStreamTest_CreateInstance() local
/trunk/main/sc/source/core/data/
H A Dtabprotection.cxx47 const ScDocProtection* p = rDoc.GetDocProtection(); in needsPassHashRegen() local
55 const ScTableProtection* p = rDoc.GetTabProtection(i); in needsPassHashRegen() local
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dcpp2uno.cxx628 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { in flushCode() local
632 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { in flushCode() local
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dcpp2uno.cxx628 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { in flushCode() local
632 for (unsigned char const * p = bptr; p < eptr + lineSize; p += lineSize) { in flushCode() local
/trunk/main/bridges/source/jni_uno/
H A Djni_bridge.cxx78 uno_Interface * p = *(uno_Interface **)ppUnoI; in Mapping_map_to_uno() local
101 uno_Interface * p = *(uno_Interface **)ppUnoI; in Mapping_map_to_uno() local
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx92 inline sal_uInt16 NEXT_U16( CPU8& p ) { p+=2; return (p[-2]<<8)|p[-1]; } in NEXT_U16()
93 inline sal_Int16 NEXT_S16( CPU8& p ) { return (sal_Int16)NEXT_U16(p); } in NEXT_S16()
94 inline sal_uInt32 NEXT_U32( CPU8& p ) { p+=4; return (p[-4]<<24)|(p[-3]<<16)|(p[-2]<<8)|p[-1]; } in NEXT_U32()
400 static unsigned GetUInt( const unsigned char* p ) { return((p[0]<<24)+(p[1]<<16)+(p[2]<<8)+p[3]);} in GetUInt()
401 static unsigned GetUShort( const unsigned char* p ){ return((p[0]<<8)+p[1]);} in GetUShort()
415 const unsigned char* p = pBuffer + 12; in GetTable() local
1547 unsigned char* p = rRawBitmap.mpBits; in GetGlyphBitmap1() local
1712 unsigned char* p = rRawBitmap.mpBits; in GetGlyphBitmap8() local
1728 unsigned char* p = rRawBitmap.mpBits; in GetGlyphBitmap8() local
/trunk/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx287 NSPoint p; in startDrag() local
/trunk/main/sw/inc/
H A Dswgstr.hxx87 void get( void* p, sal_uInt16 n ) { pStrm->Read( (sal_Char*) p, n ); } in get()
/trunk/main/winaccessibility/source/service/
H A Dmsaaservice_impl.cxx211 Reference< XMSAAService > p( xxx ); in create_MSAAServiceImpl() local
/trunk/main/cppuhelper/source/
H A Dmacro_expander.cxx139 OUString const * p = service_names.getConstArray(); in supportsService() local
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlineprimitive2d.cxx186 for(const int* p = pDotDashArray; *p; ++p) in create2DDecomposition() local
/trunk/main/cppu/source/uno/
H A Ddata.cxx338 void * p = (*queryInterface)( pInterface, pAssignable ); in uno_type_isAssignableFromData() local
430 sal_Int16 p; member
435 double p; member
481 void * p; member in cppu::Ref
/trunk/main/autodoc/source/cosv/strings/
H A Dstreamstr.cxx362 p = io_swap.dpData; in swap() local
666 for ( char * p = dpData; p != pEnd; ++p ) in replace_all() local
677 position_type p = 0; in replace_all() local
950 for (const char * p = i_text; *p != '\0'; ++p) in Split() local
/trunk/main/vcl/inc/
H A Dgraphite_serverfont.hxx73 virtual int GetNextGlyphs( int l, sal_GlyphId* gia, Point& p, int& s, in GetNextGlyphs()
/trunk/main/sot/source/sdstor/
H A Dstgcache.hxx111 void SetOwner( StgDirEntry* p ) { pOwner = p; } in SetOwner()
/trunk/test/testuno/source/pvt/uno/
H A DConversion.java155 PropertyValue p = new PropertyValue(); in propertyValue() local
/trunk/main/sw/source/core/access/
H A Daccnotexthyperlink.cxx46 SwAccessibleNoTextHyperlink::SwAccessibleNoTextHyperlink( SwAccessibleNoTextFrame *p, const SwFrm *… in SwAccessibleNoTextHyperlink()
/trunk/main/codemaker/test/cppumaker/
H A Dtest_codemaker_cppumaker.cxx383 test::codemaker::cppumaker::BigStruct * const p; member
/trunk/main/cui/source/options/
H A Dinternationaloptions.cxx139 InternationalOptionsPage* p = new InternationalOptionsPage( _pParent, _rAttrSet ); in CreateSc() local
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dlngpckinsthelper.cxx160 char* p = &(*productPath)[0] + lstrlen(&(*productPath)[0]) - 1; in MakeCfgimportCommandLine() local
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx251 Guchar *p, *pm; in createPng() local
337 Guchar *p; in createPng() local

Completed in 142 milliseconds

1...<<31323334353637383940>>...53