/aoo42x/main/basic/source/classes/ |
H A D | image.cxx | 36 pStrings = NULL; in SbiImage() 59 delete[] pStrings; in Clear() 63 pStrings = NULL; in Clear() 223 delete [] pStrings; in Load() 224 pStrings = new sal_Unicode[ nLen ]; in Load() 366 ByteString aStr( pStrings + nOff, eCharSet ); in Save() 394 pStrings = new sal_Unicode[ nStringSize ]; in MakeStrings() 396 if( pStrings && pStringOff ) in MakeStrings() 430 delete[] pStrings; in AddString() 431 pStrings = p; in AddString() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | SwStyleNameMapper.cxx | 352 const SvStringsDtor *pStrings; in getHashTable() local 372 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable() 375 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable() 378 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable() 381 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable() 384 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable() 387 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable() 408 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable() 411 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable() 427 (*pHash)[(*pStrings)[nIndex]] = nId; in getHashTable() [all …]
|
/aoo42x/main/sal/inc/osl/ |
H A D | profile.hxx | 96 const sal_Char** pStrings = new const sal_Char*[ nItems+1 ]; in readIdent() local 101 pStrings[ nItems++ ] = (*it).getStr(); in readIdent() 104 pStrings[ nItems ] = NULL; in readIdent() 105 …= osl_readProfileIdent( profile, rSection.getStr(), rEntry.getStr(), nFirstId, pStrings, nDefault); in readIdent() 106 delete[] pStrings; in readIdent() 126 const sal_Char** pStrings = new const sal_Char*[ nItems+1 ]; in writeIdent() local 131 pStrings[ nItems++ ] = (*it).getStr(); in writeIdent() 134 pStrings[ nItems ] = NULL; in writeIdent() 136 … osl_writeProfileIdent( profile, rSection.getStr(), rEntry.getStr(), nFirstId, pStrings, nValue ); in writeIdent() 137 delete[] pStrings; in writeIdent()
|
/aoo42x/main/comphelper/source/misc/ |
H A D | serviceinfohelper.cxx | 73 ::rtl::OUString* pStrings = aSeq.getArray(); in concatSequences() 78 *pStrings++ = *pStringSrc++; in concatSequences() 82 *pStrings++ = *pStringSrc++; in concatSequences() 94 rtl::OUString* pStrings = rSeq.getArray(); in addToSequence() local 99 pStrings[nCount++] = rtl::OUString::createFromAscii(va_arg( marker, char*)); in addToSequence()
|
/aoo42x/main/sd/source/core/ |
H A D | stlsheet.cxx | 975 OUString* pStrings = aNameSequence.getArray(); in getSupportedServiceNames() local 977 *pStrings++ = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.style.Style" ) ); in getSupportedServiceNames() 978 *pStrings++ = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.FillProperties" ) ); in getSupportedServiceNames() 979 *pStrings++ = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.LineProperties" ) ); in getSupportedServiceNames() 980 *pStrings++ = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.ShadowProperties" ) ); in getSupportedServiceNames() 981 …*pStrings++ = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.ConnectorProperties" ) … in getSupportedServiceNames() 982 *pStrings++ = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.MeasureProperties" ) ); in getSupportedServiceNames() 983 *pStrings++ = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.style.ParagraphProperties" ) ); in getSupportedServiceNames() 984 *pStrings++ = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.style.CharacterProperties" ) ); in getSupportedServiceNames() 985 *pStrings++ = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.TextProperties" ) ); in getSupportedServiceNames() [all …]
|
/aoo42x/main/forms/source/xforms/ |
H A D | NameContainer.hxx | 138 rtl::OUString* pStrings = aSequence.getArray(); in getElementNames() local 141 *pStrings = aIter->first; in getElementNames() 143 ++pStrings; in getElementNames() 145 OSL_ENSURE( pStrings == aSequence.getArray() + aSequence.getLength(), in getElementNames()
|
H A D | namedcollection.hxx | 74 rtl::OUString* pStrings = aResult.getArray(); in getNames() local 75 std::copy( aNames.begin(), aNames.end(), pStrings ); in getNames()
|
/aoo42x/main/sc/source/core/data/ |
H A D | validat.cxx | 633 bool ScValidationData::GetSelectionFromFormula( TypedScStrCollection* pStrings, in GetSelectionFromFormula() argument 752 if( NULL != pStrings ) in GetSelectionFromFormula() 787 if( NULL != pStrings ) in GetSelectionFromFormula() 795 if( NULL == pStrings ) in GetSelectionFromFormula() 801 lclInsertStringToCollection( *pStrings, pEntry, bSortList ); in GetSelectionFromFormula()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unomod.cxx | 232 OUString* pStrings = aSeq.getArray(); in getAvailableServiceNames() local 238 pStrings[nIdx] = pMap->aIdentifier; in getAvailableServiceNames() 252 OUString* pStrings = aSeq.getArray(); in concatServiceNames() local 255 OUString* pStringDst = pStrings; in concatServiceNames()
|
H A D | unoctabl.cxx | 182 OUString* pStrings = aSeq.getArray(); in getElementNames() local 187 pStrings[nIndex] = pEntry->GetName(); in getElementNames()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unopback.cxx | 207 OUString* pStrings = aNameSequence.getArray(); in getSupportedServiceNames() local 209 *pStrings++ = OUString( RTL_CONSTASCII_USTRINGPARAM( sUNO_Service_PageBackground ) ); in getSupportedServiceNames() 210 *pStrings = OUString( RTL_CONSTASCII_USTRINGPARAM( sUNO_Service_FillProperties ) ); in getSupportedServiceNames()
|
H A D | unolayer.cxx | 703 OUString* pStrings = aSeq.getArray(); in getElementNames() local 710 *pStrings++ = SdLayer::convertToExternalName( pLayer->GetName() ); in getElementNames()
|
/aoo42x/main/svx/source/form/ |
H A D | fmdmod.cxx | 88 ::rtl::OUString* pStrings = aSeq.getArray(); in getAvailableServiceNames() 90 pStrings[nIdx] = aSvxComponentServiceNameList[nIdx]; in getAvailableServiceNames()
|
/aoo42x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | Helper.java | 178 String[] pStrings = new String[STRINGS_NUM]; in GetLocalizedString() local 181 … pStrings[nInd] = AnyConverter.toString( xNameAccess.getByName( m_pEntryNames[nInd] ) ); in GetLocalizedString() 183 pStrings[nInd] = ""; in GetLocalizedString() 185 m_pConfigStrings = pStrings; in GetLocalizedString()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 2494 const ::rtl::OUString* pStrings = aTest.getConstArray(); in SetList() local 2496 for (sal_Int32 i = 0; i < nItems; ++i, ++pStrings ) in SetList() 2497 pField->InsertEntry(*pStrings, LISTBOX_APPEND); in SetList() 2625 const ::rtl::OUString* pStrings = aTest.getConstArray(); in SetList() local 2629 for (sal_Int32 i = 0; i < nItems; ++i, ++pStrings ) in SetList() 2630 pField->InsertEntry(*pStrings, LISTBOX_APPEND); in SetList() 2792 const ::rtl::OUString* pStrings = aTest.getConstArray(); in SetList() local 2799 for (sal_Int32 i = 0; i < nItems; ++i, ++pStrings ) in SetList() 2800 pField->InsertEntry(*pStrings, LISTBOX_APPEND); in SetList() 2805 for (sal_Int32 i = 0; i < nItems; ++i, ++pStrings ) in SetList() [all …]
|
/aoo42x/main/basic/source/inc/ |
H A D | image.hxx | 44 sal_Unicode* pStrings; // StringPool member in SbiImage
|
/aoo42x/main/sw/source/core/edit/ |
H A D | editsh.cxx | 543 sal_uInt16 SwEditShell::GetRefMarks( SvStringsDtor* pStrings ) const in GetRefMarks() 545 return GetDoc()->GetRefMarks( pStrings ); in GetRefMarks()
|
/aoo42x/main/sc/inc/ |
H A D | validat.hxx | 163 bool GetSelectionFromFormula( TypedScStrCollection* pStrings,
|
/aoo42x/main/stoc/source/invocation/ |
H A D | invocation.cxx | 806 const OUString* pStrings = aNameAccessNames.getConstArray(); in getInfoSequenceImpl() local 817 rItem.aName = pStrings[ i ]; in getInfoSequenceImpl()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlforw.cxx | 1225 const OUString *pStrings = aList.getConstArray(); in OutHTML_DrawFrmFmtAsControl() local 1285 HTMLOutFuncs::Out_String( rWrt.Strm(), pStrings[i], in OutHTML_DrawFrmFmtAsControl()
|
H A D | htmlform.cxx | 2523 OUString *pStrings = aList.getArray(); in EndSelect() local 2531 pStrings[i] = sText; in EndSelect()
|
/aoo42x/main/sw/source/core/access/ |
H A D | accpara.cxx | 1306 ::rtl::OUString* pStrings = pSeq->getArray(); in getAttributeNames() 1311 #define STR(x) pStrings[i++] = OUString::createFromAscii(x) in getAttributeNames() 1342 ::rtl::OUString* pStrings = pSeq->getArray(); in getSupplementalAttributeNames() 1347 #define STR(x) pStrings[i++] = OUString::createFromAscii(x) in getSupplementalAttributeNames()
|
/aoo42x/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 266 ::rtl::OUString* pStrings = aIDSeq.getArray(); in implGetResourceIDs() 273 pStrings[iTarget] = aStr; in implGetResourceIDs()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.cxx | 281 const ::rtl::OUString* pStrings = aStrings.getConstArray(); in impl_getPropertyValue_throw() local 291 ::rtl::OUString aIdStr = pStrings[i]; in impl_getPropertyValue_throw()
|
/aoo42x/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 1317 ::rtl::OUString* pStrings = pSeq->getArray(); in getAttributeNames() 1319 #define STR(x) pStrings[i++] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(x)) in getAttributeNames()
|