Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 1323) sorted by relevance

12345678910>>...53

/trunk/main/toolkit/source/awt/
H A Dvclxbutton.cxx53 VCLXOKButton::VCLXOKButton( Window *p ) in VCLXOKButton()
59 VCLXCancelButton::VCLXCancelButton( Window *p ) in VCLXCancelButton()
66 VCLXYesButton::VCLXYesButton( Window *p ) in VCLXYesButton()
72 VCLXNoButton::VCLXNoButton( Window *p ) in VCLXNoButton()
78 VCLXRetryButton::VCLXRetryButton( Window *p ) in VCLXRetryButton()
84 VCLXIgnoreButton::VCLXIgnoreButton( Window *p ) in VCLXIgnoreButton()
90 VCLXResetButton::VCLXResetButton( Window *p ) in VCLXResetButton()
96 VCLXApplyButton::VCLXApplyButton( Window *p ) in VCLXApplyButton()
102 VCLXHelpButton::VCLXHelpButton( Window *p ) in VCLXHelpButton()
108 VCLXMoreButton::VCLXMoreButton( Window *p ) in VCLXMoreButton()
[all …]
/trunk/main/extensions/test/ole/OleConverterVar1/
H A Dsmartarray.h53 char* p= (char*) pData; in SmartArray() local
60 short* p= (short*) pData; in SmartArray() local
67 unsigned short* p= (unsigned short*) pData; in SmartArray() local
74 long* p= (long*)pData; in SmartArray() local
81 unsigned long* p= (unsigned long*)pData; in SmartArray() local
88 float* p= (float*)pData; in SmartArray() local
95 double* p= (double*)pData; in SmartArray() local
102 VARIANT_BOOL* p= (VARIANT_BOOL*)pData; in SmartArray() local
/trunk/main/sw/inc/
H A Dswiterator.hxx35 …TElementType* First() { SwClient* p = aClientIter.First(TYPE(TElementType)); return PTR_CAST(T… in First() local
36 …TElementType* Last() { SwClient* p = aClientIter.Last( TYPE(TElementType)); return PTR_CAST(T… in Last() local
37 …TElementType* Next() { SwClient* p = aClientIter.Next(); return PTR_CAST(TElementType,p);… in Next() local
38 …TElementType* Previous() { SwClient* p = aClientIter.Previous(); return PTR_CAST(TElementType,p);… in Previous() local
39 …static TElementType* FirstElement( const TSource& rMod ) { SwClient* p = SwClientIter(rMod).First(… in FirstElement() local
/trunk/main/basic/source/comp/
H A Dexprnode.cxx42 SbiExprNode::SbiExprNode( SbiParser* p, SbiExprNode* l, SbiToken t, SbiExprNode* r ) in SbiExprNode()
55 SbiExprNode::SbiExprNode( SbiParser* p, double n, SbxDataType t ) in SbiExprNode()
64 SbiExprNode::SbiExprNode( SbiParser* p, const String& rVal ) in SbiExprNode()
73 SbiExprNode::SbiExprNode( SbiParser* p, const SbiSymDef& r, SbxDataType t, SbiExprList* l ) in SbiExprNode()
89 SbiExprNode::SbiExprNode( SbiParser* p, SbiExprNode* l, sal_uInt16 nId ) in SbiExprNode()
100 SbiExprNode::SbiExprNode( SbiParser* p, sal_uInt16 nId ) in SbiExprNode()
110 void SbiExprNode::BaseInit( SbiParser* p ) in BaseInit()
150 SbiExprNode* p = GetRealNode(); in GetRealVar() local
162 SbiExprNode* p = this; in GetRealNode() local
H A Dexprtree.cxx37 SbiExpression::SbiExpression( SbiParser* p, SbiExprType t, in SbiExpression()
55 SbiExpression::SbiExpression( SbiParser* p, double n, SbxDataType t ) in SbiExpression()
65 SbiExpression::SbiExpression( SbiParser* p, const String& r ) in SbiExpression()
74 SbiExpression::SbiExpression( SbiParser* p, const SbiSymDef& r, SbiExprList* pPar ) in SbiExpression()
83 SbiExpression::SbiExpression( SbiParser* p, SbiToken t ) in SbiExpression()
798 SbiConstExpression::SbiConstExpression( SbiParser* p ) : SbiExpression( p ) in SbiConstExpression()
881 SbiExprList::SbiExprList( SbiParser* p ) in SbiExprList()
893 SbiExpression* p = pFirst; in ~SbiExprList() local
906 SbiExpression* p = pFirst; in Get() local
914 SbiExpression* p = pFirst; in addExpression() local
[all …]
H A Dbuffer.cxx37 SbiBuffer::SbiBuffer( SbiParser* p, short n ) in SbiBuffer()
59 char* p = pBuf; in GetBuffer() local
77 char* p; in Check() local
126 sal_uInt8* p = (sal_uInt8*) pBuf + off; in Patch() local
234 sal_Bool SbiBuffer::Add( const void* p, sal_uInt16 len ) in Add()
/trunk/main/salhelper/qa/
H A Dtest_api.cxx85 std::auto_ptr< salhelper::Condition > p(new DerivedCondition(mutex)); in TEST_F() local
98 salhelper::ConditionModifier * p = 0; in TEST_F() local
113 salhelper::ConditionWaiter * p = 0; in TEST_F() local
147 salhelper::ORealDynamicLoader * p = 0; in TEST_F() local
162 salhelper::SimpleReferenceObject * p = new DerivedSimpleReferenceObject; in TEST_F() local
186 std::auto_ptr< salhelper::Condition > p(new DerivedCondition(mutex)); in TEST_F() local
191 std::auto_ptr< salhelper::ConditionWaiter::timedout > p( in TEST_F() local
204 salhelper::SimpleReferenceObject * p = new DerivedSimpleReferenceObject; in TEST_F() local
/trunk/main/tools/source/memtools/
H A Dunqidx.cxx79 sal_uIntPtr UniqueIndex::Insert( void* p ) in Insert()
115 sal_uIntPtr UniqueIndex::Insert( sal_uIntPtr nIndex, void* p ) in Insert()
152 void* p = Container::Replace( NULL, nIndex-nStartIndex ); in Remove() local
171 void* UniqueIndex::Replace( sal_uIntPtr nIndex, void* p ) in Replace()
307 void* UniqueIndex::Seek( void* p ) in Seek()
334 void* p = Container::First(); in First() local
354 void* p = Container::Last(); in Last() local
374 void* p = NULL; in Next() local
394 void* p = NULL; in Prev() local
/trunk/main/xmloff/source/text/
H A Dtxtprmap.cxx38 #define _M_E( a, p, l, t, c ) \ argument
44 #define _M_ED( a, p, l, t, c ) \ argument
48 #define MT_E( a, p, l, t, c ) \ argument
50 #define MT_ED( a, p, l, t, c ) \ argument
54 #define MP_E( a, p, l, t, c ) \ argument
56 #define MP_ED( a, p, l, t, c ) \ argument
60 #define MG_E( a, p, l, t, c ) \ argument
62 #define MG_ED( a, p, l, t, c ) \ argument
68 #define MS_E( a, p, l, t, c ) \ argument
70 #define MS_ED( a, p, l, t, c ) \ argument
[all …]
/trunk/main/cppu/source/threadpool/
H A Dthreadident.cxx64 IdContainer * p = getIdContainer(); in uno_getIdOfCurrentThread() local
95 IdContainer *p = getIdContainer(); in uno_releaseIdFromCurrentThread() local
109 IdContainer *p = getIdContainer(); in uno_bindIdToCurrentThread() local
/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx39 #define CHECKIDX( p, n, i, c ) argument
94 BlockInfo* p = ppInf[ cur ]; in Move() local
113 BlockInfo* p = *pp; in ForEach() local
141 BlockInfo* p = ppInf[ cur ]; in operator []() local
163 BlockInfo* p = ppInf[ nCur ]; in Index2Block() local
210 BlockInfo* p; in UpdIndex() local
241 BlockInfo* p = new BlockInfo; in InsBlock() local
275 BlockInfo* p; in Insert() local
379 BlockInfo* p = ppInf[ cur ]; in Remove() local
462 BlockInfo* p = ppInf[ cur ]; in Replace() local
[all …]
/trunk/main/sal/typesconfig/
H A Dtypesconfig.c78 void PrintArgs( int p, ... ) in PrintArgs()
125 int check( TestFunc func, Type eT, void* p ) in check()
172 int GetAtAddress( Type eT, void* p ) in GetAtAddress()
188 int GetAtAddress( Type eT, void* p ) in GetAtAddress()
218 int SetAtAddress( Type eT, void* p ) in SetAtAddress()
255 int CheckGetAccess( Type eT, void* p ) in CheckGetAccess()
266 int CheckSetAccess( Type eT, void* p ) in CheckSetAccess()
292 long p = (long)(void*)a; in GetAlignment() local
400 void InfoMemoryAccess( char* p ) in InfoMemoryAccess()
475 char* p = NULL; in main() local
/trunk/main/basic/source/sbx/
H A Dsbxexec.cxx60 static const xub_Unicode* SkipWhitespace( const xub_Unicode* p ) in SkipWhitespace()
70 static const xub_Unicode* Symbol( const xub_Unicode* p, XubString& rSym, const SbxSimpleCharClass& … in Symbol()
109 const xub_Unicode* p = SkipWhitespace( *ppBuf ); in QualifiedName() local
147 const xub_Unicode* p = SkipWhitespace( *ppBuf ); in Operand() local
191 const xub_Unicode* p = *ppBuf; in MulDiv() local
223 const xub_Unicode* p = *ppBuf; in PlusMinus() local
255 const xub_Unicode* p = *ppBuf; in Assign() local
300 const xub_Unicode* p = Symbol( *ppBuf, aSym, rCharClass ); in Element() local
362 const xub_Unicode* p = rTxt.GetBuffer(); in Execute() local
387 const xub_Unicode* p = rName.GetBuffer(); in FindQualified() local
H A Dsbxint.cxx35 sal_Int16 ImpGetInteger( const SbxValues* p ) in ImpGetInteger()
225 void ImpPutInteger( SbxValues* p, sal_Int16 n ) in ImpPutInteger()
394 sal_Int64 ImpGetInt64( const SbxValues* p ) in ImpGetInt64()
526 void ImpPutInt64( SbxValues* p, sal_Int64 n ) in ImpPutInt64()
682 sal_uInt64 ImpGetUInt64( const SbxValues* p ) in ImpGetUInt64()
829 void ImpPutUInt64( SbxValues* p, sal_uInt64 n ) in ImpPutUInt64()
H A Dsbxbase.cxx48 SbxAppData* p = *ppData; in TYPEINIT0() local
131 SbxAppData* p = GetSbxData_Impl(); in SetError() local
148 SbxAppData* p = GetSbxData_Impl(); in AddFactory() local
165 SbxAppData* p = GetSbxData_Impl(); in RemoveFactory() local
200 SbxAppData* p = GetSbxData_Impl(); in Create() local
222 SbxAppData* p = GetSbxData_Impl(); in CreateObject() local
268 SbxBase* p = Create( nSbxId, nCreator ); in Load() local
394 const SbxParamInfo* p = new SbxParamInfo( rName, eType, nFlags ); in AddParam() local
400 const SbxParamInfo* p = new SbxParamInfo in AddParam() local
430 SbxParamInfo* p = aParams.GetObject( aParams.Count() - 1 ); in LoadData() local
[all …]
H A Dsbxarray.cxx158 const SbxVarEntryPtr p = new SbxVarEntry; in GetRef32() local
298 SbxVarEntryPtr p = new SbxVarEntry; in Insert32() local
365 void SbxArray::Merge( SbxArray* p ) in Merge()
409 SbxVariable* p = NULL; in FindUserData() local
457 SbxVariable* p = NULL; in Find() local
548 SbxVariable* p = *pRef; in StoreData() local
556 SbxVariable* p = *pRef; in StoreData() local
600 SbxDim* p = rArray.pFirst; in operator =() local
618 SbxDim* p = pFirst; in Clear() local
639 SbxDim* p = new SbxDim; in AddDimImpl32() local
[all …]
/trunk/main/sal/rtl/source/
H A Dalloc_global.c203 void * p = 0; in rtl_allocateMemory() local
241 void SAL_CALL rtl_freeMemory (void * p) SAL_THROW_EXTERN_C() in rtl_freeMemory()
257 void * SAL_CALL rtl_reallocateMemory (void * p, sal_Size n) SAL_THROW_EXTERN_C() in rtl_reallocateMemory()
311 void SAL_CALL rtl_freeMemory (void * p) in rtl_freeMemory()
318 void * SAL_CALL rtl_reallocateMemory (void * p, sal_Size n) in rtl_reallocateMemory()
341 void * p = rtl_allocateMemory (n); in rtl_allocateZeroMemory() local
349 void SAL_CALL rtl_freeZeroMemory (void * p, sal_Size n) SAL_THROW_EXTERN_C() in rtl_freeZeroMemory()
/trunk/main/sw/source/filter/xml/
H A Dxmlitemm.cxx41 #define MAP_ENTRY( p, l, w, m ) \ argument
43 #define M_E_SI( p, l, w, m ) \ argument
45 #define M_E_SE( p, l, w, m ) \ argument
47 #define M_E_SIE( p, l, w, m ) \ argument
/trunk/main/tools/workben/
H A Dsolar.c92 int GetStackAlignment_3( char*p, long l, int i, short s, char b, char c, ... ) in GetStackAlignment_3()
101 int GetStackAlignment_2( char*p, long l, int i, short s, char b, char c ) in GetStackAlignment_2()
124 void PrintArgs( int p, ... ) in PrintArgs()
167 int check( TestFunc func, Type eT, void* p ) in check()
214 int GetAtAddress( Type eT, void* p ) in GetAtAddress()
227 int SetAtAddress( Type eT, void* p ) in SetAtAddress()
253 int CheckGetAccess( Type eT, void* p ) in CheckGetAccess()
264 int CheckSetAccess( Type eT, void* p ) in CheckSetAccess()
279 int p = (int)(void*)&a; in GetAlignment() local
288 int CheckCharAccess( char* p ) in CheckCharAccess()
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx440 sal_Int32 StgDirEntry::Read( void* p, sal_Int32 nLen ) in Read()
507 void* p = static_cast<void*>( aTempBytes ); in Copy() local
531 void* p = static_cast<void*>( aTempBytes ); in Copy() local
612 StgDirEntry* p = aIter.First(); in Revert() local
665 void* p = static_cast<void*>( aTempBytes ); in Strm2Tmp() local
722 sal_uInt8 p[ 4096 ]; in Tmp2Strm() local
766 StgDirEntry* p = aIter.First(); in IsContained() local
863 void* p = ( n == STG_FREE ) ? NULL : GetEntry( n ); in SetupEntry() local
977 void* p = GetEntry( n++, sal_True ); in Store() local
1075 StgDirEntry* p = Find( rStg, rOld ); in Rename() local
[all …]
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dpropspec.hxx108 void * p = CoTaskMemAlloc( size ); in operator new() local
111 inline void * CFullPropSpec::operator new( size_t /*size*/, void * p ) in operator new()
115 inline void CFullPropSpec::operator delete( void * p ) in operator delete()
/trunk/main/sc/inc/
H A Dformularesult.hxx101 explicit ScFormulaResult( const formula::FormulaToken* p ) in ScFormulaResult()
224 inline void ScFormulaResult::ResolveToken( const formula::FormulaToken * p ) in ResolveToken()
303 inline void ScFormulaResult::SetToken( const formula::FormulaToken* p ) in SetToken()
403 const ScEmptyCellToken* p = dynamic_cast<const ScEmptyCellToken*>( in IsEmptyDisplayedAsString() local
487 const ScMatrixCellResultToken* p = in GetDouble() local
516 const ScMatrixCellResultToken* p = in GetString() local
542 const ScHybridCellToken* p = dynamic_cast<const ScHybridCellToken*>(mpToken); in GetHybridFormula() local
/trunk/main/sal/cpprt/
H A Doperators_new_delete.cxx154 void * p = rtl_allocateMemory (sal_Size(n)); in allocate() local
186 static void deallocate (void * p, AllocatorTraits const & rTraits) in deallocate()
206 void SAL_CALL operator delete (void * p) throw () in operator delete()
222 void SAL_CALL operator delete (void * p, std::nothrow_t const &) throw () in operator delete()
238 void SAL_CALL operator delete[] (void * p) throw () in operator delete[]()
254 void SAL_CALL operator delete[] (void * p, std::nothrow_t const &) throw () in operator delete[]()
/trunk/main/bridges/test/inter_libs_exc/
H A Dstarter.cxx36 static void some_more( t_throws_exc p ) in some_more()
41 extern "C" void SAL_CALL start( t_throws_exc p ) in start()
/trunk/main/svx/inc/svx/
H A Dfmgridif.hxx95 void SAL_CALL operator delete( void * p ) throw() { OWeakSubObject::operator delete(p); } in operator delete()
120 void SAL_CALL operator delete( void * p ) throw() { OWeakSubObject::operator delete(p); } in operator delete()
144 void SAL_CALL operator delete( void * p ) throw() { OWeakSubObject::operator delete(p); } in operator delete()
168 void SAL_CALL operator delete( void * p ) throw() { OWeakSubObject::operator delete(p); } in operator delete()
193 void SAL_CALL operator delete( void * p ) throw() { OWeakSubObject::operator delete(p); } in operator delete()

Completed in 170 milliseconds

12345678910>>...53