Home
last modified time | relevance | path

Searched refs:p (Results 3226 – 3250 of 3699) sorted by relevance

1...<<121122123124125126127128129130>>...148

/trunk/main/cpputools/source/unoexe/
H A Dunoexe.cxx802 const OUString * p = aParams.getConstArray(); variable
806 pInitParams[i] = makeAny( p[i] );
/trunk/main/dbaccess/source/ui/inc/
H A Dsbamultiplex.hxx149 void SAL_CALL operator delete( void * p ) throw() { OSbaWeakSubObject::operator delete(p); } \
/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx96 void DirectoryItem_Impl::operator delete(void * p, size_t) in operator delete() argument
98 rtl_freeMemory(p); in operator delete()
/trunk/main/toolkit/source/awt/
H A Dvclxtabpage.hxx42 VCLXTabPage( Window *p );
/trunk/main/sw/source/core/unocore/
H A Dunomap.cxx2715 SfxItemPropertyMapEntry* p = aMapEntriesArr[nPropertyId]; in GetPropertyMapEntries() local
2717 for( ; p->pName; ++p, ++i ) in GetPropertyMapEntries()
2720 …OSL_ENSURE((long)p->pName < SW_PROPNAME_END, "Error in SW SfxItemPropertyMapEntry defines: ID for … in GetPropertyMapEntries()
2721 const SwPropNameLen& rPropNm = GetPropName( (sal_uInt16)(long)p->pName ); in GetPropertyMapEntries()
2722 p->pName = rPropNm.pName; in GetPropertyMapEntries()
2723 p->nNameLen = rPropNm.nNameLen; in GetPropertyMapEntries()
2725 CppuTypes nTyp = (CppuTypes) (long) p->pType; in GetPropertyMapEntries()
2726 GenerateCppuType( nTyp, p->pType ); in GetPropertyMapEntries()
2727 DBG_ASSERT( nTyp != (CppuTypes) (long) p->pType, "unknown type" ); in GetPropertyMapEntries()
/trunk/main/xmloff/source/transform/
H A DEventOASISTContext.hxx42 static void FlushEventMap( XMLTransformerOASISEventMap_Impl *p );
H A DEventOOoTContext.hxx44 static void FlushEventMap( XMLTransformerOOoEventMap_Impl *p );
/trunk/main/registry/source/
H A Dregimpl.cxx738 std::auto_ptr< ORegKey > p(new ORegKey(path, this)); in openKey() local
739 i = m_openKeyTable.insert(std::make_pair(path, p.get())).first; in openKey()
740 p.release(); in openKey()
/trunk/main/xmlsecurity/test_docs/CAs/Root_1/demoCA/private/
H A Dcakey.pem9 KPT3fpWbh4sV0V1ZGng7EPb4c+p/+GHvKsGM9N5kuyxufllNzAeIy6hfTR3mxn0i
/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx2231 for ( ScRangePtr p = aRangeList.First(); p; p = aRangeList.Next()) in DoChartSelection() local
2234 AddHighlightRange( *p, aSelColor ); in DoChartSelection()
2236 … AddHighlightRange( lcl_getSubRangeByIndex( *p, rHilightRanges[i].Index ), aSelColor ); in DoChartSelection()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1328 sal_Int8* p = aSeq.getArray(); in write16BitInt() local
1333 p[0] = nLow; in write16BitInt()
1334 p[1] = nHigh; in write16BitInt()
1344 sal_Int8* p = aSeq.getArray(); in writeInt32() local
1348 p[i] = sal_Int8( n & 0xff ); in writeInt32()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx167 inline const char *Null( const char *p ) { return p ? p : ""; } in Null() argument
168 inline const char *GetEnv( const char *p ) { return Null( getenv( p ) ); } in GetEnv() argument
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3430 ::std::auto_ptr<ScTableProtection> p(new ScTableProtection(*pProtect)); in ProtectSheet()
3431 p->setProtected(true); // just in case ... in ProtectSheet()
3433 new ScUndoTabProtect(&rDocShell, nTab, p) ); in ProtectSheet()
3460 ::std::auto_ptr<ScDocProtection> p(new ScDocProtection(*pProtect)); in Protect()
3461 p->setProtected(true); // just in case ... in Protect()
3463 new ScUndoDocProtect(&rDocShell, p) ); in Protect()
3482 ::std::auto_ptr<ScTableProtection> p(new ScTableProtection(*pProtect)); in Protect()
3483 p->setProtected(true); // just in case ... in Protect()
3485 new ScUndoTabProtect(&rDocShell, nTab, p) ); in Protect()
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_6/demoCA/private/
H A Dcakey.pem6 p/DuEO/ULU6SLmAhESXrdC8UzyL/B3hfPK3UzUzJzIRrDitF21SXLjMKU+KVxMrb
/trunk/main/sw/source/core/inc/
H A Dtextapi.hxx59 SwTextAPIObject( SwTextAPIEditSource* p);
/trunk/main/store/source/
H A Dobject.hxx82 static void operator delete (void *p, size_t);
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx360 ::std::vector< NWPixmapCache* >::iterator p; in RemoveCache()
361 p = ::std::find( mCaches.begin(), mCaches.end(), pCache ); in RemoveCache()
362 if( p != mCaches.end() ) in RemoveCache()
363 mCaches.erase( p ); in RemoveCache()
367 ::std::vector< NWPixmapCache* >::iterator p = mCaches.begin(); in ThemeChanged()
368 while( p != mCaches.end() ) in ThemeChanged()
370 (*p)->ThemeChanged(); in ThemeChanged()
371 p++; in ThemeChanged()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx160 SwTableLinePtr p = (SwTableLine*)rBox.GetUpper(); in AddBoxWidth() local
162 if( aLines.Insert( p, nFndPos )) in AddBoxWidth()
170 SwTableLinePtr p = (SwTableLine*)&rLn; in GetBoxWidth() local
172 if( aLines.Seek_Entry( p, &nFndPos ) ) in GetBoxWidth()
1365 void* p = pLastBoxFmt; in SplitCol() local
1366 aLastBoxArr.Insert( p, nFndPos ); in SplitCol()
4605 void* p = (void*)&rFmt; in RemoveFormat() local
4606 sal_uInt16 nFnd = aNewFmts.GetPos( p ); in RemoveFormat()
/trunk/main/autodoc/inc/ary/idl/
H A Di_types4idl.hxx117 p, enumerator
/trunk/main/sw/source/ui/inc/
H A Dconvert.hxx75 DECL_LINK( ReapeatHeaderCheckBoxHdl, void* p = 0 );
/trunk/main/sc/source/core/data/
H A Ddociter.cxx939 ScDBQueryParamInternal* p = static_cast<ScDBQueryParamInternal*>(pParam); in ScDBQueryDataIterator() local
940 mpData.reset(new DataAccessInternal(this, p, pDocument)); in ScDBQueryDataIterator()
945 ScDBQueryParamMatrix* p = static_cast<ScDBQueryParamMatrix*>(pParam); in ScDBQueryDataIterator() local
946 mpData.reset(new DataAccessMatrix(this, p)); in ScDBQueryDataIterator()
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx1752 …(const OUString *pStart = types.getConstArray(), *p = pStart, *pEnd = pStart + nLength; p != pEnd;… in getTables() local
1753 tabTypes.push_back(OUStringToOString(*p, m_rConnection.getConnectionEncoding()).getStr()); in getTables()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_UnoControlCurrencyFieldModel.java86 protected Object getNewValue(String p, Object old) { in _BorderColor()
/trunk/main/sw/inc/
H A Dunocoll.hxx70 SwUnoCollection(SwDoc* p) : in SwUnoCollection() argument
71 pDoc(p), in SwUnoCollection()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx85 Out my_copy_if(In first, In last, Out res, Pred p) in my_copy_if() argument
89 if (p(*first)) in my_copy_if()

Completed in 503 milliseconds

1...<<121122123124125126127128129130>>...148