Home
last modified time | relevance | path

Searched refs:pTextList (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx54 pTextList(NULL), in ScMyStyleRanges()
67 if (pTextList) in ~ScMyStyleRanges()
68 delete pTextList; in ~ScMyStyleRanges()
148 if (!pTextList) in AddRange()
149 pTextList = new ScRangeList(); in AddRange()
150 AddRange(rRange, pTextList, pStyleName, nType, rImport, nMaxRanges); in AddRange()
225 if (pTextList) in InsertColRow()
226 pTextList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
283 if (pTextList) in SetStylesToRanges()
284 SetStylesToRanges(pTextList, pStyleName, util::NumberFormat::TEXT, NULL, rImport); in SetStylesToRanges()
H A DXMLStylesImportHelper.hxx89 ScRangeList* pTextList; member in ScMyStyleRanges
/trunk/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx988 IMPL_Textlist* pTextList ; in impl_searchTopic() local
995 pTextList = m_pTextlist_Top ; in impl_searchTopic()
999 pTextList = m_pTextlist_Bottom ; in impl_searchTopic()
1007 sal_uInt32 nCount = pTextList->Count () ; in impl_searchTopic()
1011 IMPL_TextlistItem* pSearchItem = pTextList->GetObject ( nPosition ) ; in impl_searchTopic()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx551 char** pTextList = NULL; in convertFromCompound() local
561 &pTextList, in convertFromCompound()
565 aRet += OStringToOUString( pTextList[i], aEncoding ); in convertFromCompound()
567 if( pTextList ) in convertFromCompound()
568 XFreeStringList( pTextList ); in convertFromCompound()

Completed in 52 milliseconds