Home
last modified time | relevance | path

Searched defs:p (Results 726 – 750 of 1323) sorted by relevance

1...<<21222324252627282930>>...53

/trunk/main/automation/source/app/
H A Dtestbasi.cxx116 sal_Bool TTBasic::Compile( SbModule* p ) in Compile()
/trunk/main/svtools/source/edit/
H A Dtextundo.cxx44 TextUndoManager::TextUndoManager( TextEngine* p ) in TextUndoManager()
109 TextUndo::TextUndo( TextEngine* p ) in TextUndo()
/trunk/main/sd/source/ui/dlg/
H A Dcustsdlg.cxx132 IMPL_LINK( SdCustomShowDlg, ClickButtonHdl, void *, p ) in IMPL_LINK() argument
406 IMPL_LINK( SdDefineCustomShowDlg, ClickButtonHdl, void *, p ) in IMPL_LINK() argument
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx145 char * p = b + 1; in writeArgument() local
329 WCHAR * p = desktop_win32::commandLineAppend( in WinMain() local
/trunk/main/sal/textenc/
H A Dconvertbig5hkscs.c130 ImplDBCSEUDCData const * p in ImplConvertBig5HkscsToUnicode() local
373 ImplDBCSEUDCData const * p in ImplConvertUnicodeToBig5Hkscs() local
/trunk/main/basic/source/sample/
H A Dobject.cxx130 Methods* p = aMethods; in Find() local
210 Methods* p = &aMethods[ nIdx ]; in GetInfo() local
/trunk/main/sc/inc/
H A Dchgtrack.hxx143 ScChangeActionLinkEntry* p = pLink; in ~ScChangeActionLinkEntry() local
301 ScChangeActionLinkEntry* AddLink( ScChangeAction* p, in AddLink()
316 ScChangeActionLinkEntry* AddDeletedIn( ScChangeAction* p ) in AddDeletedIn()
324 ScChangeActionLinkEntry* AddDeleted( ScChangeAction* p ) in AddDeleted()
331 ScChangeActionLinkEntry* AddDependent( ScChangeAction* p ) in AddDependent()
625 void SetCutOffInsert( ScChangeActionIns* p, short n ) in SetCutOffInsert()
882 void SetNextContent( ScChangeActionContent* p ) in SetNextContent()
884 void SetPrevContent( ScChangeActionContent* p ) in SetPrevContent()
/trunk/main/configmgr/source/
H A Daccess.cxx123 rtl::Reference< Node > p(getNode()); in isValue() local
138 for (rtl::Reference< Access > p(this);;) { in markChildAsModified() local
1055 rtl::Reference< Node > p(getNode()); in getElementType() local
1901 rtl::Reference< Node > p(child->getNode()); in removeByName() local
2037 rtl::Reference< Node > p(parent->getNode()); in getSubChild() local
2089 rtl::Reference< Node > p(getNode()); in asProperty() local
2212 for (rtl::Reference< Access > p(this);;) { in getNotificationRoot() local
2224 rtl::Reference< Node > p(getNode()); in thisIs() local
/trunk/main/svl/source/svdde/
H A Dddedata.cxx53 DdeData::DdeData( const void* p, long n, sal_uLong f ) in DdeData()
/trunk/main/sc/source/filter/inc/
H A Dxcl97esc.hxx192 inline void SetXclObj( XclObj* p ) { pXclObj = p; } in SetXclObj()
/trunk/main/desktop/win32/source/guiloader/
H A Dgenericloader.cxx92 WCHAR * p = desktop_win32::commandLineAppend(cl2, cl1); in GenericMain() local
/trunk/main/editeng/source/accessibility/
H A DAccessibleHyperlink.cxx48 …AccessibleHyperlink::AccessibleHyperlink( SvxAccessibleTextAdapter& r, SvxFieldItem* p, sal_uInt32… in AccessibleHyperlink()
/trunk/main/autodoc/inc/cosv/
H A Dcomfunc.hxx103 for ( size_t p = 0; p < sizeof(NUMTYPE); --p ) in switch_endian() local
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DWindow.java463 public boolean contains(java.awt.Point p) { in contains()
492 public void setLocation(java.awt.Point p) { in setLocation()
527 public javax.accessibility.Accessible getAccessibleAt(java.awt.Point p) { in getAccessibleAt()
H A DButton.java140 public javax.accessibility.Accessible getAccessibleAt(java.awt.Point p) { in getAccessibleAt()
/trunk/main/xmloff/source/core/
H A Dunointerfacetouniqueidentifiermapper.cxx80 const sal_Unicode *p = rIdentifier.getStr(); in registerReference() local
/trunk/main/svl/source/numbers/
H A Dnumuno.cxx51 SvNumFmtSuppl_Impl(SvNumberFormatter* p) : in SvNumFmtSuppl_Impl()
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx324 static unsigned GetUInt( const unsigned char* p ) { return((p[0]<<24)+(p[1]<<16)+(p[2]<<8)+p[3]);} in GetUInt()
325 static unsigned Getsal_uInt16( const unsigned char* p ){ return((p[0]<<8) | p[1]);} in Getsal_uInt16()
326 static int GetSShort( const unsigned char* p ){ return((static_cast<signed char>(p[0])<<8)|p[1]);} in GetSShort()
354 for( const unsigned char* p = pCmap + 4; --nSubTables >= 0; p += 8 ) in ParseCMAP() local
/trunk/main/soltools/inc/
H A Dst_list.hxx185 for ( unsigned p = len; p > pos; --p) in Insert() local
201 for ( unsigned p = pos; p < len; ++p) in Remove() local
/trunk/main/tools/source/debug/
H A Dstcktree.cxx262 ImpDbgStackTree* p = (ImpDbgStackTree*)pVoid; in DbgFreeStackTree() local
290 ImpDbgStackTree* p = (ImpDbgStackTree*)pVoid; in DbgPrintStackTree() local
/trunk/main/ucb/source/ucp/ftp/
H A Dtest_ftpurl.cxx120 ftp::FTPLoaderThread *p; member in FTPHandleProviderI
140 char* ascii,*n,*p; in test_ftpurl() local
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.hxx212 void SetTabDlg( TabDialog* p ) { pTabDlg = p;} in SetTabDlg()
263 void SetTabDlg( TabDialog* p ) { pTabDlg = p;} in SetTabDlg()
/trunk/main/cppuhelper/source/
H A Dimplbase.cxx227 void * p = static_cast< lang::XComponent * >( this ); in queryInterface() local
359 void * p = static_cast< lang::XComponent * >( this ); in queryAggregation() local
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx576 register const sal_Unicode* p = aStr.getStr(); in ConvertToDec() local
657 sal_Char* p = new sal_Char[ nLeft + 1 ]; in ConvertFromDec() local
729 const sal_Unicode* p = rp; in ParseDouble() local
983 double p = 0.0; in GetDuration() local
1463 void MyList::Insert( void* p, sal_uInt32 n ) in Insert()
1575 const FuncData* p = Get( n ); in Get() local
1968 double p, phi; in Power() local
1986 double p = Abs(); in Sqrt() local
2367 const sal_Unicode* p = aStr.getStr(); in GetMatchingLevel() local
2375 const sal_Unicode* p = aStr.getStr(); in GetMatchingLevel() local
[all …]
/trunk/main/xmlsecurity/source/component/
H A Dcertificatecontainer.cxx35 Map::iterator p = _certMap.find(url); in searchMap() local

Completed in 132 milliseconds

1...<<21222324252627282930>>...53