Home
last modified time | relevance | path

Searched defs:pContext (Results 1 – 25 of 225) sorted by relevance

123456789

/trunk/main/sal/textenc/
H A Dcontext.c29 void * pContext = rtl_allocateMemory(sizeof (ImplUnicodeToTextContext)); in ImplCreateUnicodeToTextContext() local
34 void ImplResetUnicodeToTextContext(void * pContext) in ImplResetUnicodeToTextContext()
40 void ImplDestroyContext(void * pContext) in ImplDestroyContext()
H A Dconvertiso2022jp.c58 void * pContext in ImplCreateIso2022JpToUnicodeContext() local
65 void ImplResetIso2022JpToUnicodeContext(void * pContext) in ImplResetIso2022JpToUnicodeContext()
73 void * pContext, in ImplConvertIso2022JpToUnicode()
301 void * pContext in ImplCreateUnicodeToIso2022JpContext() local
308 void ImplResetUnicodeToIso2022JpContext(void * pContext) in ImplResetUnicodeToIso2022JpContext()
318 void * pContext, in ImplConvertUnicodeToIso2022Jp()
H A Dconvertiso2022kr.c64 void * pContext in ImplCreateIso2022KrToUnicodeContext() local
71 void ImplResetIso2022KrToUnicodeContext(void * pContext) in ImplResetIso2022KrToUnicodeContext()
79 void * pContext, in ImplConvertIso2022KrToUnicode()
264 void * pContext in ImplCreateUnicodeToIso2022KrContext() local
272 void ImplResetUnicodeToIso2022KrContext(void * pContext) in ImplResetUnicodeToIso2022KrContext()
283 void * pContext, in ImplConvertUnicodeToIso2022Kr()
H A Dtcvtutf7.c124 void ImplUTF7DestroyTextToUnicodeContext( void* pContext ) in ImplUTF7DestroyTextToUnicodeContext()
131 void ImplUTF7ResetTextToUnicodeContext( void* pContext ) in ImplUTF7ResetTextToUnicodeContext()
143 sal_Size ImplUTF7ToUnicode( const ImplTextConverterData* pData, void* pContext, in ImplUTF7ToUnicode()
422 void ImplUTF7DestroyUnicodeToTextContext( void* pContext ) in ImplUTF7DestroyUnicodeToTextContext()
429 void ImplUTF7ResetUnicodeToTextContext( void* pContext ) in ImplUTF7ResetUnicodeToTextContext()
439 sal_Size ImplUnicodeToUTF7( const ImplTextConverterData* pData, void* pContext, in ImplUnicodeToUTF7()
H A Dtcvtutf8.c51 void ImplResetUtf8ToUnicodeContext(void * pContext) in ImplResetUtf8ToUnicodeContext()
61 void * pContext, sal_Char const * pSrcBuf, in ImplConvertUtf8ToUnicode()
256 void ImplResetUnicodeToUtf8Context(void * pContext) in ImplResetUnicodeToUtf8Context()
263 void * pContext, sal_Unicode const * pSrcBuf, in ImplConvertUnicodeToUtf8()
H A Dconvertgb18030.c49 void * pContext in ImplCreateGb18030ToUnicodeContext() local
56 void ImplResetGb18030ToUnicodeContext(void * pContext) in ImplResetGb18030ToUnicodeContext()
64 void * pContext, in ImplConvertGb18030ToUnicode()
279 void * pContext, in ImplConvertUnicodeToGb18030()
H A Dconvertbig5hkscs.c41 void * pContext in ImplCreateBig5HkscsToUnicodeContext() local
47 void ImplResetBig5HkscsToUnicodeContext(void * pContext) in ImplResetBig5HkscsToUnicodeContext()
54 void * pContext, in ImplConvertBig5HkscsToUnicode()
274 void * pContext, in ImplConvertUnicodeToBig5Hkscs()
H A Dconverteuctw.c51 void * pContext = rtl_allocateMemory(sizeof (ImplEucTwToUnicodeContext)); in ImplCreateEucTwToUnicodeContext() local
57 void ImplResetEucTwToUnicodeContext(void * pContext) in ImplResetEucTwToUnicodeContext()
65 void * pContext, in ImplConvertEucTwToUnicode()
287 void * pContext, in ImplConvertUnicodeToEucTw()
H A Dconvertiso2022cn.c71 void * pContext in ImplCreateIso2022CnToUnicodeContext() local
80 void ImplResetIso2022CnToUnicodeContext(void * pContext) in ImplResetIso2022CnToUnicodeContext()
92 void * pContext, in ImplConvertIso2022CnToUnicode()
416 void * pContext in ImplCreateUnicodeToIso2022CnContext() local
427 void ImplResetUnicodeToIso2022CnContext(void * pContext) in ImplResetUnicodeToIso2022CnContext()
485 void * pContext, in ImplConvertUnicodeToIso2022Cn()
H A Dtcvtmb.c37 sal_Size ImplDBCSToUnicode( const ImplTextConverterData* pData, void* pContext, in ImplDBCSToUnicode()
220 sal_Size ImplUnicodeToDBCS( const ImplTextConverterData* pData, void* pContext, in ImplUnicodeToDBCS()
389 void* pContext, in ImplEUCJPToUnicode()
554 void* pContext, in ImplUnicodeToEUCJP()
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleGridControl.hxx248 AccessibleGridControl* pContext( getContext() ); in getTableHeader() local
257 AccessibleGridControl* pContext( getContext() ); in getTable() local
265 AccessibleGridControl* pContext( getContext() ); in commitCellEvent() local
272 AccessibleGridControl* pContext( getContext() ); in commitTableEvent() local
279 AccessibleGridControl* pContext( getContext() ); in commitEvent() local
H A DAccessibleBrowseBox.hxx259 AccessibleBrowseBox* pContext( getContext() ); in getHeaderBar() local
268 AccessibleBrowseBox* pContext( getContext() ); in getTable() local
276 AccessibleBrowseBox* pContext( getContext() ); in commitHeaderBarEvent() local
283 AccessibleBrowseBox* pContext( getContext() ); in commitTableEvent() local
290 AccessibleBrowseBox* pContext( getContext() ); in commitEvent() local
/trunk/main/writerfilter/source/ooxml/
H A DHandler.cxx35 OOXMLFootnoteHandler::OOXMLFootnoteHandler(OOXMLFastContextHandler * pContext) in OOXMLFootnoteHandler()
63 OOXMLEndnoteHandler::OOXMLEndnoteHandler(OOXMLFastContextHandler * pContext) in OOXMLEndnoteHandler()
91 OOXMLCommentHandler::OOXMLCommentHandler(OOXMLFastContextHandler * pContext) in OOXMLCommentHandler()
119 OOXMLOLEHandler::OOXMLOLEHandler(OOXMLFastContextHandler * pContext) in OOXMLOLEHandler()
147 OOXMLFooterHandler::OOXMLFooterHandler(OOXMLFastContextHandler * pContext) in OOXMLFooterHandler()
179 OOXMLHeaderHandler::OOXMLHeaderHandler(OOXMLFastContextHandler * pContext) in OOXMLHeaderHandler()
212 OOXMLFastContextHandler * pContext) in OOXMLBreakHandler()
259 OOXMLPictureHandler::OOXMLPictureHandler(OOXMLFastContextHandler * pContext) in OOXMLPictureHandler()
294 OOXMLHyperlinkHandler::OOXMLHyperlinkHandler(OOXMLFastContextHandler * pContext) in OOXMLHyperlinkHandler()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameHyperlinkContext.cxx122 SvXMLImportContext *pContext = 0; in CreateChildContext() local
150 SvXMLImportContext *pContext = &xFrameContext; in GetAnchorType() local
163 SvXMLImportContext *pContext = &xFrameContext; in GetTextContent() local
176 SvXMLImportContext *pContext = &xFrameContext; in GetShape() local
H A Dtxtparaimphint.hxx212 XMLTextFrameHint_Impl( SvXMLImportContext* pContext, in XMLTextFrameHint_Impl()
226 SvXMLImportContext *pContext = &xContext; in GetTextContent() local
240 SvXMLImportContext *pContext = &xContext; in GetShape() local
253 SvXMLImportContext *pContext = &xContext; in IsBoundAtChar() local
273 XMLDrawHint_Impl( SvXMLShapeContext* pContext, in XMLDrawHint_Impl()
/trunk/main/sw/source/filter/xml/
H A Dxmltext.cxx73 SvXMLImportContext *pContext = 0; in CreateChildContext() local
93 SvXMLImportContext *pContext = 0; in CreateBodyContentContext() local
H A Dxmlscript.cxx46 SvXMLImportContext *pContext = 0; in CreateScriptContext() local
/trunk/main/reportdesign/source/filter/xml/
H A DxmlReportElementBase.cxx60 SvXMLImportContext *pContext = _CreateChildContext(nPrefix,rLocalName,xAttrList); in CreateChildContext() local
71 SvXMLImportContext *pContext = 0; in _CreateChildContext() local
/trunk/main/sc/source/filter/xml/
H A DXMLDDELinksContext.cxx67 SvXMLImportContext *pContext = 0; in CreateChildContext() local
110 SvXMLImportContext *pContext = 0; in CreateChildContext() local
255 SvXMLImportContext *pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext() local
286 SvXMLImportContext *pContext = NULL; in CreateChildContext() local
343 SvXMLImportContext *pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext() local
389 SvXMLImportContext *pContext = NULL; in CreateChildContext() local
471 SvXMLImportContext *pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext() local
H A Dxmldrani.cxx90 SvXMLImportContext *pContext = 0; in CreateChildContext() local
224 SvXMLImportContext *pContext = 0; in CreateChildContext() local
493 SvXMLImportContext *pContext = 0; in CreateChildContext() local
561 SvXMLImportContext *pContext = 0; in CreateChildContext() local
629 SvXMLImportContext *pContext = 0; in CreateChildContext() local
690 SvXMLImportContext *pContext = 0; in CreateChildContext() local
751 SvXMLImportContext *pContext = 0; in CreateChildContext() local
852 SvXMLImportContext *pContext = 0; in CreateChildContext() local
903 SvXMLImportContext *pContext = 0; in CreateChildContext() local
972 SvXMLImportContext *pContext = 0; in CreateChildContext() local
/trunk/main/sw/source/core/swg/
H A DSwXMLBlockImport.cxx64 SvXMLImportContext *pContext = 0; in CreateContext() local
103 SvXMLImportContext *pContext = 0; in CreateContext() local
H A DSwXMLBlockListContext.cxx75 SvXMLImportContext *pContext = 0; in CreateChildContext() local
150 SvXMLImportContext *pContext = 0; in CreateChildContext() local
179 SvXMLImportContext *pContext = 0; in CreateChildContext() local
208 SvXMLImportContext *pContext = 0; in CreateChildContext() local
/trunk/main/xmloff/source/script/
H A Dxmlscripti.cxx94 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
140 SvXMLImportContext* pContext = NULL; in CreateChildContext() local
/trunk/main/xmloff/source/chart/
H A DSchXMLTextListContext.cxx83 SvXMLImportContext* pContext = 0; in CreateChildContext() local
123 SvXMLImportContext* pContext = 0; in CreateChildContext() local
/trunk/main/editeng/source/misc/
H A DSvXMLAutoCorrectImport.cxx69 SvXMLImportContext *pContext = 0; in CreateContext() local
95 SvXMLImportContext *pContext = 0; in CreateChildContext() local
186 SvXMLImportContext *pContext = 0; in CreateContext() local
212 SvXMLImportContext *pContext = 0; in CreateChildContext() local

Completed in 118 milliseconds

123456789