/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpdirp.cxx | 345 else if ((*p >= 'a' && *p <= 'z') || (*p >= 'A' && *p <= 'Z')) in parseDOS() 360 else if ((*p < 'a' || *p > 'z') && (*p < 'A' || *p > 'Z')) in parseDOS() 367 else if ((*p >= 'a' && *p <= 'z') || (*p >= 'A' && *p <= 'Z')) in parseDOS() 383 if ((*p >= 'a' && *p <= 'z') || (*p >= 'A' && *p <= 'Z')) in parseDOS() 595 *p == '-' || *p == '_' || *p == '$') in parseVMS() 611 *p == '-' || *p == '_' || *p == '$') in parseVMS() 697 if (*p < '0' || *p > '9') in parseVMS() 746 if (!((*p >= 'A' && *p <= 'Z') || (*p >= 'a' && *p <= 'z'))) in parseVMS() 841 if (*p < '0' || *p > '5') in parseVMS() 845 if (*p < '0' || *p > '9') in parseVMS() [all …]
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxint.cxx | 40 switch( +p->eType ) in ImpGetInteger() 132 if( p->pDecimal ) in ImpGetInteger() 136 dVal = p->nDouble; in ImpGetInteger() 153 if( !p->pOUString ) in ImpGetInteger() 229 switch( +p->eType ) in ImpPutInteger() 274 if( !p->pOUString ) in ImpPutInteger() 399 switch( +p->eType ) in ImpGetInt64() 436 dVal = p->nDouble; in ImpGetInt64() 531 switch( +p->eType ) in ImpPutInt64() 687 switch( +p->eType ) in ImpGetUInt64() [all …]
|
H A D | sbxexec.cxx | 62 while( *p && ( *p == ' ' || *p == '\t' ) ) in SkipWhitespace() 77 while( *p && *p != ']' ) in Symbol() 93 if( *p && (*p == '%' || *p == '&' || *p == '!' || *p == '#' || *p == '$' ) ) in Symbol() 110 if( aCharClass.isAlpha( *p ) || *p == '_' || *p == '[' ) in QualifiedName() 193 p = SkipWhitespace( p ); in MulDiv() 225 p = SkipWhitespace( p ); in PlusMinus() 257 p = SkipWhitespace( p ); in Assign() 322 while( *p && *p != ')' && *p != ']' ) in Element() 365 p = SkipWhitespace( p ); in Execute() 388 p = SkipWhitespace( p ); in FindQualified() [all …]
|
H A D | sbxstr.cxx | 93 else if( p->pObj && p->pObj->IsFixed() in ImpGetString() 227 *p->pChar = ImpGetChar( p ); break; in ImpPutString() 229 *p->pByte = ImpGetByte( p ); break; in ImpPutString() 231 *p->pInteger = ImpGetInteger( p ); break; in ImpPutString() 237 *p->pUShort = ImpGetUShort( p ); break; in ImpPutString() 239 *p->pLong = ImpGetLong( p ); break; in ImpPutString() 241 *p->pULong = ImpGetULong( p ); break; in ImpPutString() 243 *p->pSingle = ImpGetSingle( p ); break; in ImpPutString() 245 *p->pDouble = ImpGetDate( p ); break; in ImpPutString() 247 *p->pDouble = ImpGetDouble( p ); break; in ImpPutString() [all …]
|
H A D | sbxbyte.cxx | 35 switch( +p->eType ) in ImpGetByte() 78 else if( p->nLong < 0 ) in ImpGetByte() 143 if( p->pDecimal ) in ImpGetByte() 147 dVal = p->nDouble; in ImpGetByte() 164 if( !p->pOUString ) in ImpGetByte() 238 switch( +p->eType ) in ImpPutByte() 241 p->nByte = n; break; in ImpPutByte() 249 p->nLong = n; break; in ImpPutByte() 251 p->nULong = n; break; in ImpPutByte() 258 p->nInt64 = n; break; in ImpPutByte() [all …]
|
H A D | sbxchar.cxx | 40 switch( +p->eType ) in ImpGetChar() 47 nRes = p->nChar; break; in ImpGetChar() 134 if( p->pDecimal ) in ImpGetChar() 138 dVal = p->nDouble; in ImpGetChar() 216 p = &aTmp; goto start; in ImpGetChar() 228 switch( +p->eType ) in ImpPutChar() 231 p->nChar = n; break; in ImpPutChar() 236 p->nLong = n; break; in ImpPutChar() 243 p->nInt64 = n; break; in ImpPutChar() 245 p->uInt64 = n; break; in ImpPutChar() [all …]
|
H A D | sbxuint.cxx | 35 switch( +p->eType ) in ImpGetUShort() 42 nRes = p->nChar; in ImpGetUShort() 48 if( p->nInteger < 0 ) in ImpGetUShort() 53 nRes = p->nInteger; in ImpGetUShort() 57 nRes = p->nUShort; in ImpGetUShort() 129 if( p->pDecimal ) in ImpGetUShort() 133 dVal = p->nDouble; in ImpGetUShort() 150 if( !p->pOUString ) in ImpGetUShort() 227 switch( +p->eType ) in ImpPutUShort() 233 p->nLong = n; break; in ImpPutUShort() [all …]
|
H A D | sbxulng.cxx | 35 switch( +p->eType ) in ImpGetULong() 42 nRes = p->nChar; in ImpGetULong() 48 if( p->nInteger < 0 ) in ImpGetULong() 53 nRes = p->nInteger; in ImpGetULong() 57 nRes = p->nUShort; in ImpGetULong() 60 if( p->nLong < 0 ) in ImpGetULong() 65 nRes = p->nLong; in ImpGetULong() 105 if( p->pDecimal ) in ImpGetULong() 109 dVal = p->nDouble; in ImpGetULong() 126 if( !p->pOUString ) in ImpGetULong() [all …]
|
H A D | sbxcurr.cxx | 44 switch( +p->eType ) in ImpGetCurrency() 345 if( *p == '-' ) in ImpStringToCurrency() 346 aStr += *p++; in ImpStringToCurrency() 348 while( *p >= '0' && *p <= '9' ) { in ImpStringToCurrency() 349 aStr += *p++; in ImpStringToCurrency() 350 if( *p == ',' ) in ImpStringToCurrency() 351 p++; in ImpStringToCurrency() 354 if( *p == '.' ) { in ImpStringToCurrency() 355 p++; in ImpStringToCurrency() 356 while( nDec && *p >= '0' && *p <= '9' ) { in ImpStringToCurrency() [all …]
|
H A D | sbxlng.cxx | 35 switch( +p->eType ) in ImpGetLong() 42 nRes = p->nChar; break; in ImpGetLong() 44 nRes = p->nByte; break; in ImpGetLong() 52 nRes = p->nLong; break; in ImpGetLong() 97 if( p->pDecimal ) in ImpGetLong() 101 dVal = p->nDouble; in ImpGetLong() 118 if( !p->pOUString ) in ImpGetLong() 195 switch( +p->eType ) in ImpPutLong() 223 p->nLong = n; break; in ImpPutLong() 230 p->nInt64 = n; break; in ImpPutLong() [all …]
|
H A D | sbxbool.cxx | 39 switch( +p->eType ) in ImpGetBool() 68 if( p->pDecimal ) in ImpGetBool() 162 switch( +p->eType ) in ImpPutBool() 170 p->nInteger = n; break; in ImpPutBool() 172 p->nLong = n; break; in ImpPutBool() 179 p->nSingle = n; break; in ImpPutBool() 182 p->nDouble = n; break; in ImpPutBool() 184 p->nInt64 = n; break; in ImpPutBool() 186 p->uInt64 = n; break; in ImpPutBool() 226 *p->pLong = n; break; in ImpPutBool() [all …]
|
H A D | sbxsng.cxx | 35 switch( +p->eType ) in ImpGetSingle() 42 nRes = p->nChar; break; in ImpGetSingle() 44 nRes = p->nByte; break; in ImpGetSingle() 63 if( p->pDecimal ) in ImpGetSingle() 82 dVal = p->nDouble; in ImpGetSingle() 111 if( !p->pOUString ) in ImpGetSingle() 176 p = &aTmp; goto start; in ImpGetSingle() 188 switch( +p->eType ) in ImpPutSingle() 223 p = &aTmp; goto start; in ImpPutSingle() 236 if( !p->pOUString ) in ImpPutSingle() [all …]
|
H A D | sbxdec.cxx | 435 if( !p ) in ImpCreateDecimal() 446 (void)p; in ImpCreateDecimal() 580 (void)p; in ImpGetDecimal() 594 switch( +p->eType ) in ImpPutDecimal() 640 p->nSingle = f; in ImpPutDecimal() 648 p->nDouble = d; in ImpPutDecimal() 688 *p->pChar = 0; in ImpPutDecimal() 695 *p->pByte = 0; in ImpPutDecimal() 719 *p->pLong = 0; in ImpPutDecimal() 726 *p->pULong = 0; in ImpPutDecimal() [all …]
|
H A D | sbxdbl.cxx | 34 switch( +p->eType ) in ImpGetDouble() 41 nRes = p->nChar; break; in ImpGetDouble() 43 nRes = p->nByte; break; in ImpGetDouble() 51 nRes = p->nLong; break; in ImpGetDouble() 53 nRes = p->nULong; break; in ImpGetDouble() 67 if( p->pDecimal ) in ImpGetDouble() 75 if( !p->pOUString ) in ImpGetDouble() 143 switch( +p->eType ) in ImpPutDouble() 173 p = &aTmp; goto start; in ImpPutDouble() 182 p->nDouble = n; break; in ImpPutDouble() [all …]
|
H A D | sbxarray.cxx | 367 if( p ) in Merge() 603 AddDim32( p->nLbound, p->nUbound ); in operator =() 604 p = p->pNext; in operator =() 647 pLast->pNext = p, pLast = p; in AddDimImpl32() 684 p = p->pNext; in GetDim32() 712 for( SbxDim* p = pFirst; p; p = p->pNext ) in Offset32() local 719 nPos = nPos * p->nSize + nIdx - p->nLbound; in Offset32() 731 for( SbxDim* p = pFirst; p; p = p->pNext ) in Offset() local 738 nPos = nPos * p->nSize + nIdx - p->nLbound; in Offset() 788 for( SbxDim* p = pFirst; p && !IsError(); p = p->pNext ) in Offset32() local [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | address.cxx | 87 for (++p; *p; ++p) in lcl_ParseQuotedName() 420 if (!*p || *p != '!') in Parse_XL_Header() 442 for (p = start; *p != '['; ++p) in Parse_XL_Header() 658 if( *p == 'R' || *p == 'r' ) in lcl_ScRange_Parse_XL_R1C1() 665 if( p[0] != ':' || (p[1] != 'R' && p[1] != 'r' ) || in lcl_ScRange_Parse_XL_R1C1() 680 if (p && p[0] != 0) in lcl_ScRange_Parse_XL_R1C1() 707 if (p && p[0] != 0) in lcl_ScRange_Parse_XL_R1C1() 720 if (p && p[0] != 0) in lcl_ScRange_Parse_XL_R1C1() 736 if( p[0] != ':' || (p[1] != 'C' && p[1] != 'c') || in lcl_ScRange_Parse_XL_R1C1() 748 if (p && p[0] != 0) in lcl_ScRange_Parse_XL_R1C1() [all …]
|
H A D | chgtrack.cxx | 1012 p = p->GetNext(); in IsTabDeleteCol() 2288 for ( p = GetFirst(); p; p = pNext ) in DtorClear() 3547 for ( ScChangeAction* p = *ppFirstAction; p; p = p->GetNext() ) in UpdateReference() local 3760 for ( ScChangeAction* p = *ppFirstAction; p; p = p->GetNext() ) in UpdateReference() local 3821 for ( ScChangeAction* p = *ppFirstAction; p; p = p->GetNext() ) in UpdateReference() local 3867 for ( ScChangeAction* p = *ppFirstAction; p; p = p->GetNext() ) in UpdateReference() local 3906 for ( ScChangeAction* p = *ppFirstAction; p; p = p->GetNext() ) in UpdateReference() local 3955 for ( ScChangeAction* p = *ppFirstAction; p; p = p->GetNext() ) in UpdateReference() local 4294 for ( ScChangeAction* p = GetFirst(); p; p = p->GetNext() ) in AcceptAll() local 4323 for ( ScChangeAction* p = GetLast(); p && bOk; p = p->GetPrev() ) in RejectAll() local [all …]
|
/aoo42x/main/tools/source/inet/ |
H A D | inetmime.cxx | 229 for (Node * p = m_pFirst; p; p = p->m_pNext) in includes() local 239 for (Node * p = m_pFirst; p; p = p->m_pNext) in getPreferredEncoding() local 248 for (Node * p = m_pFirst; p; p = p->m_pNext) in reset() local 262 for (; *p; p = &(*p)->m_pNext) in find() 297 for (Parameter * p = rInput.m_pList; p; p = p->m_pNext) in parseParameters() local 866 for ( ; p != pEnd; ++p) in scanUnsigned() 890 for ( ; p != pEnd; ++p) in scanUnsigned() 914 for ( p = rBegin; p != pEnd; ++p) in scanUnsignedHex() 938 for ( ; p != pEnd; ++p) in scanUnsignedHex() 1120 while (p != pEnd && isTokenChar(*p) && *p != '*') in scanParameters() [all …]
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | bparr.cxx | 143 return p->pData[ idx - p->nStart ]; in operator []() 164 if( p->nStart <= pos && p->nEnd >= pos ) in Index2Block() 173 if( p->nStart <= pos && p->nEnd >= pos ) in Index2Block() 180 if( p->nStart <= pos && p->nEnd >= pos ) in Index2Block() 247 p->nStart = p->nEnd = 0; in InsBlock() 401 p->nElem = p->nElem - nel; in Remove() 434 p->nEnd = p->nElem-1; in Remove() 466 p->pData[ idx - p->nStart ] = rElem; in Replace() 523 p->nElem = p->nElem - n; in Compress() 530 delete p, p = 0; in Compress() [all …]
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleRole.idl | 42 here.</p> 130 <p>See also <const>FILE_CHOOSER</const>.</p> 167 <p>See also <const>DIRECTORY_PANE</const>.</p> 331 <p>See also <const>DIALOG</const>.</p> 341 <p>See also <const>PAGE_TAB_LIST</const>.</p> 352 <p>See also <const>PAGE_TAB</const>.</p> 430 <p>Ssee also <const>SCROLL_PANE</const>.</p> 509 <p>See also <const>LABEL</const>.</p> 559 <p>See also <const>SCROLL_PANE</const>.</p> 688 <p>An object which represents a comment.</p> [all …]
|
/aoo42x/main/ucb/source/regexp/ |
H A D | regexp.cxx | 90 *pBegin = p; in matchStringIgnoreCase() 120 bMatches = p == pEnd || *p == '/' || *p == '?' || *p == '#'; in matches() 126 if (p == pEnd || *p == '/' || *p == '?' || *p == '#') in matches() 128 ++p; in matches() 200 if (p != pEnd && isAlpha(*p)) in isScheme() 201 for (++p;;) in isScheme() 342 if (p == pEnd || *p++ != '"') in scanStringLiteral() 357 c = *p++; in scanStringLiteral() 436 if (p != pEnd && *p == '(') in parse() 438 ++p; in parse() [all …]
|
/aoo42x/main/tools/source/fsys/ |
H A D | urlobj.cxx | 1627 if (pEnd - p >= 2 && p[0] == '/' && p[1] == '/') in convertRelToAbs() 1984 p != pSubjectPathEnd && *p != '/'; ++p) in convertAbsToRel() 2386 for (; p != pEnd; ++p) in parseHost() 4531 for (sal_Unicode const * p = pSegBegin; p != pSegEnd && *p != ';'; ++p) in hasExtension() local 4554 for (; p != pSegEnd && *p != ';'; ++p) in getBase() 4585 for (; p != pSegEnd && *p != ';'; ++p) in setBase() 4619 for (; p != pSegEnd && *p != ';'; ++p) in getExtension() 4650 for (; p != pSegEnd && *p != ';'; ++p) in setExtension() 4685 for (; p != pSegEnd && *p != ';'; ++p) in removeExtension() 5096 for (; p < pEnd; ++p) in HasMsgId() [all …]
|
/aoo42x/main/sal/rtl/source/ |
H A D | math.cxx | 753 while (p != pEnd && (*p == CharT('0') || *p == cGroupSeparator)) in stringToDouble() 759 for (; p != pEnd; ++p) in stringToDouble() 772 if (p != pEnd && *p == cDecSeparator) in stringToDouble() 787 for (; p != pEnd; ++p) in stringToDouble() 810 if (p != p0 && p != pEnd && (*p == CharT('E') || *p == CharT('e'))) in stringToDouble() 814 if (p != pEnd && *p == CharT('-')) in stringToDouble() 835 for (; p != pEnd; ++p) in stringToDouble() 872 else if (p - p0 == 2 && p != pEnd && p[0] == CharT('#') in stringToDouble() 875 if (pEnd - p >= 4 && p[1] == CharT('I') && p[2] == CharT('N') in stringToDouble() 886 else if (pEnd - p >= 4 && p[1] == CharT('N') && p[2] == CharT('A') in stringToDouble() [all …]
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | DocumentIndexLevelFormat.idl | 47 <p>TokenType</p> 48 <p>Values:</p> 88 <p>CharacterStyleName</p> 92 <p>TabStopRightAligned</p> 96 <p>TabStopPosition</p> 100 <p>TabStopFillCharacter</p> 104 <p>WithTab</p> 108 <p>Text</p> 112 <p>ChapterFormat</p> 114 <p>Other information.</p> [all …]
|
/aoo42x/main/tools/inc/tools/ |
H A D | solar.h | 51 #define DELETEZ( p ) ( delete p,p = 0 ) argument 87 inline sal_uInt8 SVBT8ToByte ( const SVBT8 p ) { return p[0]; } in SVBT8ToByte() argument 88 inline sal_uInt16 SVBT16ToShort( const SVBT16 p ) { return (sal_uInt16)p[0] in SVBT16ToShort() argument 90 inline sal_uInt32 SVBT32ToUInt32 ( const SVBT32 p ) { return (sal_uInt32)p[0] in SVBT32ToUInt32() argument 96 ((sal_uInt8*)&n)[0] = p[0]; in SVBT64ToDouble() 97 ((sal_uInt8*)&n)[1] = p[1]; in SVBT64ToDouble() 118 inline void ByteToSVBT8 ( sal_uInt8 n, SVBT8 p ) { p[0] = n; } in ByteToSVBT8() argument 119 inline void ShortToSVBT16( sal_uInt16 n, SVBT16 p ) { p[0] = (sal_uInt8) n; in ShortToSVBT16() argument 121 inline void UInt32ToSVBT32 ( sal_uInt32 n, SVBT32 p ) { p[0] = (sal_uInt8) n; in UInt32ToSVBT32() argument 126 inline void DoubleToSVBT64( double n, SVBT64 p ) { p[0] = ((sal_uInt8*)&n)[0]; in DoubleToSVBT64() argument [all …]
|