/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 256 if( pAtom ) in import() 562 dump_atom( pAtom ); in importAnimationContainer() 1680 if( pAtom ) in importAnimateAttributeTargetContainer() 2551 if( pAtom ) in importAttributeNamesContainer() 2588 if( pAtom ) in importAnimationValues() 2802 if( pAtom && pAtom->seekToContent() ) in importAttributeValue() 2995 if( pAtom ) in importAnimationActions() 3036 if( pAtom ) in importTargetElementContainer() 3171 if( pAtom ) in importPropertySetContainer() 3197 if( pAtom ) in dump_atom_header() [all …]
|
H A D | pptinanimations.hxx | 59 …void importTimeContainer( const Atom* pAtom, const ::com::sun::star::uno::Reference< ::com::sun::s… 64 …void importAnimateContainer( const Atom* pAtom, const ::com::sun::star::uno::Reference< ::com::sun… 70 …void importAudioContainer( const Atom* pAtom, const ::com::sun::star::uno::Reference< ::com::sun::… 78 void importPropertySetContainer( const Atom* pAtom,PropertySet& rSet ); 79 bool importAttributeValue( const Atom* pAtom, com::sun::star::uno::Any& rAny ); 80 bool importAttributeNamesContainer( const Atom* pAtom, rtl::OUString& rAttributeNames ); 81 …sal_Int32 importTargetElementContainer( const Atom* pAtom, ::com::sun::star::uno::Any& rTarget, sa… 84 …e< ::com::sun::star::animations::XAnimationNode > createNode( const Atom* pAtom, const AnimationNo… 107 …void dump_anim_group( const Atom* pAtom, const AnimationNode& rNode, const PropertySet& rSet, bool… 112 void dump_atom_header( const Atom* pAtom, bool bOpen, bool bAppend ); [all …]
|
H A D | pptatom.cxx | 62 Atom* pAtom = new Atom( aChildHeader, mrStream ); in Atom() local 65 pLastAtom->mpNextAtom = pAtom; in Atom() 67 mpFirstChild = pAtom; in Atom() 69 pLastAtom = pAtom; in Atom()
|
/aoo42x/main/svx/workben/msview/ |
H A D | msview.cxx | 146 void setCompareAtom( Atom* pAtom ) { mpCompareAtom = pAtom; } in setCompareAtom() argument 404 while( pAtom && (pAtom != pSkipTo) ) in skipAtoms() 407 pAtom = const_cast< Atom* >( pContainer->findNextChildAtom( pAtom ) ); in skipAtoms() 410 return pAtom; in skipAtoms() 415 if( pAtom ) in compare() 691 mpRootAtom = pAtom; in SetRootAtom() 697 if( pAtom ) in InsertAtom() 719 if( pAtom->isContainer() && pAtom->findFirstChildAtom() ) in InsertAtom() 968 if( pAtom ) in GetAtomText() 1030 if( pAtom && pAtom->getCompareAtom() ) in Sync() [all …]
|
/aoo42x/main/oox/source/drawingml/diagram/ |
H A D | layoutnodecontext.cxx | 50 pAtom->iterator().loadFromXAttr( xAttribs ); in IfContext() 51 pAtom->cond().loadFromXAttr( xAttribs ); in IfContext() 104 mpNode->addChild( pAtom ); in createFastChildContext() 113 mpNode->addChild( pAtom ); in createFastChildContext() 151 pAtom->iterator().loadFromXAttr( xAttribs ); in ForEachContext() 288 LayoutAtomPtr pAtom( new AlgAtom ); in createFastChildContext() local 289 mpNode->addChild( pAtom ); in createFastChildContext() 296 LayoutAtomPtr pAtom( new ChooseAtom ); in createFastChildContext() local 297 mpNode->addChild( pAtom ); in createFastChildContext() 304 LayoutAtomPtr pAtom( new ForEachAtom ); in createFastChildContext() local [all …]
|
H A D | diagramlayoutatoms.cxx | 101 static bool _test_atom( const LayoutAtomPtr & pAtom) in _test_atom() argument 105 const ConditionAtomPtr pCond = boost::dynamic_pointer_cast< ConditionAtom >(pAtom); in _test_atom()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | keysymnames.cxx | 649 const char* pAtom = NULL; in GetKeyboardName() 652 pAtom = XGetAtomName( GetDisplay(), pXkbDesc->names->groups[0] ); in GetKeyboardName() 653 m_aKeyboardName = pAtom; in GetKeyboardName() 654 XFree( (void*)pAtom ); in GetKeyboardName() 659 …sc->names->x ) { pAtom = XGetAtomName( GetDisplay(), pXkbDesc->names->x ); fprintf( stderr, "%s: %… in GetKeyboardName() 668 …s->x[i] ) { pAtom = XGetAtomName( GetDisplay(), pXkbDesc->names->x[i] ); fprintf( stderr, "%s[%d]:… in GetKeyboardName()
|
/aoo42x/main/connectivity/source/drivers/evoab2/ |
H A D | NStatement.cxx | 388 OSQLParseNode *pAtom = pPart2->getChild( pPart2->count() - 2 ); // Match String in whereAnalysis() local 391 if( !( pAtom->getNodeType() == SQL_NODE_STRING || in whereAnalysis() 392 pAtom->getNodeType() == SQL_NODE_NAME || in whereAnalysis() 393 SQL_ISRULE( pAtom,parameter ) || in whereAnalysis() 394 ( pAtom->getChild( 0 ) && pAtom->getChild( 0 )->getNodeType() == SQL_NODE_NAME ) || in whereAnalysis() 395 ( pAtom->getChild( 0 ) && pAtom->getChild( 0 )->getNodeType() == SQL_NODE_STRING ) ) ) in whereAnalysis() 397 OSL_TRACE( "analyseSQL : pAtom->count() = %d\n", pAtom->count() ); in whereAnalysis() 404 aMatchString = pAtom->getTokenValue(); in whereAnalysis()
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | fcomp.cxx | 293 OSQLParseNode* pAtom = pPart2->getChild(pPart2->count()-2); in execute_LIKE() local 296 if (!(pAtom->getNodeType() == SQL_NODE_STRING || in execute_LIKE() 297 SQL_ISRULE(pAtom,parameter) || in execute_LIKE() 299 SQL_ISRULE(pAtom,set_fct_spec) || in execute_LIKE() 300 SQL_ISRULE(pAtom,position_exp) || in execute_LIKE() 301 SQL_ISRULE(pAtom,char_substring_fct) || in execute_LIKE() 303 SQL_ISRULE(pAtom,fold)) ) in execute_LIKE() 325 execute(pAtom); in execute_LIKE()
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 722 char* pAtom = m_pDisplay ? XGetAtomName( m_pDisplay, aAtom ) : NULL; in getString() local 723 if( ! pAtom ) in getString() 725 OUString aString( OStringToOUString( pAtom, RTL_TEXTENCODING_ISO_8859_1 ) ); in getString() 726 XFree( pAtom ); in getString()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 4037 PptFontEntityAtom* pAtom = rManager.GetFontEnityAtom( nBulletFont ); in ImplGetNumberFormat() local 4038 if ( pAtom ) in ImplGetNumberFormat() 4040 CharSet eCharSet( pAtom->eCharSet ); in ImplGetNumberFormat() 4041 aFont.SetName( pAtom->aName ); in ImplGetNumberFormat() 4043 aFont.SetFamily( pAtom->eFamily ); in ImplGetNumberFormat() 4044 aFont.SetPitch( pAtom->ePitch ); in ImplGetNumberFormat()
|