Searched refs:pnIndex (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/unodevtools/source/unodevtools/ |
H A D | options.cxx | 47 sal_Int32 * pnIndex, const OUString & aArg) in readOption() argument 61 ++(*pnIndex); in readOption() 63 rtl_getAppCommandArg(*pnIndex, &pValue->pData); in readOption() 64 if (*pnIndex >= (sal_Int32)rtl_getAppCommandArgCount() || in readOption() 80 ++(*pnIndex); in readOption() 92 ++(*pnIndex); in readOption() 101 sal_Int32 * pnIndex, const OUString & aArg) in readOption() argument 110 ++(*pnIndex); in readOption()
|
/aoo4110/main/cpputools/source/unoexe/ |
H A D | unoexe.cxx | 154 sal_Int32 * pnIndex, const OUString & aArg) in readOption() argument 169 ++(*pnIndex); in readOption() 171 rtl_getAppCommandArg(*pnIndex, &pValue->pData); in readOption() 172 if (*pnIndex >= (sal_Int32)rtl_getAppCommandArgCount() || pValue->copy(1).equals(dash)) in readOption() 189 ++(*pnIndex); in readOption() 203 ++(*pnIndex); in readOption() 211 sal_Int32 * pnIndex, const OUString & aArg) in readOption() argument 218 ++(*pnIndex); in readOption()
|
/aoo4110/main/unodevtools/inc/unodevtools/ |
H A D | options.hxx | 37 sal_Int32 * pnIndex, const rtl::OUString & aArg) 42 sal_Int32 * pnIndex, const rtl::OUString & aArg);
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 1149 …fCache::getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bCreateNew, size_t* pnIndex) in getCacheTable() argument 1160 if (pnIndex) *pnIndex = nNotAvailable; in getCacheTable() 1171 if( pnIndex ) *pnIndex = nIndex; in getCacheTable() 1180 if (pnIndex) *pnIndex = nNotAvailable; in getCacheTable() 1186 if( pnIndex ) *pnIndex = nIndex; in getCacheTable() 1508 …anager::getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bCreateNew, size_t* pnIndex) in getCacheTable() argument 1510 return maRefCache.getCacheTable(nFileId, rTabName, bCreateNew, pnIndex); in getCacheTable()
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | pvlaydlg.cxx | 253 ScDPLabelData* ScPivotLayoutDlg::GetLabelData( SCCOL nCol, size_t* pnIndex ) in GetLabelData() argument 261 if( pnIndex ) in GetLabelData() 262 *pnIndex = aIt - maLabelData.begin(); in GetLabelData()
|
/aoo4110/main/sc/inc/ |
H A D | externalrefmgr.hxx | 304 …ypeRef getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bCreateNew, size_t* pnIndex); 470 …ef getCacheTable(sal_uInt16 nFileId, const String& rTabName, bool bCreateNew, size_t* pnIndex = 0);
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | pvlaydlg.hxx | 58 ScDPLabelData* GetLabelData( SCCOL nCol, size_t* pnIndex = 0 );
|
Completed in 103 milliseconds