Searched refs:pTrans (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/xml2cmp/source/xcd/ |
H A D | cr_metho.cxx | 57 const char * pTrans = 0; in Create_AccessMethod() local 79 for ( pTrans = pText; *pTrans != '\0'; pTrans++ ) in Create_AccessMethod() 81 switch (*pTrans) in Create_AccessMethod() 92 default: aFile.write( pTrans, 1); in Create_AccessMethod()
|
/aoo42x/main/xmloff/source/script/ |
H A D | XMLEventImportHelper.cxx | 82 for(const XMLEventNameTranslation* pTrans = pTransTable; in AddTranslationTable() local 83 pTrans->sAPIName != NULL; in AddTranslationTable() 84 pTrans++) in AddTranslationTable() 86 XMLEventName aName( pTrans->nPrefix, pTrans->sXMLName ); in AddTranslationTable() 94 OUString::createFromAscii(pTrans->sAPIName); in AddTranslationTable()
|
H A D | XMLEventExport.cxx | 97 for(const XMLEventNameTranslation* pTrans = pTransTable; in AddTranslationTable() local 98 pTrans->sAPIName != NULL; in AddTranslationTable() 99 pTrans++) in AddTranslationTable() 101 aNameTranslationMap[OUString::createFromAscii(pTrans->sAPIName)] = in AddTranslationTable() 102 XMLEventName(pTrans->nPrefix, pTrans->sXMLName); in AddTranslationTable()
|
/aoo42x/main/svx/source/dialog/ |
H A D | _bmpmask.cxx | 814 sal_Bool pTrans[4]; in ImpMask() local 856 pTrans[ i ] = ( pDstCols[ i ] == TRANSP_COL ); in ImpMask() 892 pAct = new MetaLineColorAction( aCol, !pTrans[ i ] ); in ImpMask() 908 pAct = new MetaFillColorAction( aCol, !pTrans[ i ] ); in ImpMask() 940 pAct = new MetaTextFillColorAction( aCol, !pTrans[ i ] ); in ImpMask()
|
/aoo42x/main/basctl/source/dlged/ |
H A D | dlged.cxx | 858 DlgEdTransferableImpl* pTrans = NULL; in Copy() local 907 pTrans = new DlgEdTransferableImpl( m_ClipboardDataFlavorsResource, aSeqData ); in Copy() 916 pTrans = new DlgEdTransferableImpl( m_ClipboardDataFlavors , aSeqData ); in Copy() 919 xClipboard->setContents( pTrans , pTrans ); in Copy()
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtexppr.cxx | 83 const Any *pPos = 0, *pFilter = 0, *pTrans = 0; in handleElementItem() local 91 pTrans = &rTrans.maValue; in handleElementItem() 111 rProperty.maValue, pPos, pFilter, pTrans, in handleElementItem()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 224 const ::uno::Any* pTrans = 0; GetProperty(RES_BACKGROUND, MID_GRAPHIC_TRANSPARENT, pTrans ); in FillBaseProperties() local 231 pTrans || in FillBaseProperties() 325 if(pTrans) in FillBaseProperties() 328 if(!pColTrans || Any2Bool( *pTrans )) in FillBaseProperties() 329 bRet &= ((SfxPoolItem&)aBrush).PutValue(*pTrans, MID_GRAPHIC_TRANSPARENT); in FillBaseProperties()
|
/aoo42x/main/starmath/source/ |
H A D | view.cxx | 1485 TransferableHelper* pTrans = reinterpret_cast< TransferableHelper * >( in Execute() local 1488 if( pTrans ) in Execute() 1489 pTrans->CopyToClipboard( this ? GetEditWindow() : 0 ); in Execute()
|
/aoo42x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 1229 SwTransferable *pTrans=0, *pTunneledTrans=GetSwTransferable( rData ); in PasteData() local 1239 …bool bPrivateDrop(pPt && (bPasteSelection ? 0 != (pTrans = pMod->pXSelection) : 0 != (pTrans = pMo… in PasteData() 1265 nRet = pTrans->PrivateDrop( rSh, *pPt, DND_ACTION_MOVE == nDropAction, in PasteData()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | fileview.cxx | 1873 const OUString* pTrans = mpActFolder->Translate( rOrg ); in GetTranslation() local 1874 if( pTrans ) in GetTranslation() 1876 rTrans = *pTrans; in GetTranslation()
|
Completed in 114 milliseconds