Home
last modified time | relevance | path

Searched refs:pPrefix (Results 1 – 21 of 21) sorted by relevance

/trunk/main/filter/source/graphicfilter/egif/
H A Dgiflzwc.cxx173 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 Dgiflzwc.hxx44 GIFLZWCTreeNode* pPrefix; member in GIFLZWCompressor
/trunk/main/xmloff/source/style/
H A Dstyleexp.cxx104 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 …]
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx93 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 …]
/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx318 (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 Dfastparser.hxx135 …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:…
/trunk/main/xmloff/source/core/
H A Dnmspmap.cxx294 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 Dxmlexp.cxx753 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()
/trunk/main/unoxml/source/dom/
H A Dnode.cxx84 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 Dattr.cxx53 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 Delement.cxx62 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()
/trunk/main/xmloff/inc/xmloff/
H A Dstyleexp.hxx91 const ::rtl::OUString* pPrefix = 0L ); //<-end,zhaojianwei
129 const ::rtl::OUString* pPrefix = 0L);
135 const ::rtl::OUString* pPrefix = 0L);
H A Dnmspmap.hxx135 ::rtl::OUString *pPrefix,
159 /* deprecated */ sal_Bool AddAtIndex( sal_uInt16 nIdx, const sal_Char *pPrefix,
172 ::rtl::OUString *pPrefix,
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx2648 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 …]
/trunk/main/tools/source/fsys/
H A Durlobj.cxx701 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 …]
/trunk/main/sal/textenc/
H A Dconverter.c87 sal_Char const * pPrefix, in ImplHandleBadInputUnicodeToTextConversion() argument
152 *(*pDestBufPtr)++ = *pPrefix++; in ImplHandleBadInputUnicodeToTextConversion()
H A Dconverter.h53 sal_Char const * pPrefix,
/trunk/main/sfx2/inc/sfx2/
H A Dapp.hxx186 static ResMgr* CreateResManager( const char *pPrefix );
235 void RegisterBasicConstants( const char *pPrefix,
/trunk/main/sfx2/source/appl/
H A Dapp.cxx554 ResMgr* SfxApplication::CreateResManager( const char *pPrefix ) in CreateResManager() argument
556 return ResMgr::CreateResMgr( pPrefix); in CreateResManager()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1555 …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()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1081 static void appendResourceMap( OStringBuffer& rBuf, const char* pPrefix, const PDFWriterImpl::Resou… in appendResourceMap() argument
1086 rBuf.append( pPrefix ); in appendResourceMap()

Completed in 182 milliseconds