Home
last modified time | relevance | path

Searched refs:pContext (Results 1 – 25 of 272) sorted by relevance

1234567891011

/AOO41X/main/sal/textenc/
H A Dconvertiso2022cn.c71 void * pContext in ImplCreateIso2022CnToUnicodeContext() local
73 ((ImplIso2022CnToUnicodeContext *) pContext)->m_eState in ImplCreateIso2022CnToUnicodeContext()
75 ((ImplIso2022CnToUnicodeContext *) pContext)->m_bSo = sal_False; in ImplCreateIso2022CnToUnicodeContext()
76 ((ImplIso2022CnToUnicodeContext *) pContext)->m_b116431 = sal_False; in ImplCreateIso2022CnToUnicodeContext()
77 return pContext; in ImplCreateIso2022CnToUnicodeContext()
80 void ImplResetIso2022CnToUnicodeContext(void * pContext) in ImplResetIso2022CnToUnicodeContext() argument
82 if (pContext) in ImplResetIso2022CnToUnicodeContext()
84 ((ImplIso2022CnToUnicodeContext *) pContext)->m_eState in ImplResetIso2022CnToUnicodeContext()
86 ((ImplIso2022CnToUnicodeContext *) pContext)->m_bSo = sal_False; in ImplResetIso2022CnToUnicodeContext()
87 ((ImplIso2022CnToUnicodeContext *) pContext)->m_b116431 = sal_False; in ImplResetIso2022CnToUnicodeContext()
[all …]
H A Dconvertiso2022kr.c64 void * pContext in ImplCreateIso2022KrToUnicodeContext() local
66 ((ImplIso2022KrToUnicodeContext *) pContext)->m_eState in ImplCreateIso2022KrToUnicodeContext()
68 return pContext; in ImplCreateIso2022KrToUnicodeContext()
71 void ImplResetIso2022KrToUnicodeContext(void * pContext) in ImplResetIso2022KrToUnicodeContext() argument
73 if (pContext) in ImplResetIso2022KrToUnicodeContext()
74 ((ImplIso2022KrToUnicodeContext *) pContext)->m_eState in ImplResetIso2022KrToUnicodeContext()
79 void * pContext, in ImplConvertIso2022KrToUnicode() argument
99 if (pContext) in ImplConvertIso2022KrToUnicode()
101 eState = ((ImplIso2022KrToUnicodeContext *) pContext)->m_eState; in ImplConvertIso2022KrToUnicode()
102 nRow = ((ImplIso2022KrToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022KrToUnicode()
[all …]
H A Dconvertiso2022jp.c58 void * pContext in ImplCreateIso2022JpToUnicodeContext() local
60 ((ImplIso2022JpToUnicodeContext *) pContext)->m_eState in ImplCreateIso2022JpToUnicodeContext()
62 return pContext; in ImplCreateIso2022JpToUnicodeContext()
65 void ImplResetIso2022JpToUnicodeContext(void * pContext) in ImplResetIso2022JpToUnicodeContext() argument
67 if (pContext) in ImplResetIso2022JpToUnicodeContext()
68 ((ImplIso2022JpToUnicodeContext *) pContext)->m_eState in ImplResetIso2022JpToUnicodeContext()
73 void * pContext, in ImplConvertIso2022JpToUnicode() argument
93 if (pContext) in ImplConvertIso2022JpToUnicode()
95 eState = ((ImplIso2022JpToUnicodeContext *) pContext)->m_eState; in ImplConvertIso2022JpToUnicode()
96 nRow = ((ImplIso2022JpToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022JpToUnicode()
[all …]
H A Dtenchelp.h46 void * pContext,
57 void * pContext,
68 typedef void (* ImplDestroyTextContextProc)(void * pContext);
70 typedef void (* ImplResetTextContextProc)(void * pContext);
74 typedef void (* ImplDestroyUnicodeContextProc)(void * pContext);
76 typedef void (* ImplResetUnicodeContextProc)(void * pContext);
217 sal_Size ImplSymbolToUnicode( const ImplTextConverterData* pData, void* pContext,
221 sal_Size ImplUnicodeToSymbol( const ImplTextConverterData* pData, void* pContext,
225 sal_Size ImplCharToUnicode( const ImplTextConverterData* pData, void* pContext,
229 sal_Size ImplUnicodeToChar( const ImplTextConverterData* pData, void* pContext,
[all …]
H A Dtcvtutf8.c51 void ImplResetUtf8ToUnicodeContext(void * pContext) in ImplResetUtf8ToUnicodeContext() argument
53 if (pContext != NULL) in ImplResetUtf8ToUnicodeContext()
55 ((struct ImplUtf8ToUnicodeContext *) pContext)->nShift = -1; in ImplResetUtf8ToUnicodeContext()
56 ((struct ImplUtf8ToUnicodeContext *) pContext)->bCheckBom = sal_True; in ImplResetUtf8ToUnicodeContext()
61 void * pContext, sal_Char const * pSrcBuf, in ImplConvertUtf8ToUnicode() argument
86 if (pContext != NULL) in ImplConvertUtf8ToUnicode()
88 nUtf32 = ((struct ImplUtf8ToUnicodeContext *) pContext)->nUtf32; in ImplConvertUtf8ToUnicode()
89 nShift = ((struct ImplUtf8ToUnicodeContext *) pContext)->nShift; in ImplConvertUtf8ToUnicode()
90 bCheckBom = ((struct ImplUtf8ToUnicodeContext *) pContext)->bCheckBom; in ImplConvertUtf8ToUnicode()
236 if (pContext != NULL) in ImplConvertUtf8ToUnicode()
[all …]
H A Dconverteuctw.c51 void * pContext = rtl_allocateMemory(sizeof (ImplEucTwToUnicodeContext)); in ImplCreateEucTwToUnicodeContext() local
52 ((ImplEucTwToUnicodeContext *) pContext)->m_eState in ImplCreateEucTwToUnicodeContext()
54 return pContext; in ImplCreateEucTwToUnicodeContext()
57 void ImplResetEucTwToUnicodeContext(void * pContext) in ImplResetEucTwToUnicodeContext() argument
59 if (pContext) in ImplResetEucTwToUnicodeContext()
60 ((ImplEucTwToUnicodeContext *) pContext)->m_eState in ImplResetEucTwToUnicodeContext()
65 void * pContext, in ImplConvertEucTwToUnicode() argument
91 if (pContext) in ImplConvertEucTwToUnicode()
93 eState = ((ImplEucTwToUnicodeContext *) pContext)->m_eState; in ImplConvertEucTwToUnicode()
94 nPlane = ((ImplEucTwToUnicodeContext *) pContext)->m_nPlane; in ImplConvertEucTwToUnicode()
[all …]
H A Dconvertgb18030.c49 void * pContext in ImplCreateGb18030ToUnicodeContext() local
51 ((ImplGb18030ToUnicodeContext *) pContext)->m_eState in ImplCreateGb18030ToUnicodeContext()
53 return pContext; in ImplCreateGb18030ToUnicodeContext()
56 void ImplResetGb18030ToUnicodeContext(void * pContext) in ImplResetGb18030ToUnicodeContext() argument
58 if (pContext) in ImplResetGb18030ToUnicodeContext()
59 ((ImplGb18030ToUnicodeContext *) pContext)->m_eState in ImplResetGb18030ToUnicodeContext()
64 void * pContext, in ImplConvertGb18030ToUnicode() argument
85 if (pContext) in ImplConvertGb18030ToUnicode()
87 eState = ((ImplGb18030ToUnicodeContext *) pContext)->m_eState; in ImplConvertGb18030ToUnicode()
88 nCode = ((ImplGb18030ToUnicodeContext *) pContext)->m_nCode; in ImplConvertGb18030ToUnicode()
[all …]
/AOO41X/main/xmloff/source/draw/
H A Dximpstyl.cxx113 SvXMLImportContext *pContext = 0; in CreateChildContext() local
136 if( !pContext ) in CreateChildContext()
137 pContext = SvXMLPropertySetContext::CreateChildContext( p_nPrefix, rLocalName, in CreateChildContext()
141 return pContext; in CreateChildContext()
195 SvXMLImportContext *pContext = 0; in CreateChildContext() local
203 pContext = new SdXMLDrawingPagePropertySetContext( GetImport(), nPrefix, in CreateChildContext()
209 if( !pContext ) in CreateChildContext()
210 pContext = XMLPropStyleContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext()
213 return pContext; in CreateChildContext()
451 SvXMLImportContext* pContext = 0; in CreateChildContext() local
[all …]
H A Dshapeimport.cxx713 SdXMLShapeContext *pContext = 0L; in Create3DSceneChildContext() local
723pContext = new SdXML3DSceneShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, sal_F… in Create3DSceneChildContext()
729pContext = new SdXML3DCubeObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, … in Create3DSceneChildContext()
735pContext = new SdXML3DSphereObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes… in Create3DSceneChildContext()
741pContext = new SdXML3DLatheObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes,… in Create3DSceneChildContext()
747pContext = new SdXML3DExtrudeObjectShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShape… in Create3DSceneChildContext()
762 pContext->processAttribute( nPrefix, aLocalName, aValue ); in Create3DSceneChildContext()
765 return pContext; in Create3DSceneChildContext()
794 SdXMLShapeContext *pContext = 0L; in CreateGroupChildContext() local
804pContext = new SdXMLGroupShapeContext( rImport, p_nPrefix, rLocalName, xAttrList, rShapes, bTempor… in CreateGroupChildContext()
[all …]
/AOO41X/main/sw/source/filter/html/
H A Dhtmlctxt.cxx347 void SwHTMLParser::EndContext( _HTMLAttrContext *pContext ) in EndContext() argument
349 if( pContext->GetPopStack() ) in EndContext()
356 ASSERT( pCntxt != pContext, in EndContext()
358 if( pCntxt == pContext ) in EndContext()
367 if( pContext->HasAttrs() ) in EndContext()
368 EndContextAttrs( pContext ); in EndContext()
373 if( pContext->GetSpansSection() ) in EndContext()
377 if( pContext->HasSaveDocContext() ) in EndContext()
378 RestoreDocContext( pContext ); in EndContext()
381 if( AM_NONE != pContext->GetAppendMode() && in EndContext()
[all …]
/AOO41X/main/sc/source/filter/xml/
H A Dxmldpimp.cxx89 SvXMLImportContext *pContext = 0; in CreateChildContext() local
96 pContext = new ScXMLDataPilotTableContext( GetScImport(), nPrefix, in CreateChildContext()
102 if( !pContext ) in CreateChildContext()
103 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
105 return pContext; in CreateChildContext()
233 SvXMLImportContext *pContext = 0; in CreateChildContext() local
240 pContext = new ScXMLDPSourceSQLContext(GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
246pContext = new ScXMLDPSourceTableContext(GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
252pContext = new ScXMLDPSourceQueryContext(GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
258pContext = new ScXMLSourceServiceContext(GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
[all …]
H A Dxmldrani.cxx90 SvXMLImportContext *pContext = 0; in CreateChildContext() local
97 pContext = new ScXMLDatabaseRangeContext( GetScImport(), nPrefix, in CreateChildContext()
103 if( !pContext ) in CreateChildContext()
104 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
106 return pContext; in CreateChildContext()
224 SvXMLImportContext *pContext = 0; in CreateChildContext() local
231 pContext = new ScXMLSourceSQLContext( GetScImport(), nPrefix, in CreateChildContext()
237 pContext = new ScXMLSourceTableContext( GetScImport(), nPrefix, in CreateChildContext()
243 pContext = new ScXMLSourceQueryContext( GetScImport(), nPrefix, in CreateChildContext()
249 pContext = new ScXMLFilterContext( GetScImport(), nPrefix, in CreateChildContext()
[all …]
H A DXMLTrackedChangesContext.cxx583 SvXMLImportContext *pContext(0); in CreateChildContext() local
589pContext = new ScXMLContentChangeContext(GetScImport(), nPrefix, rLocalName, xAttrList, pChangeTra… in CreateChildContext()
593pContext = new ScXMLInsertionContext(GetScImport(), nPrefix, rLocalName, xAttrList, pChangeTrackin… in CreateChildContext()
597pContext = new ScXMLDeletionContext(GetScImport(), nPrefix, rLocalName, xAttrList, pChangeTracking… in CreateChildContext()
601pContext = new ScXMLMovementContext(GetScImport(), nPrefix, rLocalName, xAttrList, pChangeTracking… in CreateChildContext()
605pContext = new ScXMLRejectionContext(GetScImport(), nPrefix, rLocalName, xAttrList, pChangeTrackin… in CreateChildContext()
609 if( !pContext ) in CreateChildContext()
610 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
612 return pContext; in CreateChildContext()
661 SvXMLImportContext *pContext(0); in CreateChildContext() local
[all …]
H A Dxmlfilti.cxx117 SvXMLImportContext *pContext(0); in CreateChildContext() local
124 pContext = new ScXMLAndContext( GetScImport(), nPrefix, in CreateChildContext()
130 pContext = new ScXMLOrContext( GetScImport(), nPrefix, in CreateChildContext()
136 pContext = new ScXMLConditionContext( GetScImport(), nPrefix, in CreateChildContext()
142 if( !pContext ) in CreateChildContext()
143 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
145 return pContext; in CreateChildContext()
186 SvXMLImportContext *pContext(0); in CreateChildContext() local
198 pContext = new ScXMLConditionContext( GetScImport(), nPrefix, in CreateChildContext()
204 if( !pContext ) in CreateChildContext()
[all …]
H A DXMLDDELinksContext.cxx67 SvXMLImportContext *pContext = 0; in CreateChildContext() local
70 pContext = new ScXMLDDELinkContext(GetScImport(), nPrefix, rLName, xAttrList); in CreateChildContext()
72 if( !pContext ) in CreateChildContext()
73 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
75 return pContext; in CreateChildContext()
110 SvXMLImportContext *pContext = 0; in CreateChildContext() local
113 pContext = new ScXMLDDESourceContext(GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
115 pContext = new ScXMLDDETableContext(GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
117 if( !pContext ) in CreateChildContext()
118 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
[all …]
H A Dxmlbodyi.cxx142 SvXMLImportContext *pContext = 0; in CreateChildContext() local
165pContext = new ScXMLTrackedChangesContext( GetScImport(), nPrefix, rLocalName, xAttrList, pChangeT… in CreateChildContext()
169pContext = new ScXMLCalculationSettingsContext( GetScImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
173pContext = new ScXMLContentValidationsContext( GetScImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
176 pContext = new ScXMLLabelRangesContext( GetScImport(), nPrefix, rLocalName, xAttrList ); in CreateChildContext()
183 pContext = new ScXMLEmptyContext(GetScImport(), nPrefix, rLocalName); in CreateChildContext()
187 pContext = new ScXMLTableContext( GetScImport(),nPrefix, rLocalName, in CreateChildContext()
193 pContext = new ScXMLNamedExpressionsContext ( GetScImport(), nPrefix, rLocalName, in CreateChildContext()
195 static_cast<ScXMLNamedExpressionsContext*>(pContext)->SetScope( MAXTABCOUNT );//workbookname in CreateChildContext()
198 pContext = new ScXMLDatabaseRangesContext ( GetScImport(), nPrefix, rLocalName, in CreateChildContext()
[all …]
H A Dxmlcvali.cxx205 SvXMLImportContext *pContext = 0; in CreateChildContext() local
211pContext = new ScXMLContentValidationContext( GetScImport(), nPrefix, rLName, xAttrList); in CreateChildContext()
215 if( !pContext ) in CreateChildContext()
216 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
218 return pContext; in CreateChildContext()
290 SvXMLImportContext *pContext = 0; in CreateChildContext() local
296pContext = new ScXMLHelpMessageContext( GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
299pContext = new ScXMLErrorMessageContext( GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
302 pContext = new ScXMLErrorMacroContext( GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
305 pContext = new XMLEventsImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
[all …]
/AOO41X/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx451 XMLTypedPropertiesOOoTContext_Impl *pContext = in StartElement() local
458 pContext->AddAttribute( sAttrName, sAttrValue ); in StartElement()
462 pContext->AddAttribute( sAttrName, sAttrValue ); in StartElement()
471 pContext->AddAttribute( aAction.GetQNamePrefixFromParam1(), in StartElement()
480 pContext->AddAttribute( sAttrName, aAttrValue ); in StartElement()
487 pContext->AddAttribute( aAction.GetQNamePrefixFromParam1(), in StartElement()
496 pContext->AddAttribute( sAttrName, aAttrValue ); in StartElement()
503 pContext->AddAttribute( aAction.GetQNamePrefixFromParam1(), in StartElement()
512 pContext->AddAttribute( sAttrName, aAttrValue ); in StartElement()
519 pContext->AddAttribute( sAttrName, aAttrValue ); in StartElement()
[all …]
H A DDeepTContext.cxx44 void XMLPersElemContentTContext::AddContent( XMLTransformerContext *pContext ) in AddContent() argument
46 OSL_ENSURE( pContext && pContext->IsPersistent(), in AddContent()
48 XMLTransformerContextVector::value_type aVal( pContext ); in AddContent()
96 XMLTransformerContext *pContext = 0; in CreateChildContext() local
107 pContext = new XMLPersMixedContentTContext( GetTransformer(), in CreateChildContext()
111 pContext = new XMLPersMixedContentTContext( GetTransformer(), in CreateChildContext()
115 pContext = new XMLPersMixedContentTContext( GetTransformer(), rQName, in CreateChildContext()
120 pContext = new XMLPersMixedContentTContext( GetTransformer(), rQName, in CreateChildContext()
138 pContext = pMC; in CreateChildContext()
142 pContext = new XMLPersMixedContentTContext( GetTransformer(), rQName, in CreateChildContext()
[all …]
/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx1044 PropertyMapPtr pContext = DomainMapper_Impl::GetTopContextOfType(CONTEXT_SECTION); in PushPageHeader() local
1046 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageHeader()
1082 PropertyMapPtr pContext = DomainMapper_Impl::GetTopContextOfType(CONTEXT_SECTION); in PushPageFooter() local
1084 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageFooter()
2429 FieldContextPtr pContext = m_aFieldStack.top(); in AppendFieldCommand() local
2430 OSL_ENSURE( pContext.get(), "no field context available"); in AppendFieldCommand()
2431 if( pContext.get() ) in AppendFieldCommand()
2433 pContext->AppendCommand( rPartOfCommand ); in AppendFieldCommand()
2524 (FieldContextPtr pContext, in handleFieldAsk() argument
2532 sVariable = lcl_ExctractAskVariableAndHint( pContext->GetCommand(), in handleFieldAsk()
[all …]
/AOO41X/main/xmloff/source/text/
H A Dtxtparaimphint.hxx212 XMLTextFrameHint_Impl( SvXMLImportContext* pContext, in XMLTextFrameHint_Impl() argument
215 xContext( pContext ) in XMLTextFrameHint_Impl()
226 SvXMLImportContext *pContext = &xContext; in GetTextContent() local
227 if( pContext->ISA( XMLTextFrameContext ) ) in GetTextContent()
228 xTxt = PTR_CAST( XMLTextFrameContext, pContext )->GetTextContent(); in GetTextContent()
229 else if( pContext->ISA( XMLTextFrameHyperlinkContext ) ) in GetTextContent()
230 xTxt = PTR_CAST( XMLTextFrameHyperlinkContext, pContext ) in GetTextContent()
240 SvXMLImportContext *pContext = &xContext; in GetShape() local
241 if( pContext->ISA( XMLTextFrameContext ) ) in GetShape()
242 xShape = PTR_CAST( XMLTextFrameContext, pContext )->GetShape(); in GetShape()
[all …]
H A DXMLTextFrameContext.cxx1144 SvXMLImportContext *pContext = 0; in CreateChildContext() local
1151 pContext = new XMLTextFrameParam_Impl( GetImport(), in CreateChildContext()
1174 pContext = new XMLBase64ImportContext( GetImport(), nPrefix, in CreateChildContext()
1182 if( !pContext && in CreateChildContext()
1209 pContext = pEContext; in CreateChildContext()
1212 if( !pContext && xOldTextCursor.is() ) // text-box in CreateChildContext()
1213 pContext = GetImport().GetTextImport()->CreateTextChildContext( in CreateChildContext()
1217 if( !pContext ) in CreateChildContext()
1218 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); in CreateChildContext()
1220 return pContext; in CreateChildContext()
[all …]
/AOO41X/main/connectivity/source/parse/
H A Dsqlnode.cxx236 const IParseContext* pContext, in parseNodeToStr() argument
244 pContext ? pContext->getPreferredLocale() : OParseContext::getDefaultLocale(), in parseNodeToStr()
245 pContext, _bIntl, _bQuote, '.', false, false ); in parseNodeToStr()
254 const IParseContext* pContext ) const in parseNodeToPredicateStr()
261 …parseNodeToStr(rString, _rxConnection, xFormatter, NULL, rIntl, pContext, sal_True, sal_True, _cDe… in parseNodeToPredicateStr()
271 const IParseContext* pContext ) const in parseNodeToPredicateStr()
278 …parseNodeToStr( rString, _rxConnection, xFormatter, _xField, rIntl, pContext, true, true, _cDec, t… in parseNodeToPredicateStr()
287 const IParseContext* pContext, in parseNodeToStr() argument
305 _rxConnection, xFormatter, _xField, rIntl, pContext, in parseNodeToStr()
2550 …Parser::getFunctionReturnType(const ::rtl::OUString& _sFunctionName, const IParseContext* pContext) in getFunctionReturnType() argument
[all …]
/AOO41X/main/writerfilter/source/ooxml/
H A DHandler.cxx35 OOXMLFootnoteHandler::OOXMLFootnoteHandler(OOXMLFastContextHandler * pContext) in OOXMLFootnoteHandler() argument
36 : mpFastContext(pContext) in OOXMLFootnoteHandler()
63 OOXMLEndnoteHandler::OOXMLEndnoteHandler(OOXMLFastContextHandler * pContext) in OOXMLEndnoteHandler() argument
64 : mpFastContext(pContext) in OOXMLEndnoteHandler()
91 OOXMLCommentHandler::OOXMLCommentHandler(OOXMLFastContextHandler * pContext) in OOXMLCommentHandler() argument
92 : mpFastContext(pContext) in OOXMLCommentHandler()
119 OOXMLOLEHandler::OOXMLOLEHandler(OOXMLFastContextHandler * pContext) in OOXMLOLEHandler() argument
120 : mpFastContext(pContext) in OOXMLOLEHandler()
147 OOXMLFooterHandler::OOXMLFooterHandler(OOXMLFastContextHandler * pContext) in OOXMLFooterHandler() argument
148 : mpFastContext(pContext), msStreamId(), mnType(0) in OOXMLFooterHandler()
[all …]
/AOO41X/main/sd/source/ui/unoidl/
H A Dunosrch.cxx127 SearchContext_impl* pContext = NULL; in replaceAll() local
136 pContext = new SearchContext_impl( xShapes ); in replaceAll()
137 xShape = pContext->firstShape(); in replaceAll()
172 pContext = new SearchContext_impl( xGroupShape, pContext ); in replaceAll()
173 xShape = pContext->firstShape(); in replaceAll()
177 if( pContext ) in replaceAll()
178 xShape = pContext->nextShape(); in replaceAll()
185 while( pContext && !xShape.is() ) in replaceAll()
187 if( pContext->getParent() ) in replaceAll()
189 SearchContext_impl* pOldContext = pContext; in replaceAll()
[all …]

1234567891011