Searched refs:pOffset (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sal/rtl/source/ |
H A D | math.cxx | 226 sal_Int32 * pOffset, sal_Char cChar) in appendChar() 228 rtl_stringbuffer_insert(pBuffer, pCapacity, *pOffset, &cChar, 1); in appendChar() 229 ++*pOffset; in appendChar() 237 *pOffset += nLen; in appendChars() 244 rtl_stringbuffer_insert(pBuffer, pCapacity, *pOffset, pStr, nLen); in appendAscii() 245 *pOffset += nLen; in appendAscii() 268 sal_Int32 * pOffset, sal_Unicode cChar) in appendChar() 270 rtl_uStringbuffer_insert(pBuffer, pCapacity, *pOffset, &cChar, 1); in appendChar() 271 ++*pOffset; in appendChar() 279 *pOffset += nLen; in appendChars() [all …]
|
/aoo42x/main/vcl/source/window/ |
H A D | brdwin.cxx | 1660 Point aTmpPoint = pOffset ? Point(*pOffset) : Point(); in DrawWindow() 1706 if( pOffset ) in DrawWindow() 1707 aTitleRect.Move( pOffset->X(), pOffset->Y() ); in DrawWindow() 1733 aInRect.Move( pOffset->X(), pOffset->Y() ); in DrawWindow() 1751 aSymbolRect.Move( pOffset->X(), pOffset->Y() ); in DrawWindow() 1759 aSymbolRect.Move( pOffset->X(), pOffset->Y() ); in DrawWindow() 1767 aSymbolRect.Move( pOffset->X(), pOffset->Y() ); in DrawWindow() 1775 aSymbolRect.Move( pOffset->X(), pOffset->Y() ); in DrawWindow() 1788 aSymbolRect.Move( pOffset->X(), pOffset->Y() ); in DrawWindow() 1797 aSymbolRect.Move( pOffset->X(), pOffset->Y() ); in DrawWindow() [all …]
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 254 sal_uInt16 nCount = pOffset->Count(); in SeekOffset() 276 nOffset = (sal_uInt16)(*pOffset)[nPos]; in MakeCol() 278 pOffset->Insert( nOffset ); in MakeCol() 284 pOffset->Insert( nOffset + nWidth ); in MakeCol() 295 nOffset = (sal_uInt16)(*pOffset)[nPos]; in MakeColNoRef() 297 pOffset->Insert( nOffset ); in MakeColNoRef() 301 pOffset->Insert( nOffset + nWidth ); in MakeColNoRef() 316 pOffset->Insert( nNewOffset ); in ModifyOffset() 319 nOldOffset = (sal_uInt16)(*pOffset)[nPos]; in ModifyOffset() 323 nNewOffset = (sal_uInt16)(*pOffset)[nPos2]; in ModifyOffset() [all …]
|
/aoo42x/main/unotools/source/i18n/ |
H A D | transliterationwrapper.cxx | 97 Sequence <sal_Int32>* pOffset ) in transliterate() 106 if ( pOffset ) in transliterate() 107 sRet = xTrans->transliterate( rStr, nStart, nLen, *pOffset ); in transliterate() 123 Sequence <sal_Int32>* pOffset ) const in transliterate() 130 if ( pOffset ) in transliterate() 131 sRet = xTrans->transliterate( rStr, nStart, nLen, *pOffset ); in transliterate()
|
/aoo42x/main/vcl/inc/ |
H A D | brdwin.hxx | 257 …DrawWindow( sal_uInt16 nDrawFlags, OutputDevice* pOutDev = NULL, const Point* pOffset = NULL ) = 0; 284 virtual void DrawWindow( sal_uInt16 nDrawFlags, OutputDevice* pOutDev, const Point* pOffset ); 313 virtual void DrawWindow( sal_uInt16 nDrawFlags, OutputDevice* pOutDev, const Point* pOffset ); 344 virtual void DrawWindow( sal_uInt16 nDrawFlags, OutputDevice* pOutDev, const Point* pOffset );
|
/aoo42x/main/stoc/source/tdmanager/ |
H A D | tdmgr.cxx | 746 sal_Unicode* pOffset = p; in initDimensions() local 752 pOffset++; in initDimensions() 753 if (*pOffset == ']') in initDimensions() 755 *pOffset = '\0'; in initDimensions() 756 pOffset += 2; in initDimensions() 759 p = pOffset; in initDimensions()
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | transliterationwrapper.hxx | 97 ::com::sun::star::uno::Sequence <sal_Int32>* pOffset ) const; 102 ::com::sun::star::uno::Sequence <sal_Int32>* pOffset );
|
/aoo42x/main/i18npool/source/transliteration/ |
H A D | transliteration_body.cxx | 419 sal_Int32 *pOffset = offset.getArray(); in transliterate_titlecase_Impl() local 426 pOffset[i] = nIdx; in transliterate_titlecase_Impl()
|
/aoo42x/main/vcl/os2/source/app/ |
H A D | salshl.cxx | 40 ULONG BuffLen, PCHAR pBuff, ULONG *pOffset, ULONG Address);
|
Completed in 54 milliseconds