Home
last modified time | relevance | path

Searched refs:pStr (Results 126 – 150 of 337) sorted by relevance

12345678910>>...14

/aoo42x/main/sfx2/source/bastyp/
H A Dfrmhtmlw.cxx328 const sal_Char *pStr = bVal ? sHTML_SC_yes : sHTML_SC_no; in Out_FrameDescriptor() local
329 (((sOut += ' ') += OOO_STRING_SVTOOLS_HTML_O_scrolling) += '=') += pStr; in Out_FrameDescriptor()
340 const char* pStr = bVal ? sHTML_SC_yes : sHTML_SC_no; in Out_FrameDescriptor() local
341 (((sOut += ' ') += OOO_STRING_SVTOOLS_HTML_O_frameborder) += '=') += pStr; in Out_FrameDescriptor()
/aoo42x/main/rsc/source/prj/
H A Dstart.cxx337 char * pStr; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
351 pStr = ::ResponseFile( &aCmdLine, argv, argc ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
352 if( pStr ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
354 printf( "Cannot open response file <%s>\n", pStr ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/aoo42x/main/io/source/stm/
H A Dodata.cxx347 sal_Unicode * pStr = aBuffer.getArray(); in readUTF() local
360 pStr[nStrLen++] = c; in readUTF()
377 pStr[nStrLen++] = (sal_Unicode(c & 0x1F) << 6) | (char2 & 0x3F); in readUTF()
394 pStr[nStrLen++] = (sal_Unicode(c & 0x0F) << 12) | in readUTF()
405 return OUString( pStr, nStrLen ); in readUTF()
761 const sal_Unicode * pStr = Value.getStr(); in writeUTF() local
767 sal_uInt16 c = pStr[i]; in writeUTF()
796 sal_uInt16 c = pStr[i]; in writeUTF()
/aoo42x/main/sdext/source/pdfimport/odf/
H A Dodfemitter.cxx111 const sal_Char* pStr = aStr.getStr(); in write() local
112 std::copy(pStr,pStr+nLen,m_aBuf.getArray()); in write()
/aoo42x/main/i18npool/source/transliteration/
H A Dtransliteration_Numeric.cxx75 rtl_uString* pStr = x_rtl_uString_new_WithLength( nCount ); // our x_rtl_ustring.h in transliterateBullet() local
76 sal_Unicode* out = pStr->buffer; in transliterateBullet()
117 return OUString( pStr, SAL_NO_ACQUIRE ); // take over ownership of <pStr> in transliterateBullet()
/aoo42x/main/sw/source/core/doc/
H A Dacmplwrd.cxx400 const StringPtr pStr = (StringPtr)&rWord; in GetRange() local
401 aWordLst.Seek_Entry( pStr, &rStt ); in GetRange()
418 const StringPtr pStr = rNewLst[ nNewPos ]; in CheckChangedList() local
419 while( aWordLst[ nMyPos ] != pStr ) in CheckChangedList()
/aoo42x/main/sw/source/core/txtnode/
H A Datrftn.cxx255 void SwTxtFtn::SetNumber( const sal_uInt16 nNewNum, const XubString* pStr ) in SetNumber() argument
258 if( pStr && pStr->Len() ) in SetNumber()
259 rFtn.aNumber = *pStr; in SetNumber()
/aoo42x/main/shell/source/backends/macbe/
H A Dmacbackend.cxx194 rtl::OUString GetOUString( NSString* pStr ) in GetOUString() argument
196 if( ! pStr ) in GetOUString()
198 int nLen = [pStr length]; in GetOUString()
204 [pStr getCharacters: const_cast<sal_Unicode*>(aBuf.getStr())]; in GetOUString()
/aoo42x/main/vcl/inc/
H A Dprintergfx.hxx305 void LicenseWarning (const Point& rPoint, const sal_Unicode* pStr,
314 const sal_Unicode* pStr,
318 const sal_Unicode* pStr, sal_Int16 nLen,
410 const sal_Unicode* pStr, sal_Int16 nLen,
/aoo42x/main/sd/source/filter/eppt/
H A Deppt.cxx651 ::rtl::OUString* pStr; in ImplCreateDocument()
652 for ( pStr = (::rtl::OUString*)maSlideNameList.First(); pStr; in ImplCreateDocument()
655 if ( *pStr == aSlideName ) in ImplCreateDocument()
663 if ( !pStr ) in ImplCreateDocument()
1116 const sal_Unicode * pStr = rName.getStr(); in getInitials() local
1122 while( nLength && (*pStr <= ' ') ) in getInitials()
1124 nLength--; pStr++; in getInitials()
1130 sInitials += rtl::OUString( *pStr ); in getInitials()
1131 nLength--; pStr++; in getInitials()
1135 while( nLength && (*pStr > ' ') ) in getInitials()
[all …]
/aoo42x/main/vcl/unx/generic/printergfx/
H A Dglyphset.hxx91 const sal_Unicode* pStr, sal_Int16 nLen);
93 const sal_Unicode* pStr, sal_Int16 nLen,
115 const sal_Unicode* pStr, sal_Int16 nLen,
/aoo42x/main/sc/inc/
H A Dlookupcache.hxx107 setString( rEntry.pStr); in QueryCriteria()
137 void setString( const String * pStr ) in setString() argument
142 mpStr = pStr; in setString()
/aoo42x/main/vcl/unx/generic/printer/
H A Dppdparser.cxx887 const sal_Char* pStr = i_rString.GetBuffer(); in handleTranslation() local
888 const sal_Char* pEnd = pStr + nOrigLen; in handleTranslation()
889 while( pStr < pEnd ) in handleTranslation()
891 if( *pStr == '<' ) in handleTranslation()
893 pStr++; in handleTranslation()
895 while( *pStr != '>' && pStr < pEnd-1 ) in handleTranslation()
897 cChar = getNibble( *pStr++ ) << 4; in handleTranslation()
898 cChar |= getNibble( *pStr++ ); in handleTranslation()
901 pStr++; in handleTranslation()
904 aTrans.append( *pStr++ ); in handleTranslation()
/aoo42x/main/canvas/source/directx/
H A Ddx_canvasfont.cxx65 const sal_Unicode* pStr(rFontRequest.FontDescription.FamilyName.getStr()); in CanvasFont() local
67 std::copy(pStr,pStr+nLen,&pStrBuf[0]); in CanvasFont()
/aoo42x/main/rsc/inc/
H A Drsctools.hxx66 static char * MakeUTF8( char * pStr, sal_uInt16 nTextEncoding );
79 sal_uInt32 Append( char * pStr ){ in Append() argument
80 return( Append( (void *)pStr ) ); in Append()
/aoo42x/main/basctl/source/basicide/
H A Dbasobj3.cxx121 const sal_Unicode* pStr = aOUSource.getStr(); in CreateMacro() local
122 if ( pStr[ nSourceLen - 1 ] != LINE_SEP ) in CreateMacro()
124 else if ( pStr[ nSourceLen - 2 ] != LINE_SEP ) in CreateMacro()
126 else if ( pStr[ nSourceLen - 3 ] == LINE_SEP ) in CreateMacro()
/aoo42x/main/sw/source/filter/rtf/
H A Drtffly.cxx1506 String* pStr = 0; in ReadOLEData() local
1515 case '}': --nOpenBrakets; pStr = 0; break; in ReadOLEData()
1561 pStr = &sObjClass; in ReadOLEData()
1566 pStr = &sObjName; in ReadOLEData()
1570 pStr = &sObjData; in ReadOLEData()
1596 if( 1 < nOpenBrakets && pStr ) in ReadOLEData()
1598 if( pStr == &sObjData ) in ReadOLEData()
1610 *pStr += aToken; in ReadOLEData()
/aoo42x/main/formula/inc/formula/
H A Dtokenarray.hxx200 FormulaToken* AddString( const sal_Unicode* pStr );
204 FormulaToken* AddExternal( const sal_Unicode* pStr );
208 FormulaToken* AddBad( const sal_Unicode* pStr ); /// ocBad with String
/aoo42x/main/formula/source/core/api/
H A Dtoken.cxx738 FormulaToken* FormulaTokenArray::AddString( const sal_Unicode* pStr ) in AddString() argument
740 return AddString( String( pStr ) ); in AddString()
758 FormulaToken* FormulaTokenArray::AddExternal( const sal_Unicode* pStr ) in AddExternal() argument
760 return AddExternal( String( pStr ) ); in AddExternal()
769 FormulaToken* FormulaTokenArray::AddBad( const sal_Unicode* pStr ) in AddBad() argument
771 return AddBad( String( pStr ) ); in AddBad()
/aoo42x/main/oox/source/core/
H A Dxmlfilterbase.cxx340 char pStr[200]; in writeElement() local
341 snprintf( pStr, sizeof( pStr ), "%d-%02d-%02dT%02d:%02d:%02d.%02dZ", in writeElement()
346 pDoc->write( pStr ); in writeElement()
/aoo42x/main/connectivity/inc/connectivity/
H A DCommonTools.hxx51 …OOO_DLLPUBLIC_DBTOOLS sal_Bool match(const sal_Unicode* pWild, const sal_Unicode* pStr, const sal_…
52 inline sal_Bool match( const rtl::OUString& rWild, const sal_Unicode* pStr, sal_Unicode cEscape) in match() argument
53 { return match( rWild.getStr(), pStr, cEscape); } in match()
/aoo42x/main/sc/source/ui/dbgui/
H A Dpfiltdlg.cxx212 String aValStr = *rEntry.pStr; in Init()
423 *rEntry.pStr = EMPTY_STRING; in GetOutputItem()
429 *rEntry.pStr = EMPTY_STRING; in GetOutputItem()
435 *rEntry.pStr = aStrVal; in GetOutputItem()
/aoo42x/main/stoc/test/
H A Dtestintrosp.cxx638 OUString* pStr = aStringSeq.getArray(); in Init() local
639 pStr[ 0 ] = OUString( OUString::createFromAscii("String 0") ); in Init()
640 pStr[ 1 ] = OUString( OUString::createFromAscii("String 1") ); in Init()
641 pStr[ 2 ] = OUString( OUString::createFromAscii("String 2") ); in Init()
863 OUString* pStr = aStrSeq.getArray(); in getElementNames() local
869 pStr[i] = aName; in getElementNames()
/aoo42x/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx93 LPOLESTR pStr = NULL; in lcl_getURLFromShellItem() local
97 HRESULT hr = pItem->GetDisplayName ( eConversion, &pStr ); in lcl_getURLFromShellItem()
102 hr = pItem->GetDisplayName ( eConversion, &pStr ); in lcl_getURLFromShellItem()
107 sURL = ::rtl::OUString(reinterpret_cast<sal_Unicode*>(pStr)); in lcl_getURLFromShellItem()
111 ::osl::FileBase::getFileURLFromSystemPath( reinterpret_cast<sal_Unicode*>(pStr), sURL ); in lcl_getURLFromShellItem()
114 CoTaskMemFree (pStr); in lcl_getURLFromShellItem()
/aoo42x/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx1057 const sal_Char* pStr = 0; in getConvertedSubType() local
1069 case 5: pStr = "downward"; break; in getConvertedSubType()
1070 case 10: pStr = "across"; break; in getConvertedSubType()
1077 pStr = "across"; in getConvertedSubType()
1084 case 3: pStr = "right-to-top"; break; in getConvertedSubType()
1085 case 6: pStr = "right-to-bottom"; break; in getConvertedSubType()
1086 case 9: pStr = "left-to-top"; break; in getConvertedSubType()
1091 if( pStr == 0 ) in getConvertedSubType()
1099 pStr = p->mpStrSubType; in getConvertedSubType()
1108 if( pStr ) in getConvertedSubType()
[all …]

Completed in 250 milliseconds

12345678910>>...14