Searched refs:pNm (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/filter/basflt/ |
H A D | iodetect.cxx | 414 const sal_Char* pNm; in GetFileFilter() local 418 pNm = aFilterDetect[n].IsReader(aBuffer, nBytesRead, rFileName, sEmptyUserData); in GetFileFilter() 419 … pFilterTmp = pNm ? SwIoSystem::GetFilterOfFormat(String::CreateFromAscii(pNm), pFCntnr) : 0; in GetFileFilter() 420 if (pNm && pFilterTmp) in GetFileFilter() 586 const sal_Char* pNm = bAuto ? FILTER_TEXT : FILTER_TEXT_DLG; in GetTextFilter() local 587 return SwIoSystem::GetFilterOfFormat( String::CreateFromAscii(pNm), 0 ); in GetTextFilter()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 2441 String pNm; in MiserableDropDownFormHack() local 2442 if (xPropSetInfo->hasPropertyByName(pNm = C2U("TextColor"))) in MiserableDropDownFormHack() 2445 rPropSet->setPropertyValue(pNm, aTmp); in MiserableDropDownFormHack() 2453 String pNm; in MiserableDropDownFormHack() local 2457 rPropSet->setPropertyValue( pNm, aTmp ); in MiserableDropDownFormHack() 2459 if (xPropSetInfo->hasPropertyByName(pNm = C2U("FontFamily"))) in MiserableDropDownFormHack() 2462 rPropSet->setPropertyValue( pNm, aTmp ); in MiserableDropDownFormHack() 2464 if (xPropSetInfo->hasPropertyByName(pNm = C2U("FontCharset"))) in MiserableDropDownFormHack() 2467 rPropSet->setPropertyValue( pNm, aTmp ); in MiserableDropDownFormHack() 2469 if (xPropSetInfo->hasPropertyByName(pNm = C2U("FontPitch"))) in MiserableDropDownFormHack() [all …]
|
/aoo42x/main/sw/source/core/tox/ |
H A D | tox.cxx | 880 const sal_Char* pNm; in GetTokenType() member 900 const sal_Char* pNm; in GetTokenType() local 901 for( int i = 0; 0 != ( pNm = aTokenArr[ i ].pNm ); ++i ) in GetTokenType() 902 if( COMPARE_EQUAL == sToken.CompareToAscii( pNm, in GetTokenType() 910 ASSERT( pNm, "wrong token" ); in GetTokenType()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unins.cxx | 797 delete pNm; in ~SwUndoReRead() 812 String* pOldNm = pNm; in SetAndSave() 852 pNm = new String; in SaveGraphicData() 854 rGrfNd.GetFileFilterNms( pNm, pFltr ); in SaveGraphicData() 861 pNm = pFltr = 0; in SaveGraphicData()
|
/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | dump8a.cxx | 1633 static void DumpDrawObjects( const char* pNm, long nStart, long nLen, in DumpDrawObjects() argument 1641 << pNm << ", Len: " << nLen in DumpDrawObjects() 1676 *pOut << pNm << endl1 << endl1; in DumpDrawObjects() 1679 static void DumpTxtboxBrks( const char* pNm, long nStart, long nLen, in DumpTxtboxBrks() argument 1686 << pNm << ", Len: " << nLen in DumpTxtboxBrks() 1705 *pOut << pNm << endl1 << endl1; in DumpTxtboxBrks()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | UndoInsert.hxx | 145 String *pNm, *pFltr; member in SwUndoReRead
|
Completed in 55 milliseconds