/aoo41x/main/filter/source/graphicfilter/egif/ |
H A D | giflzwc.cxx | 173 pPrefix = NULL; in StartCompression() 188 if( !pPrefix && nSize ) in Compress() 190 pPrefix=pTable+(*pSrc++); in Compress() 198 for( p=pPrefix->pFirstChild; p!=NULL; p=p->pBrother ) in Compress() 205 pPrefix=p; in Compress() 208 pIDOS->WriteBits(pPrefix->nCode,nCodeSize); in Compress() 226 p->pBrother=pPrefix->pFirstChild; in Compress() 227 pPrefix->pFirstChild=p; in Compress() 232 pPrefix=pTable+nV; in Compress() 244 if( pPrefix ) in EndCompression() [all …]
|
H A D | giflzwc.hxx | 44 GIFLZWCTreeNode* pPrefix; member in GIFLZWCompressor
|
/aoo41x/main/xmloff/source/style/ |
H A D | styleexp.cxx | 104 const OUString* pPrefix ) in exportStyle() argument 126 if(pPrefix) in exportStyle() 127 sName = *pPrefix; in exportStyle() 148 if(pPrefix) in exportStyle() 149 sParent = *pPrefix; in exportStyle() 394 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix) 400 pPrefix); 406 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix) 411 pPrefix); 423 pPrefix); in exportStyleFamily() [all …]
|
/aoo41x/main/filter/source/graphicfilter/etiff/ |
H A D | etiff.cxx | 93 TIFFLZWCTreeNode* pPrefix; member in TIFFWriter 535 pPrefix = NULL; in StartCompression() 547 if( !pPrefix ) in Compress() 549 pPrefix = pTable + nCompThis; in Compress() 561 pPrefix = p; in Compress() 564 WriteBits( pPrefix->nCode, nCodeSize ); in Compress() 582 p->pBrother = pPrefix->pFirstChild; in Compress() 583 pPrefix->pFirstChild = p; in Compress() 588 pPrefix = pTable + nV; in Compress() 597 if( pPrefix ) in EndCompression() [all …]
|
/aoo41x/main/sax/source/fastparser/ |
H A D | fastparser.cxx | 318 (strncmp( rPrefix.getStr(), pPrefix, nPrefixLen ) == 0 ) ) in GetTokenWithPrefix() 368 if( pPrefix && !rEntity.maContextStack.empty() ) in GetNamespaceURL() 375 (strncmp( rPrefix.getStr(), pPrefix, nPrefixLen ) == 0 ) ) in GetNamespaceURL() 717 const XML_Char *pPrefix; in callbackStartElement() local 732 splitName( awAttributes[i], pPrefix, nPrefixLen, pName, nNameLen ); in callbackStartElement() 735 if( (nPrefixLen == 5) && (strncmp( pPrefix, "xmlns", 5 ) == 0) ) in callbackStartElement() 742 aAttribs.back().maPrefix = OString( pPrefix, nPrefixLen ); in callbackStartElement() 785 splitName( pwName, pPrefix, nPrefixLen, pName, nNameLen ); in callbackStartElement() 787 nElementToken = GetTokenWithPrefix( pPrefix, nPrefixLen, pName, nNameLen ); in callbackStartElement() 799 rEntity.maContextStack.top()->maNamespace = GetNamespaceURL( pPrefix, nPrefixLen ); in callbackStartElement() [all …]
|
H A D | fastparser.hxx | 135 …sal_Int32 GetTokenWithPrefix( const sal_Char*pPrefix, int nPrefixLen, const sal_Char* pName, int n… 137 …::rtl::OUString GetNamespaceURL( const sal_Char*pPrefix, int nPrefixLen ) throw (::com::sun::star:…
|
/aoo41x/main/xmloff/source/core/ |
H A D | nmspmap.cxx | 294 OUString *pPrefix, in _GetKeyByAttrName() argument 309 if ( pPrefix ) in _GetKeyByAttrName() 310 *pPrefix = rEntry.sPrefix; in _GetKeyByAttrName() 338 if( pPrefix ) in _GetKeyByAttrName() 339 *pPrefix = xEntry->sPrefix; in _GetKeyByAttrName() 420 sal_Bool SvXMLNamespaceMap::AddAtIndex( sal_uInt16 nIdx, const sal_Char *pPrefix, in AddAtIndex() argument 423 OUString sPrefix( OUString::createFromAscii(pPrefix) ); in AddAtIndex() 466 OUString *pPrefix, in GetKeyByAttrName() argument 471 return _GetKeyByAttrName ( rAttrName, pPrefix, pLocalName, pNamespace ); in GetKeyByAttrName()
|
H A D | xmlexp.cxx | 753 OUString* pPrefix = aPrefixes.getArray(); in setSourceDocument() local 758 for( nIndex = 0; nIndex < nCount; ++nIndex, ++pPrefix ) in setSourceDocument() 760 if( xNamespaceMap->getByName( *pPrefix ) >>= aURL ) in setSourceDocument() 761 _GetNamespaceMap().Add( *pPrefix, aURL, XML_NAMESPACE_UNKNOWN ); in setSourceDocument()
|
/aoo41x/main/unoxml/source/dom/ |
H A D | node.cxx | 84 const xmlChar *pPrefix = pNs->prefix; in addNamespaces() local 85 OString prefix(reinterpret_cast<const sal_Char*>(pPrefix), in addNamespaces() 86 strlen(reinterpret_cast<const char*>(pPrefix))); in addNamespaces() 93 (const char*)pHref, (const char*)pPrefix); in addNamespaces() 117 …sal_Int32 getTokenWithPrefix( const Context& rContext, const sal_Char* pPrefix, const sal_Char* pN… in getTokenWithPrefix() argument 120 OString prefix(pPrefix, in getTokenWithPrefix() 121 strlen(reinterpret_cast<const char*>(pPrefix))); in getTokenWithPrefix() 124 (const char*)pPrefix, (const char*)pName); in getTokenWithPrefix()
|
H A D | attr.cxx | 53 xmlChar const*const pPrefix(reinterpret_cast<xmlChar const*>( in GetNamespace() 55 xmlNsPtr pNs = xmlSearchNs(pNode->doc, pNode, pPrefix); in GetNamespace() 59 pNs = xmlNewNs(pNode, pUri, pPrefix); in GetNamespace()
|
H A D | element.cxx | 62 const xmlChar *pPrefix = pNs->prefix; in saxify() local 63 OUString prefix(reinterpret_cast<const sal_Char*>(pPrefix), in saxify() 64 strlen(reinterpret_cast<const char*>(pPrefix)), in saxify()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | styleexp.hxx | 91 const ::rtl::OUString* pPrefix = 0L ); //<-end,zhaojianwei 129 const ::rtl::OUString* pPrefix = 0L); 135 const ::rtl::OUString* pPrefix = 0L);
|
H A D | nmspmap.hxx | 135 ::rtl::OUString *pPrefix, 159 /* deprecated */ sal_Bool AddAtIndex( sal_uInt16 nIdx, const sal_Char *pPrefix, 172 ::rtl::OUString *pPrefix,
|
/aoo41x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 2648 pPrefix = NULL; in StartCompression() 2660 if( !pPrefix ) in Compress() 2662 pPrefix = pTable + nCompThis; in Compress() 2667 for( p = pPrefix->pFirstChild; p != NULL; p = p->pBrother ) in Compress() 2674 pPrefix = p; in Compress() 2677 WriteBits( pPrefix->nCode, nCodeSize ); in Compress() 2695 p->pBrother = pPrefix->pFirstChild; in Compress() 2696 pPrefix->pFirstChild = p; in Compress() 2701 pPrefix = pTable + nV; in Compress() 2710 if( pPrefix ) in EndCompression() [all …]
|
/aoo41x/main/tools/source/fsys/ |
H A D | urlobj.cxx | 701 PrefixInfo const * pPrefix = getPrefix(p, pEnd); in setAbsURIRef() local 702 if (pPrefix) in setAbsURIRef() 705 m_eScheme = pPrefix->m_eScheme; in setAbsURIRef() 709 pPrefix->m_pTranslatedPrefix : in setAbsURIRef() 710 pPrefix->m_pPrefix)); in setAbsURIRef() 1463 bool hasScheme = pPrefix != 0; in convertRelToAbs() 1573 if (pPrefix && pPrefix->m_eScheme == m_eScheme in convertRelToAbs() 2036 PrefixInfo const * pPrefix = getPrefix(p, pEnd); in convertIntToExt() local 2037 bool bConvert = pPrefix && pPrefix->m_eKind == PrefixInfo::INTERNAL; in convertIntToExt() 2065 bool bConvert = pPrefix && pPrefix->m_eKind == PrefixInfo::EXTERNAL; in convertExtToInt() [all …]
|
/aoo41x/main/sal/textenc/ |
H A D | converter.c | 87 sal_Char const * pPrefix, in ImplHandleBadInputUnicodeToTextConversion() argument 152 *(*pDestBufPtr)++ = *pPrefix++; in ImplHandleBadInputUnicodeToTextConversion()
|
H A D | converter.h | 53 sal_Char const * pPrefix,
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | app.hxx | 186 static ResMgr* CreateResManager( const char *pPrefix ); 235 void RegisterBasicConstants( const char *pPrefix,
|
/aoo41x/main/sfx2/source/appl/ |
H A D | app.cxx | 554 ResMgr* SfxApplication::CreateResManager( const char *pPrefix ) in CreateResManager() argument 556 return ResMgr::CreateResMgr( pPrefix); in CreateResManager()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 1555 …indOrAppendImpl( std::vector< OUString >& rVector, const OUString& rText, const sal_Char* pPrefix ) in findOrAppendImpl() argument 1572 OUString aStr( OUString::createFromAscii( pPrefix ) ); in findOrAppendImpl() 1577 …pl >& rVector, const OUString& rText, sal_Bool bFixed, sal_Int32 nFormat, const sal_Char* pPrefix ) in findOrAppendImpl() argument 1603 OUString aStr( OUString::createFromAscii( pPrefix ) ); in findOrAppendImpl()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 1081 static void appendResourceMap( OStringBuffer& rBuf, const char* pPrefix, const PDFWriterImpl::Resou… in appendResourceMap() argument 1086 rBuf.append( pPrefix ); in appendResourceMap()
|